.mission,
.video {
    overflow: hidden
}

.blue-text,
h2 {
    color: var(--blue)
}

:root {
    --blue: #0047ba;
    --sect-padding: 0 16px
}

* {
    font-family: Inter !important
}

body {
    font-family: Inter;
    font-size: 16px;
    line-height: 22.4px
}

h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 400;
    line-height: 83.2px
}

section {
    box-sizing: border-box;
    margin-bottom: 0
}

.video {
    position: relative
}

video {
    width: 100%;
    object-fit: cover
}

.mission {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 100px;
    padding: 5px 35px 15px;
    border-bottom: 2px solid #bec3cb
}

.mission__title {
    max-width: 900px;
    display: block;
    line-height: 62.2px;
    font-size: 48px
}

.mission__about {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box
}

.brand-business__for {
    font-family: Neutral Face;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.06em;
    color: #ffffff;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 80px;
}

@media screen and (min-width:1024px) {
    :root {
        --sect-padding: 0 100px
    }

    .info-block {
        margin-left: 0 !important
    }

    .mission {
        flex-direction: row;
        padding: 5px 35px 15px;
        border-bottom: none;
    }

    .mission__about {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.4px;
        width: 583px;
        
        padding-right: 80px;
        word-break: break-word
    }

    @media (max-width: 1650px) {
        .mission__about {
            padding-right: 60px;
        }
    }
    
    @media (max-width: 1550px) {
        .mission__about {
            padding-right: 40px;
        }
    }

    @media (max-width: 1450px) {
        .mission__about {
            padding-right: 20px;
        }
    }

    .mission_text {
        padding-right: 247px
    }

    .spanBlue {
        color: var(--blue)
    }
}

.main-banner {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: transparent !important;
    height: auto;
    padding: 5px 35px 15px;
}

.info-block {
    flex: 1;
    padding: 20px;
    margin-left: 20px;
    padding-left: 0;
}

.brands-block {
    padding-top: 20px !important;
}

.main-banner__container {
    flex: 1;
    padding: 20px
}

.info-block__container {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.info-block__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    transition: background-color .3s;
    flex: 1
}

.info-block__item:hover {
    background-color: rgba(0, 123, 255, .1)
}

.info-block__title {
    margin-bottom: 15px;
    width: 220px;
    font-size: 24px;
    color: var(--blue);
    flex: 1;
    line-height: 32px;
    font-weight: 400
}

.info-block__description {
    font-size: 14px;
    color: #333;
    text-wrap: balance;
    max-width: 400px
}

.info-block__arrow {
    font-size: 50px;
    color: var(--blue);
    margin-left: 60px;
    margin-right: 60px
}

@media screen and (min-width:1024px) {
    .info-block__container {
        flex-direction: column
    }

    .info-block__item {
        justify-content: flex-start
    }
}

@media(max-width:1024px) {
    .info-block__container {
        flex-direction: column
    }
}

.main-banner__title-container span {
    background-color: #fff !important
}

@media screen and (max-width:800px) {
    .main-banner {
        margin-bottom: 300px;
        padding-top: 10px;
    }

    .info-block {
        padding-top: 0;
        margin-left: 0;
    }

    .info-block__item {
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-top: 0;
    }

    .mission {
        flex-direction: column;
        padding: 5px 20px 15px;
    }

    .info-block__arrow {
        display: none;
        margin-left: 0
    }

    .main-banner__content {
        margin: 0 auto;
    }

    .main-banner {
        margin-bottom: 10px;
    }

    .info-block__title {
        font-size: 20px
    }
}

.main-banner__content {
    height: 75%
}

/* 
.background {
    position: absolute;
    width: 100%;
    height: 199%;
    background-image: url(./imgs/peoples1.png);
    z-index: -100;
    background-position: top;
    opacity: .3;
    background-repeat: no-repeat
}
 */
.info-block__item:last-child {
    border: none
}

@media screen and (max-width:455px) {
    .mission__title {
        line-height: 33.2px;
        font-size: 27px;
        text-wrap: balance
    }
}