.notkeepintouch.keepintouch {
    display: inline-flex;
}

.notkeepintouch.keepintouch i{
    width: 50px;
    height: 50px;
    color: #e51c66;
    border: 1px solid #e51c66;
    border-radius: 100%;
    margin-right: 15px;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
}

.notkeepintouch.keepintouch .info-body h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #333;
}
.notkeepintouch.keepintouch .info-body p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #333;
}