.c-content-contact-1 > .row .c-body {
    margin: 25px 0;
}

.c-content-contact-1 > .row .c-body > .c-section {
    margin-bottom: 20px;
}

.c-content-contact-1 > .row .c-body > .c-section > p, .c-content-contact-1 > .row .c-body > .c-section > .c-content-iconlist-1 {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.c-content-contact-1 > .row .c-body {
    padding: 35px 40px;
}

.c-content-iconlist-1 > li i {
    position: relative;
    background: transparent; 
    text-align: center;
    font-size: 20px;
    color: #cccccc;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:991px) {
    .c-content-title-1 > h3.c-font-uppercase {
        margin-top: 0px;
    }
}

@media (min-width:992px) {
    .c-content-title-1 > h3.c-font-uppercase {
        margin-top: 20px !important;
    }
}