.insights {
    margin-top: 85px;
}

.insights .slick-dots {
    display: flex;
    gap: 4px;
    list-style-type: none;
    padding: 0;
    margin: 32px 0 0;
}
.insights .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: rgba(222, 232, 248, 1);
}
.insights .slick-dots li.slick-active {
    background-color: rgba(31, 51, 87, 1);
}
.insights .slick-dots button {
    display: none;
}
.insights h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    margin: 8px 0 0;
    text-transform: uppercase;
    color: rgba(31, 51, 87, 1);
}

.insights .custom-button {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 16px
}

.insights .container {
    padding: 0 24px 64px 24px;
    max-width: 1440px;
}

.insights .related-products-section {
    padding-bottom: 0;
    margin-top: 32px;
}

.insights .container:first-child {
    margin-top: 95px;
}
.insights .top-banners .xxl-container {
    flex-direction: column;
}

.insights .top-banners .banners .banner {
    display: flex;
}

.insights .top-banners .banners .banner .background-image {
    width: 50%;
    object-fit: cover;
}

.insights .top-banners .banners .banner .content {
    width: 50%;
    margin-left: auto;
    padding: 140px;
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
}

.insights .top-banners .banners .banner .content small {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #F5F5DC;
}

.insights .top-banners .banners .banner .content h2 {
    color: #FFFFFF;
}

.insights .top-banners .banners .banner .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}

.insights .top-banners .banners .banner .content a {
    text-decoration: none;
    width: fit-content;
}

@media screen and (max-width: 1200px) {
    .insights .top-banners .banners .banner .content {
        padding: 70px;
    }

    .insights .top-banners .banners .banner .content small {
        font-size: 12px
    }

    .insights h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .insights .top-banners .banners .banner .content p {
        font-size: 14px;
        line-height: 20px;
    }
    .insights .related-products-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media screen and (max-width: 900px) {
    .insights .top-banners .banners .banner .content {
        padding: 25px;
    }
}

@media screen and (max-width: 728px){
    .insights .top-banners .banners .banner {
        flex-direction: column;
    }

    .insights .top-banners .banners .banner .background-image, .insights .top-banners .banners .banner .content {
        width: 100%;
    }

    .insights h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .insights .top-banners .banners .banner .content {
        padding: 20px 16px;
    }
}

@media screen and (max-width: 500px) {
    .insights .container, .insights .container:first-child {
        margin-top: 0;
        padding-bottom: 32px;
    }
    .insights {
        margin-top: 0;
    }
}