@media (min-width: 1200px){
  .container {
      max-width: 1440px !important;
  }
  #header.header3 .logo {
	max-height: 80px;
	}
  
    .an_advantages-head{}
  .an_advantages-text{
    display:flex; 
    justify-content:space-between; 
    gap:30px;
    align-items: center;
  }
  .an_advantages-text img{
    max-width: 100%;
	height: auto;
    border-radius: 10px;
	}
  .testo-home{
  	width:50%;
    text-align:left;
    padding-top: 20px;
  }
  .testo-home p{
    font-size: 20px !important;
	line-height: 1.6 !important;
  }
  .testo-home hr{
  	max-width: 200px;
	margin: 1.5rem 0;
  }
}
#header.header3 .fixed-menu .logo{
	max-height: 50px ;
}

.an_homeproducts-banner-overlay .an_homeproducts-banner-content p {
color: #000;
}

.page-cms img{
	border-radius:10px;
	padding:0 !important;
}
