.contact-block {
    background: #fff;
    border-radius: 50px;
    margin-top: 40px;
}

.contact-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 150.5%;
    color: rgba(43, 43, 43, 0.4);
    margin-bottom: 10px;
}

.contact-val {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #2B2B2B;
    margin-bottom: 30px;
}

.contact-block .col-lg-6:first-child {
    padding: 60px 60px 30px 60px;
}

.contact-block .col-lg-6:last-child {
    padding: 0;
}

@media (max-width: 992px) {

    .col-lg-6 {
        text-align: center;
    }

}