.section__text.bold-blue,
.bold-blue{
    /* font-weight: bold; */
    color: #10218b;
    font-size: 26px;
}

@media screen and (max-width: 992px) {
    .wide-caption .section__image{
        padding-inline: 250px;
    }
    .section__image.download{
        padding-inline: 320px;
    }
}

@media screen and (max-width: 767px) {
    .wide-caption .section__image{
        padding-inline: 50px;
    }
    .section__image.download{
        padding-inline: 180px;
    }
}

@media screen and (min-width: 992px) {
    .wide-caption .section__caption {
        width: 50%;
    }
    .section__image.download{
        width: 180px;
    }
}
@media screen and (min-width: 1600px) {
    .text-only--two .container,
    main .container:not(.hero, .sticky-nav-ul, .splide__track){
        max-width: 1200px;
        gap: 50px;
        justify-content: center;
    }
    .centrally-monitor .section__content{
        margin-left: auto!important;
        margin-right: unset!important;
        width: 600px!important;
    }
}

/* mwd */
.mwd_pgram_imageslider_images img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
}
.mwd_pgram_imageslider_slides {
    width: 100%;
    position: relative;
    z-index: 1;
}
.mwd_pgram_imageslider_images {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}
.mwd_pgram_imageslider_images img:first-child {
    display: block;
    position: static;
}
.mwd_slider_dots {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.mwd_slider_dots li {
    cursor: pointer;
    display: inline-block;
    padding: 5px 4px;
}
.mwd_slider_dots a {
    cursor: pointer;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #b0b2b1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}
.mwd_dark .mwd_slider_dots a {
    background-color: #fff;
}
.mwd_slider_dots li.mwd_active a, .mwd_dark .mwd_slider_dots li.mwd_active a {
    background-color: #10218b;
}
.gray-gradient{
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%);
}
.gray-gradient-last{
    background-color: #e1e1e1;
}
.mwd_datalist li {
    position: relative;
    padding-block: 20px;
}
.mwd_datalist li > * {
    margin-bottom: unset;
}
.mwd_datalist li h3{
    font-size: 18px;
    color: rgb(87, 87, 86);
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .mwd_datalist li {
        display: flex;
        gap: 20px;
    }
    .mwd_datalist li h3{
        width: 40%;
    }
    .mwd_datalist li p{
        width: 59%;
    }
}
.mwd_datalist li::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgb(200, 200, 200) 10%, rgb(200, 200, 200) 90%, rgba(200, 200, 200, 0) 100%);
}
.mwd_datalist {
    margin: 0px 0px 40px;
    padding: 0px;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .mwd_datalist h3{
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
    .hero .section__content{
        padding-top: 200px;
        width: 440px;
    }
}