
.about_club {
    width: 100%;
    height: 965px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: -1;
}
.about_club_bg {
    position: absolute;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_club_gradient {
    background: transparent linear-gradient(250deg, #0B102400 0%, #0B1024 100%) 0 0 no-repeat padding-box;
    opacity: 0.76;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -2;
}
.about_top {
    margin-top: 7%;
    margin-left: 25%;
    width: 640px;
    height: 232px;
    margin-bottom: 50px;
    font: normal normal 900 42px/60px 'Source Sans Pro';
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.about_top:after {
    content: '';
    display: block;
    width: 77%;
    height: 3px;
    background: #FFC647 0 0 no-repeat padding-box;
}

.about_top > span {
    text-decoration: underline;
    font: normal normal 900 42px/60px Source Sans Pro;
    letter-spacing: 1px;
    color: #FFC647;
    text-transform: uppercase;
}

.about_middel {
    margin-left: 25%;
    width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
}

.mid_f {
    text-decoration: none;
    width: 278px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    font: normal normal 600 18px/23px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-right: 40px;
    cursor: pointer;
}

.mid_f:active, .mid_f:hover {
    background-color: #FFFFFF;
    color: #0B1024;
    border: 2px solid #FFFFFF;
}

.mid_l {
    text-decoration: none;
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFD354;
    border-radius: 2px;
    font: normal normal 600 18px/23px Source Sans Pro;
    letter-spacing: 0;
    color: #FFD354;
    cursor: pointer;
}

.mid_l:active, .mid_l:hover {
    background-color: #FFD354;
    color: #0B1024;
    border: 2px solid #FFD354;
}

.about_bot {
    margin-top: 80px;
    margin-left: 25%;
    width: 514px;
    height: 84px;
    font: normal normal 300 22px/28px Source Sans Pro;
    letter-spacing: 0;
    color: #BBBBBB;
}

@media screen and (max-width: 768px) {
    .about_club {
        width: 100%;
    }
    .about_club_gradient {
        width: 100%;
    }
    .about_club_bg {
        position: absolute;
        z-index: -3;
        width: 100%;
        height: 100%;
        background-image: url("../../resources/img/Rectangle.png");
        background-position: center;
    }

    .about_top {
        margin-left: 4%;
        width: 90%;
        height: 225px;
        font: normal normal 900 27px/38px Source Sans Pro;
        letter-spacing: 0.68px;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .about_top > span {
        font: normal normal 900 27px/38px Source Sans Pro;
        letter-spacing: 0.68px;
    }

    .about_top:after {
        content: '';
        display: block;
        width: 46%;
        height: 3px;
        background: #FFC647 0 0 no-repeat padding-box;
        margin: 8px 0 8px;
    }

    .about_middel {
        margin-top: 50px;
        width: 90%;
        height: 135px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 6%;
    }

    .about_bot {
        display: flex;
        width: 300px;
        height: 140px;
        margin-left: 4%;
    }

    .mid_f {
        margin-right: 0;
    }

}

@media screen and (max-width: 625px) {
    .about_top:after {
        width: 94%;
    }
}

