.conact_section { 
padding: 3rem 0 5rem 0;
    color: #fff; 
}

.conact_section .title h3 {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
}

.conact_section .title p {
    font-size: 1.25rem;
     font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    max-width: 500px;
}
.con_Back{
    background:url('../../includes/images/con-back.png') no-repeat center;
    background-size:cover;
    position:relative;
    z-index:11;
    padding:5rem 3rem 5rem 8rem;
    border-radius:25px;
}
.image_con{
    margin-right: -5rem;
}

@media (max-width: 768px) {
    .image_con {
        margin-right: 0;
        margin-top: -3rem;
    }
    .con_Back {
    padding: 5rem 3rem 5rem 3rem;
}
}