/* 
*----------------------------------------------------------
*   CONTACT
*----------------------------------------------------------
*/

.contact_infos {
    background: #4d4d4d;
    display: inline-block;
    padding: 30px;
    width: 340px;
    position: absolute;
    float: right;
    top: 26%;
    right: 3%;
    color: #ECECEC;
    font-size: 14px;
    line-height: 22px;
}


.contact_infos .title {
    position: relative;
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}


