.section-hero-courses {
    min-height: 997px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-hero-courses .container-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.section-hero-courses .container-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-hero-courses .section-content {
    position: relative;
    z-index: 2;
    max-width: 652px;
    margin: auto;
}


.section-hero-courses .section-content .container-title h2 {
    font-size: 80px;
    line-height: normal;
    font-family: PP Editorial New;
    font-style: italic;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}

.section-hero-courses .section-content .container-title .arrow-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}

.section-hero-courses .section-content .container-title .description_hero {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    line-height: normal;
    text-align: center;
    font-family: Helvetica Neue;
    text-transform: uppercase;
}

.section-hero-courses .section-content .container-title .sub_description {
    font-size: 32px;
    color: #fff;
    line-height: normal;
    text-align: center;
    font-family: Helvetica Neue;
}

.section-hero-courses .section-content .container-title .date-hero-course {
    font-size: 32px;
    color: #fff;
    line-height: normal;
    font-style: italic;
    text-align: center;
    font-family: PP Editorial New;
    margin-top: 26px;
}


.section-hero-courses .section-content .container-title .section-hero_btn {
    padding: 12px 5px;
    border: solid 1px #fff;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    border-radius: 75px;
    font-family: Helvetica Neue;
    transition: background-color 0.3s;
    margin: 32px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 182px;
}


@media screen and (max-width: 768px) {
    .section-hero-courses {
        min-height: 600px;
        padding: 150px 15px 50px;
    }

    .section-hero-courses .section-content .container-title h2 {
        font-size: 40px;
    }

    .section-hero-courses .section-content .container-title .description_hero {
        font-size: 16px;
    }

    .section-hero-courses .section-content .container-title .sub_description {
        font-size: 20px;
    }

    .section-hero-courses .section-content .container-title .date-hero-course {
        font-size: 20px;
    }

    .section-hero-courses .section-content .container-title .section-hero_btn {
        font-size: 14px;
    }
}