/*
Template Name: Agrigoal
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/



/*********************contact****************/
#contact {
    padding-top: 40px;
    padding-bottom: 40px; 
}
.contact_1i {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px 20px; 
    transition: background 0.3s ease;
}
.contact_1i:hover {
    background: #f5f0e9;
}
.contact_2l {
    background: #6d8f64;
    padding: 40px 25px; 
}
.contact_2r {
    background: #ffffff;
}
/*********************contact_end****************/

@media screen and (max-width : 767px) {
    .contact_2r img {
        width: 100%;
        margin-top: 15px; 
    }
    .contact_1i {
        margin-top: 0px;   
    }
}
@media (min-width:768px) and (max-width:991px) {
    .contact_1i h3 {
        font-size: 18px; 
    }
    .contact_2r img {
        max-width: 280px;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .contact_1i h3 {
        font-size: 24px; 
    }
}