.rts-btn .app-icon {
    font-size: 22px;
}

.about-image-wrapper .about-image {
    width: 100%;
    height: 600px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.thumbnail-business-area-right-two {
    height: 500px;
}

.header-one.sticky .thumbnail img {
    width: 100px;
}

.footer-logo-area-left-8 ul li a {
    background: #367FC2;
}

.social-wrapper-one li a svg {
    transition: 0.3s;
    fill: #fff;
    width: 16px;
}

.footer-logo-area-left-8 ul li a svg {
    fill: #fff;
    width: 16px;
}

.rts-banner-area .slider-img {
    display: none;
}

@media screen and (max-width: 1198.98px) {
    .banner-style-one {
        background-image: none;
        height: auto;
    }
    
    .rts-banner-area .slider-img {
        display: block;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767.98px) {
    .about-image-wrapper .about-image {
        height: auto;
        display: block;
        margin: 0 auto;
        margin-top: 50px;
    }
    
    .business-goal-area-2 .thumbnail-business-area-right-two .small-thumbnail {
        top: 0;
        max-width: 100%;
        position: relative;
        left: 0;
        transform: translate(0) !important;
    }
    
    .business-goal-area-2 .thumbnail-business-area-right-two .small-thumbnail img {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
    }
    
    .business-goal-area-2 .thumbnail-business-area-right-two {
        height: auto;
    }
}