.about-second5 {
    background: center/cover no-repeat;
    position: relative;
    z-index: 1;
}
.about-second5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
    background-color: var(--SECONDARY_MAJOR_COLOR);
}

.about-second5__container {
    max-width: var(--CONTAINER_WIDTH) !important;
    margin: 0px auto;
    padding: 190px 20px;
    text-align: center;
}

.about-second5__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    color: var(--SECONDARY_MINOR_COLOR);
    font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
    .about-second5__title {
        font-size: 56px;
        margin-bottom: 20px;
    }
}

.about-second5__subtitle {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    color: var(--SECONDARY_MINOR_COLOR);
}

@media (min-width: 576px) {
    .about-second5__subtitle {
        font-size: 32px;
        margin-bottom: 50px;
    }
}

.about-second5__button {
    font-size: 35px;
    color: var(--SECONDARY_MINOR_COLOR);
    transition: all 0.3s ease 0s;
}

.about-second5__button:hover {
    color: var(--SECONDARY_MINOR_COLOR);
    opacity: 0.5;
}
