.statistic-callout{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 70px;
    padding: 50px 0px;
    border-top: 1px solid #1D2F2B;
    border-bottom: 1px solid #1D2F2B;
}

.statistic-callout__statistic h2{
    font-size: 112px;
    color: #264D4D;
    margin-bottom: 0px;
}

.statistic-callout__content h4{
    font-size: 24px;
    line-height: 30px;
    color: #1E2121;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px){
    .statistic-callout{
        flex-direction: column;
        gap: 0px;
        padding: 24px 0px;
        text-align: center;
}