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

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

.home-five4 .section-title {
    padding-bottom: 30px;
}

.home-five4 .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.home-five4 .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 0;
}

.home-five4 .section-title p {
    margin-bottom: 0;
}

.home-five4 .content {
    padding: 30px;
    border-radius: 4px;
    background: var(--SECONDARY_MAJOR_COLOR);
    color: var(--SECONDARY_MINOR_COLOR);
}

.home-five4 .content h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: var(--TITLE_FONT);
}

@media (min-width: 576px) {
    .home-five4 .content h3 {
        font-size: 34px;
    }
}

.home-five4 .content p {
    margin-bottom: 30px;
}

.home-five4 .content .btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 30px 8px 30px;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    color: var(--PRIMARY_MINOR_COLOR);
    background-color: var(--PRIMARY_MAJOR_COLOR) !important;
}

.home-five4 .content .btn:hover {
    text-decoration: none !important;
}

.home-five4 .content .btn i {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .home-five4 .icon-boxes .card-box {
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .home-five4 .icon-boxes .icon-boxes-row {
        justify-content: space-evenly;
    }
}

.home-five4 .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
    transition: 0.3s;
    word-break: break-word;
    background: var(--SECONDARY_MINOR_COLOR);
}

.home-five4 .icon-boxes .icon-box i {
    font-size: 40px;
    margin-bottom: 30px;
    color: var(--EXTRA_COLOR);
}

.home-five4 .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: var(--SECONDARY_MAJOR_COLOR);
}

.home-five4 .icon-boxes .icon-box p {
    font-size: 15px;
    color: var(--TEXT_COLOR);
}

.home-five4 .icon-boxes .icon-box:hover {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
