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

.home-second7__container {
    max-width: var(--CONTAINER_WIDTH);
    margin: 0px auto;
    padding: 90px 20px;
}

.home-second7__slides {
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}

@media (min-width: 576px) {
    .home-second7__slides {
        margin-bottom: 40px;
    }
}

.home-second7__slide {
    padding-top: 50px;
}

.home-second7__slide-content {
    position: relative;
    border-radius: 15px;
    padding: 60px 20px 20px;
    max-width: calc(var(--CONTAINER_WIDTH) - 40px);
    margin: 0px auto;
    background-color: var(--SECONDARY_MAJOR_COLOR);
    color: var(--SECONDARY_MINOR_COLOR);
}

.home-second7__picture {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 7px solid var(--SECONDARY_MINOR_COLOR);
}

.home-second7__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-second7__slide-title {
    text-align: center;
    max-width: 700px;
    margin: 0px auto;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    transition: all 0.3s ease 0s;
    font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
    .home-second7__slide-title {
        font-size: 24px;
    }
}

.home-second7__slide-subtitle {
    text-align: center;
    max-width: 700px;
    margin: 0px auto;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}

@media (min-width: 576px) {
    .home-second7__slide-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.home-second7__slide-text {
    text-align: center;
    max-width: 700px;
    margin: 0px auto;
    font-size: 14px;
    line-height: 140%;
    transition: all 0.3s ease 0s;
}

@media (min-width: 576px) {
    .home-second7__slide-text {
        font-size: 18px;
    }
}
