.home-first5 {
    padding: 60px 0;
    overflow: hidden;
    background-color: var(--SECONDARY_MINOR_COLOR);
}

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

.home-first5 .row {
    margin-bottom: 10px;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .home-first5 .row {
        margin-bottom: 100px;
    }
}

.home-first5 .row .image-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-first5 .row .image-holder img {
    border-radius: 15px;
    box-shadow: 0px 0px 25px rgba(6, 40, 69, 0.15);
    width: 100%;
    height: 90%;
    object-fit: cover;
}
.home-first5 .row.content._to-animate {
    opacity: 0;
}
.home-first5 .row.content > div:first-child {
    padding: 0 25px;
}

.home-first5 .row.content > div:last-child {
    padding: 50px 25px;
}

.home-first5 .row:last-child {
    margin-bottom: 0;
}

.home-first5 .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.home-first5 .section-bg {
    background-color: #f6f8fb;
}

.home-first5 .section-title {
    text-align: center;
    padding-bottom: 30px;
}

.home-first5 .section-title h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--SECONDARY_MAJOR_COLOR);
    font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
    .home-first5 .section-title h2 {
        font-size: 32px;
    }
}

.home-first5 .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: var(--EXTRA_COLOR);
}

.home-first5 .section-title p {
    margin-bottom: 0;
    color: var(--SECONDARY_MAJOR_COLOR);
    font-size: 16px;
    line-height: 140%;
}

@media (min-width: 576px) {
    .home-first5 .section-title p {
        font-size: 18px;
    }
}

.home-first5 .content h3 {
    font-weight: 600;
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    color: var(--SECONDARY_MAJOR_COLOR);
}

.home-first5 .card-text {
    color: var(--TEXT_COLOR);
    font-size: 16px;
    line-height: 140%;
}

.home-first5 .content ul {
    list-style: none;
    padding: 0;
}

.home-first5 .content ul li {
    padding-bottom: 10px;
    color: var(--TEXT_COLOR);
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
}

@media (min-width: 576px) {
    .home-first5 .content ul li {
        font-size: 18px;
    }
}

.home-first5 .content ul i {
    font-size: 20px;
    margin-right: 15px;
    color: var(--EXTRA_COLOR);
}

.home-first5 .content p:last-child {
    margin-bottom: 0;
}
