.contacts {
    padding-top: 20px;
}
.contacts img {
    margin: 0 auto 30px;
    display: block;
}
.contacts-title{
 font-size: 16px;
    color: #222222;
    text-align: center;
    display: block;
    font-family: 'InfinitiBrand-Regular';
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contacts-sub-title{
 font-size: 16px;
    color: #222222;
    font-family: 'InfinitiBrand-Light';
    text-align: center;
    display: inline-block;
    width: 100%;
}
.contacts-sub-title a{
    text-decoration: none;
    color: #222222;
    display: block;
}

@media (max-width: 767.98px) {
    .contacts-sub-title {
        margin-bottom: 30px;
    }
    .contacts img {
        margin: 0 auto 20px;
        display: block;
        width: 48px;
    }
    iframe {
        height: 360px;
    }
}