.home-first4 {
    background-color: var(--SECONDARY_MINOR_COLOR);
}

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

.home-first4__title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 40px;
    color: var(--SECONDARY_MAJOR_COLOR);
    font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
    .home-first4__title {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .home-first4__row {
        display: flex;
        margin: 0 -25px;
        flex-wrap: wrap;
    }
}

.home-first4__row-item._to-animate {
    opacity: 0;
}

@media (min-width: 768px) {
    .home-first4__row-item {
        padding: 0 25px;
        flex: 0 0 50%;
    }
}

@media (min-width: 992px) {
    .home-first4__row-item {
        flex: 0 0 33.333%;
    }
}

.home-first4__card {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .home-first4__card {
        max-width: 600px;
        margin: 0px auto 20px auto;
    }
}

.home-first4__titling {
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 25px rgba(6, 40, 69, 0.15);
    margin-bottom: 15px;
    background-color: var(--SECONDARY_MINOR_COLOR);
}

@media (min-width: 576px) {
    .home-first4__titling {
        padding: 15px;
    }
}

.home-first4__card-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 0px;
    color: var(--SECONDARY_MAJOR_COLOR);
}

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

@media (min-width: 768px) {
    .home-first4__card-title {
        font-size: 18px;
    }
}

.home-first4__icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex: 0 0 50px;
    font-size: 26px;
    color: var(--EXTRA_COLOR);
}

@media (min-width: 576px) {
    .home-first4__icon {
        width: 70px;
        height: 70px;
        margin-right: 20px;
        flex: 0 0 70px;
        font-size: 46px;
    }
}

.home-first4__text {
    padding: 0 15px;
    font-size: 16px;
    line-height: 140%;
    color: var(--TEXT_COLOR);
}

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