section.about-sec .abt-images {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}
section.about-sec .abt-images img{
   width: 100%;
    height: 450px;
  object-fit:cover;
}
section.about-sec .abt-content {
    padding-left: 40px;
    display: flex;
    align-items: center;
}
section.abt-history h2.underline-h2 img{
  left: 95%;
}
section.abt-history .history-img img{
  width:100%;
  border-radius:10px;
}
section.abt-history .history-content {
    padding-right: 40px;
    display: flex;
    align-items: center;
}
section.abt-history{
 background: #fffbf3; 
}
section.history-info img{
  width: 100%;
    border-radius: 10px;
}