/* Add custom CSS styles below */ 
.opt-text a {color:#4444db;}

.ma-t {
    margin-top: -103px;
}

section.s-block.s-block--banners.c-full .container {
    max-width:unset !important;
    padding:0;
}


section.s-block.s-block--testimonials {
    background-color:#f7f7f7;
}
@media(max-width:992px){
    .ma-t {
    margin-top: -50px;
}
}

body.index section:nth-child(6) .s-block__title {
    justify-content:center;
    align-items:center;
}

.s-block__title {}

.s-block__title {}

body.index section:nth-child(6) .s-block__title  .flex.flex-col.w-full {
       justify-content:center;
    align-items:center;
    text-align:center;
    width:fit-content !important;

    position:relative;
    
}

body.index section:nth-child(6) .s-block__title  .flex.flex-col.w-full:after {
    position:absolute;
    content:'';
    background-image:url(https://img.imgdd.com/d1ade063-c0fb-4b70-87ed-c81b13317440.png);
    height: 34px;
    width:30px;
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center;
    right:-40px;
    top:50%;
    transform:translateY(-50%);
}

body.index section:nth-child(6) .s-block__title  .flex.flex-col.w-full:before {
    position:absolute;
    content:'';
    background-image:url(https://img.imgdd.com/d1ade063-c0fb-4b70-87ed-c81b13317440.png);
    height: 34px;
    width:30px;
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center;
    left:-40px;
    top:50%;
    transform:translateY(-50%);
}