.content-box i {
    font-size: 35px;
    margin-top: 5px;
}

.content-box i.fa-phone {
    transform: rotate(90deg);
}

.content-box div:first-child {
    width: 15%;
}

.content-box div:nth-child(2) {
    width: 85%;
}

.content-box div:nth-child(2) p,
.content-box div:nth-child(2) table * {
    color: #7b8b8e;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
}

.content-box div:nth-child(2) table td {
    padding: 0px;
}

@media only screen and (max-width: 786px) {
    .content-box .icon-shape-disable {
        text-align: center;
    }
}
