.top-banner-type-2 .content-heading {
    width: 50.6%;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #222529;
}

.top-banner-type-2 .content-heading .title {
    font-size: 70px;
    line-height: 54px;
    margin: 0;
    letter-spacing: 0.01em;
    max-width: 460px;
    word-wrap: break-word;
}

.top-banner-type-2 .content-heading .sub-title {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 14px;
    display: block;
    font-size: 32px;
}

.top-banner-type-2 .content-heading .big-text.first {
    display: inline-block;
}

.top-banner-type-2 .content-heading .sub-title.second {
    display: inline-block;
}

.top-banner-type-2 .content-heading .big-text {
    display: block;
    margin: 0 0 14px;
}

.top-banner-type-2 .description {
    margin-top: 36px;
    color: #4A505666;
    margin-bottom: 16px;
    /* max-width: 413px; */
    max-width: 80%;
}

.top-banner-type-2 .bottom-text {
    margin-top: 10px;
    /* max-width: 413px; */
    max-width: 80%;
}

.top-banner-type-2 .bottom-text.mobile {
    display: none;
}

.top-banner-type-2 .image {
    width: 49.42%;
    padding-right: 54px;
}

.top-banner-type-2 .image .wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 77.89%;
}

.top-banner-type-2 .image .wrapper:before, .top-banner-type-2 .image .wrapper:after {
    content:"";
    position: absolute;
    display: block;
    width: 2.5%;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 31.666%;
    z-index: 1;
}

.top-banner-type-2 .image .wrapper:after {
    left: 65.833%;
}

.top-banner-type-2 .cover-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.top-banner-type-2 {
    padding-bottom: 100px;
}

.top-banner-type-2 .home-banner .next-section-button svg path {
    stroke: #222529;
}

.top-banner-type-2 .home-banner .next-section-button {
    bottom: 60px;
}

@media (max-width: 1440px) and (min-width: 768px) {
    .top-banner-type-2 .image {
        padding-right: 0;
        padding-bottom: 29px;
    }

    .top-banner-type-2 .bottom-text {
        max-width: 380px;
    }
    
    .top-banner-type-2 .description {
        margin-top: 29px;
    }

    .top-banner-type-2 .home-banner .next-section-button {
        bottom: 63px;
        top: auto;
    }

    section.top-banner-type-2 {
        padding-bottom: 235px;
    }
}

@media (max-width: 1440px) {
    .top-banner-type-2 .image {
        width: 49.21%;
    }
    
    .top-banner-type-2 .image .wrapper {
        padding-bottom: 78.85%;
    }
}

@media (max-width: 1023px) {
    section.top-banner-type-2 {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .sale-page section.top-banner-type-2 {
        padding-bottom: 0;
        margin-top: 41px;
    }

    .top-banner-type-2 .container.flex {
        display: block;
    }

    .top-banner-type-2 .content-heading {
        max-width: none;
        display: block;
        width: 100%;
    }

    .top-banner-type-2 .image {
        width: 100%;
        padding-right: 0;
    }

    .top-banner-type-2 .home-banner .next-section-button {
        display: none;
    }
    
    .top-banner-type-2 .content-heading .sub-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 7px;
    }

    .top-banner-type-2 .content-heading .big-text {
        margin-bottom: 7px;
    }

    .top-banner-type-2 .content-heading .title {
        font-size: 42px;
        line-height: 60px;
    }

    .top-banner-type-2 .description {
        margin-top: 25px;
        margin-bottom: 84px;
    }

    .top-banner-type-2 .image .wrapper:before, .top-banner-type-2 .image .wrapper:after {
        left: 0;
        right: 0;
        top: 30.933%;
        width: auto;
        height: 3.6%;
    }

    .top-banner-type-2 .image .wrapper:after {
        top: 65.466%
    }

    .top-banner-type-2 .bottom-text {
        display: none;
    }

    .top-banner-type-2 .bottom-text.mobile {
        display: block;
        margin-top: 41px;
        color: #222529;
    }

    .top-banner-type-2 .bottom-text p {
        margin-bottom: 12px;
    }

    .top-banner-type-2 .image .wrapper {
        padding-bottom: 94.7%;
    }
}
