.pretty-number {
    font-family: 'Montserrat', sans-serif;
    background-image: url("/images/phone-business.png");
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 14px;
    padding: 24px 5px 30px;
    text-align: center;
    color: #222328;
}
.pretty-number__caption {
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 8px;
}
.pretty-number__description {
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    padding-bottom: 22px;
}
@media (min-width: 400px) {
    .pretty-number__caption {
        font-size: 1.4em;
    }
    .pretty-number__description {
        font-size: 1.15em;
    }
}
@media (min-width: 768px) {
    .pretty-number {
        background-position: right top;
    }
}