.foto2 {
  border-radius: 0 15px;
}

.company_1 {
   background: #a2752c1c;
   padding: 30px 0;
   margin-bottom: 20px;
   margin-bottom: 40px; 
}


.top_order1 {
   margin-top: 17px;

}
.txt1 {
   text-align: left;
}
.txt2 {
   text-align: left;
   padding-left: 15px;
   padding-top: 5px;
}

@media screen and (max-width: 800px)
{
.company__face1 {
   max-height: 100%;

}
.top_order1 {
   margin-top: 17px;

}
.txt1 {
   text-align: center;
}
.txt2 {
   text-align: center;
   padding-left: 0px;
   padding-top: 5px;
}

}


.btn-basic {
  background-color: #6f4e19;      
  color: white;                   
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease; /* плавный переход цвета */
}

.btn-basic:hover {
  background-color: #a2752c1a;     
/*  border: 1px solid #6f4e19;
  border-top: 2px solid #6f4e19;    
  border-left: 2px solid #6f4e19; */ 
box-shadow: 2px 2px 2px #575555 inset;
  color: #6f4e19; 
}





