@media only screen and (min-width: 768px) {
    .contact-row {
        display: block;
    }
}

@media (min-width: 992px) {
    .col-md-7 {
        width: 58.33333333%;
    }
}


@media (min-width: 992px) {
    .col-md-5 {
        width: 41.66666667%;
    }
}

.text.contact-tb li {
    display: inline-block;
    vertical-align: top;
}

/* .text-container li, .text.contact-tb li {
    display: inline-block;
    vertical-align: top;
}*/

.contact-tb li {
    display: inline-block;
}

.text-container li:last-child, .contact-tb li:last-child {
    width: calc(100% - 40px);
}

.contact-tb li:first-child {
    width: 20px;
    margin-right: 10px;
}

/*.text-container li:first-child, .contact-tb li:first-child {
    width: 20px;
    margin-right: 10px;
}*/

@media (max-width: 768px){
    .contact-details .block-title {
        text-align: left !important;
        /* margin-bottom: 8px !important; */
        margin-bottom: 12px !important;
    }
    .contact-details{
        margin-top: 35px !important;
    }
    .contact-tb ul:first-child{
        margin-bottom: 16px !important;
    }
    .contact-row .links{
        margin-bottom: 16px !important;
    }
    .contact-tb ul li img,
    .text-container ul li img{
        width: 20px;
    }
    .contact-tb li:first-child {
        margin-right: 16px !important;
    }
    .text-container ul li{
        margin-right: 5px;
    }
}