
.block-contact-bg {
    background: url('../../images/contact_page_bg.png') no-repeat;
    background-position: right;
    background-size: 560px;
    height: 600px;
}


.block-contact-main {

}

.block-contact-el {
    background-color: #f8f8f8;
    width: 31%;
    height: 160px;
    margin-left: 10px;
    padding-top: 20px;
    margin-top: 10px;
}

.block-contact-el .h5 {
    text-align: center;
}
.block-contact-el p {
    text-align: center;
}

.block-contact-el small {
    opacity: .5;
}

.block-contact-el p a {
    color: #0ab34e;
    font-weight: bolder;
}

.block-contact-text-1 {
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 0px;
}

.block-contact-text-2 {
    font-size: 14px;
    text-align: center;
}

.block-contact-cont {
    margin-top: 100px;
}




@media (max-width: 480px) {

    .block-contact-el {
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
    }
}





