#title .title-header {
    background-color: #2c2c2c;
    padding: 82px 0 103px
}

#title .title-header .title-header-title {
    font-family: BullMedium;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff
}

#title .title-header .title-header-subtitle {
    font-family: Bull;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: .03em;
    color: #ececec
}


.history {
    margin-bottom: 100px;
}

.history-banner {
    padding: 0 85px;
    width: 100%;
    margin-top: -52px;
}

.history-banner-wrapper {
    width: 100%;
    max-height: 582px;
    overflow: hidden;
    border-radius: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.history-banner-wrapper img {
    width: 100%;
}

.history-about {
    padding: 35px 70px;
}

.history-about-description {
    font-family: 'Bull';
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #000000;
}

.history-about-description h2 {
    font-family: 'BullBold';
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #bc0108;
}

.history-about-description-columns {
    flex-direction: row;
    gap: 50px;
    margin: 20px 0;
}

.history-about-description-column {
    flex-basis: 50%;
}

@media only screen and (max-width: 600px) {
    .history {
        margin-bottom: 50px;
    }

    .history-banner {
        padding: 0 15px;
    }

    .history-about {
        padding: 35px 0;
    }

    .history-about-description-columns {
        flex-direction: column;
        gap: 0;
    }
}

#beapartner .desktop {
    display: flex;
}
#beapartner .mobile {
    display: none;
}
@media only screen and (max-width: 600px) {
    #beapartner .desktop {
        display: none;
    }
    #beapartner .mobile {
        display: flex;
    }
}
