.banner {
    padding: 0 0px 50px 0px;
}

.banner .banner-top-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner .banner-top-section .text-section {
    max-width: 505px;
    text-align: right;
}

.banner .banner-top-section .text-section h1 {
    padding: 0;
    margin: 0;
    font-size: 5em;
    font-weight: 600;
    color: var(--highlight-color);
    text-transform: uppercase;
    line-height: 1em;
}

.banner .banner-top-section .text-section h2 {
    padding: 0;
    margin: 0;
    font-size: 3em;
    font-weight: 300;
    line-height: 1em;
    text-transform: uppercase;
}

.banner .banner-top-section .text-section p {
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: var(--light-grey-font-color);
    max-width: 450px;
    margin-left: auto;
    margin-right: 0;
}

.banner .banner-bottom-section {
    display: flex;
    width: 100%;
    margin-top: -74px;
}

.banner .banner-bottom-section .box-1 {
    background: var(--dark-grey-bg);
    padding: 40px;
    color: #fff;
    width: 369px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner .banner-bottom-section .box-1 p {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 1.1rem;
}

.banner .banner-bottom-section .box-1 p.light-grey {
    color: var(--light-grey-font-color-2);
    font-size: 1rem;
}

.banner .banner-bottom-section .box-1 a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--light-grey-font-color-2);
    height: 48px;
    border-radius: 24px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
}

.banner .banner-bottom-section .box-2 {
    padding: 40px;
    width: calc(100% - 636px);
    background: var(--light-grey-bg);
    display: flex;
    margin-top: 70px;
}

.banner .banner-bottom-section .box-2 .box-2-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 245px);
    padding-right: 40px;
}

.banner .banner-bottom-section .box-2 .box-2-1 p {
    margin: 0;
    padding: 0 0 10px 0;
}

.banner .search-box {
    background: #fff;
    height: 60px;
    padding: 0 10px;
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 30px;
    border: solid 1px var(--input-border-color);
    gap: 10px;
}

.banner .search-box input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    box-shadow: none;
    height: 40px;
    border: 0;
    width: calc(100% - 92px);
}

.banner .search-box input:focus {
    outline: 0 !important;
}

.banner .search-box a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--light-grey-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .banner-bottom-section .box-2 .box-2-2 {
    padding-left: 40px;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    width: 245px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.banner .banner-bottom-section .box-2-2 h2 {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-weight: normal;
}

.banner .banner-bottom-section .box-2-2 h3 {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.banner .banner-bottom-section .box-2-2 p {
    padding: 5px 0 0 0;
    margin: 0;
}

.banner .banner-bottom-section .box-2-2 a {
    display: flex;
    width: 100%;
    margin-top: 10px;
    border: solid 1px #000;
    height: 48px;
    border-radius: 24px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
    background: #fff;
}

.banner .banner-bottom-section .box-3 {
    padding: 20px;
    width: 267px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}


.banner .banner-bottom-section .box-3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.banner.banner-influencers .banner-top-section .text-section {
    text-align: left;
}

.banner.banner-influencers .banner-top-section {
    gap: 40px;
}

.banner.banner-influencers .banner-top-section .text-section p {
    max-width: 100%;
}

.banner.banner-influencers .banner-top-section .text-section {
    max-width: 100%;
}

.banner.banner-influencers .search-box {
    margin-top: 10px;
}

.banner.banner-influencers .banner-top-section .text-section {
    max-width: 100%;
}

.banner.banner-influencers .banner-top-section .text-section h2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media screen and (max-width: 1200px) {
    .banner .banner-bottom-section {
        flex-wrap: wrap;
        margin-top: -5px;
    }

    .banner .banner-bottom-section .box-1 {
        width: 50%;
        order: 1;
    }

    .banner .banner-bottom-section .box-2 {
        width: 100%;
        order: 3;
        margin: 0;
    }

    .banner .banner-bottom-section .box-3 {
        width: 50%;
        order: 2;
        margin: 0;
    }

    .banner .banner-bottom-section .box-2-2 h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .banner .banner-top-section {
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    }

    .banner .banner-top-section .img-section img {
        max-height: 300px;
    }

    .banner .banner-top-section .text-section {
        max-width: 100%;
        text-align: center;
    }

    .banner .banner-top-section .text-section h1 {
        font-size: 3rem;
    }

    .banner .banner-top-section .text-section h2 {
        font-size: 1.5rem;
        padding: 10px;
    }

    .banner.banner-influencers .banner-top-section .text-section h2 {
        padding: 10px 0;
    }

    .banner .banner-top-section .text-section p {
        padding: 0;
    }

    .banner .banner-bottom-section {
        margin: 0;
    }

    .banner.banner-influencers {
        padding: 0;
    }

    .banner.banner-influencers .banner-top-section {
        flex-direction: row;
        gap: 10px;
    }

    .banner.banner-influencers .banner-top-section .img-section img {
        max-width: 150px;
    }

    .banner.banner-influencers .banner-top-section .text-section {
        width: calc(100% - 160px);
    }

    .banner.banner-influencers .banner-top-section .text-section h2 {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        padding-bottom: 0px;
    }

    .banner .banner-bottom-section .box-1,
    .banner .banner-bottom-section .box-2 {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    .banner .banner-bottom-section .box-2 {
        flex-direction: column;
        padding: 0;
    }

    .banner .banner-bottom-section .box-2 .box-2-1 {
        width: 100%;
        padding: 20px;
    }

    .banner .banner-bottom-section .box-2 .box-2-2 {
        width: 100%;
        border-left: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.2);
        padding: 20px;
    }

    .banner .banner-bottom-section .box-1 {
        width: 100%;
        order: 1;
    }

    .banner .banner-bottom-section .box-2 {
        width: 100%;
        order: 2;
        margin: 0;
    }

    .banner .banner-bottom-section .box-3 {
        width: 100%;
        order: 3;
        margin: 0;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    }

    .banner.banner-influencers .banner-top-section .img-section {
        display: none;
    }

    .banner.banner-influencers .banner-top-section .text-section {
        width: 100%;
    }
}