.eight-section {
    padding: 80px 0px;
    background-color: #31216B;
}

.eight-section-inner {
    display: flex;
    align-items: center;
}

.eight-section-left,
.eight-section-right {
    width: 50%;
}

.eight-section-right {
    line-height: 0;
}

.eight-section-right img {
    width: 100%;
}

.eight-section-left h2 {
    font-size: 38px;
    line-height: 50px;
    color: #fff;
    font-weight: 800;
}

.text_below_title_eight {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    width: 75%;
}

.eight_buttons_holder {
    display: flex;
}

.eight_buttons_holder a {
    font-weight: 600;
}

.eight_buttons_holder span {
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 600;
}

.eight_buttons_holder>span:first-child {
    margin-right: 15px;
}

.content_right_eight {
    width: 510px;
    position: relative;
    box-sizing: border-box;
}

.eight-section-left {
    padding-right: 50px;
}

@media screen and (max-width:1150px) {
    .eight-section-left {
        width: 420px;
        box-sizing: border-box;
    }
    .eight-section-right {
        flex: 1;
    }
    .eight_buttons_holder {
        flex-direction: column;
    }
    .eight_buttons_holder>span:first-child {
        margin: 0px 0px 15px;
    }
}

@media screen and (max-width:1060px) {
    .flying_box {
        right: -110px;
    }
}

@media screen and (max-width:1040px) {
    .eight-section {
        padding: 60px 0px;
    }
}

@media screen and (max-width:980px) {
    .text_below_title_eight {
        width: 100%;
    }
    .content_right_eight {
        margin: 0 auto;
    }
    .eight-section-right {
        width: 100%;
    }
    .eight-section-inner {
        flex-direction: column;
    }
    .eight-section-left {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 0px 30px;
    }
    .eight_buttons_holder {
        display: flex;
    }
    .eight_buttons_holder {
        flex-direction: row;
    }
    .eight_buttons_holder>span:first-child {
        margin: 0px 15px 0px 0px;
    }
}

@media screen and (max-width:620px) {
    .eight_buttons_holder {
        flex-direction: column;
    }
    .eight_buttons_holder>span:first-child {
        margin-bottom: 15px;
        margin-right: 0px;
    }
}

@media screen and (max-width:600px) {
    .eight-section-left h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width:560px) {
    .flying_box {
        display: none;
    }
    .content_right_eight {
        width: 100%;
    }
    .eight-section-left {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:480px) {
    .eight-section {
        padding: 50px 0px;
    }
}