.home-third3__container {
    max-width: var(--CONTAINER_WIDTH) !important;
    margin: 0px auto;
    padding: 50px 20px;
}

@media (min-width: 768px) {
    .home-third3__card-row {
        display: flex;
        margin: 0 -25px;
        justify-content: space-evenly;
    }
}

.home-third3__row-item {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .home-third3__row-item {
        margin-bottom: 0px;
        padding: 0 25px;
        width: 50%;
    }
}
.home-third3__row-item._to-animate {
    opacity: 0;
}
.home-third3__row-item:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .home-third3__card {
        display: flex;
        flex-direction: column;
    }
}

.home-third3__card-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 5px;
    color: var(--SECONDARY_MAJOR_COLOR);
    font-family: var(--TITLE_FONT);
}

.home-third3__card-title p {
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
}

@media (min-width: 768px) {
    .home-third3__card-title p {
        font-size: 32px;
    }
}

.home-third3__card-picture {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-third3__card-picture img {
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.home-third3__card-text p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0px;
}
