.contact_icon {
    color: #F16F1B !important;
    background: #fff !important;
}

.contact_mail {
    color: #F16F1B;
    font-size: 32px !important;
    margin-left: 12px;
}

.icon-iphone,
.icon-mail {
    font-size: 18px;
    color: #000;
}

.c {
    margin-bottom: 30px;
}

.location {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 60px;
}

.location h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    margin: 40px 0px;
}

.location-place {
    background-color: rgb(102, 102, 102);
    height: 378px;
    padding: 30px !important;
    border: 1px solid #fff;
}

.location-place:hover {
    background-color: #000;

}

.location-place h3 {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}

.location-place h3:before {
    display: block;
    width: 100px;
    height: 2px;
    margin: 2rem 0;
    content: '';
    background-color: #DB8925;
}

.location-place p {
    color: #fff;
    font-size: 20px;
}

.places {
    position: absolute;
    bottom: 10%;
}

/*  */
@media(max-width:768px) {
    .contact_mail {
        margin-left: 0px;
    }

    .location-place {
        height: 115px;
        display: block;
        padding-top: 0px !important;
        padding-left: 10px !important;
    }

    .location-place h3 {
        font-size: 20px;
    }

    .places {
        display: none;
    }
}