.home-five5 {
    padding: 60px 0;
    overflow: hidden;
}

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

.home-five5 .row {
    justify-content: center;
}

.home-five5.section-bg {
    background-color: var(--SECONDARY_MINOR_COLOR);
}

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

.home-five5 .section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
}

.home-five5 .section-title p {
    margin-bottom: 0;
    color: #000;
}

.home-five5 .count-box {
    box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    background: var(--SECONDARY_MINOR_COLOR);
}

.home-five5 .count-box i {
    display: block;
    font-size: 64px;
    margin-bottom: 15px;
}

.home-five5 .count-box span {
    font-size: 42px;
    display: block;
    font-weight: 700;
    color: var(--SECONDARY_MAJOR_COLOR);
}

.home-five5 .count-box p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--SECONDARY_MAJOR_COLOR);
}
