.count-item h3,
.count-content p {
    text-align: left;
    color: #3D8367;
}

.count-item h3 {
    font-weight: 700;
    margin-bottom: 12px;
}
.count-item p {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}
.highlighted-counter .count-item {
    display: flex;
    flex-direction: column;
    background-color: #3D8367;
    border-radius: 8px;
    padding: 16px 24px;
}
@media screen and (min-width: 1600px) {
    .highlighted-counter {
        position: relative;
        overflow: visible;
    }
    .highlighted-counter .count-item {
        flex-direction: row;
        padding: 24px 25% 24px 24px;
        border-radius: 8px 0 0 8px;
        position: absolute;
        width: calc(100vw / 3.22);
        left: 0;
        margin-top: -12px;
        align-items: center;
    }
}
.highlighted-counter h3, .highlighted-counter p {
    color: #ffffff;
    margin: 0 !important;
}
@media screen and (max-width: 1599px) {
    .highlighted-counter .count-item {
        background-color: transparent;
        padding: 0;
    }
    .highlighted-counter h3 {
        font-size: 40px !important;
        margin-bottom: 12px !important;
    }
    .highlighted-counter h3, .highlighted-counter p {
        color: #3D8367;
    }
}
.highlighted-counter h3 {
    margin-right: 24px !important;
    min-width: 180px;
}
