#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
}

#mascots {
    margin-bottom: 130px;
}

#mascots .mascots-banner {
    padding: 0 85px;
    margin-top: -52px;
    width: 100%;
    margin-bottom: 97px;
}

#mascots .mascots-banner-wrapper {
    width: 100%;
    max-height: 582px;
    overflow: hidden;
    border-radius: 16px;
    padding: 0;
}

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

#mascots .mascots-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 200px;
    max-width: 1120px;
    position: relative;
}

#mascots .mascots-content .mascots-content-info {
    flex-basis: 56%;
}

#mascots .mascots-content .mascots-content-info .mascots-content-info-title {
    font-family: "BullHeavy2";
    font-size: 88px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #bc0108;
    margin-bottom: 15px;
}

#mascots .mascots-content .mascots-content-info .mascots-content-info-description {
    font-family: "Bull";
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #000000;
}

#mascots .mascots-content .mascots-content-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 34%;
}

#mascots .mascots-content .mascots-content-image img {
    border-radius: 16px;
    width: 75%;
    max-width: 1000px;
    position: absolute;
    top: -140px;
    right: -195px;
}

@media only screen and (max-width: 600px) {
    #mascots {
        margin-bottom: 70px;
    }

    #mascots .mascots-content {
        flex-direction: column-reverse;
        margin-top: -125px;
        margin-bottom: 20px;
    }

    #mascots .mascots-content .mascots-content-info {
        padding: 0 15px;
    }

    #mascots .mascots-content .mascots-content-info .mascots-content-info-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    #mascots .mascots-content .mascots-content-image {
        flex-basis: auto;
    }

    #mascots .mascots-content .mascots-content-image img {
        position: unset;
        width: 100%;
    }
}