.home-row { width: 100%; margin:0 auto;}
    .home-left { width: 46%; float: left;}
    .home-right { width: 48%; float: right; text-align:right;}
    .clear { clear:both;}
    .fssc-box { text-align:left; width: 240px; padding:20px 0 0 0;}
    .fssc-box img{ width: 100%;}
    .iso-box { display: inline-block;width: 240px; padding: 0 20px 0 0;}
    .iso-box img{ width: 100%;}
    .nsf-box { display: inline-block;width: 75px;}
    .nsf-box img{ width: 100%;}
/*************** ADD ON 03-06-2025  ****************/ 
.aboutus_contact_form_section img{ width: 20%;
}

.aboutus_contact_form_section{
display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
	margin-top: 20px;
}

/*************** ADD ON 03-06-2025  *****************/ 
    @media screen and (max-width: 1500px) {
/***************************************************/        
        .home-row { width: 96%; margin:0 auto;}
        .fssc-box {width: 300px; padding: 0;}
        .iso-box {  padding: 0 10px 0 0;}
/*************************************************/
    }
@media screen and (max-width: 767px) {
.fssc-box {
        width: 250px;
        padding: 0;
        margin: 0 auto 10px;
    }
.home-left {
    width: 100% !important;
    float: unset;
    text-align: center;
}
.home-right {
    width: 100%;
    float: right;
    text-align: center;
}
}




@media (max-width: 768px) {
  #custom-img-size-barril {
	max-width: unset !important;
    height: auto;        
    object-fit: cover;   
  }
}