@media screen and (max-width:768px){
  body .TAMSection__TopCloudsBG{
    transform:none; 
    max-width:100%;
  }
  .TAMSection__BottomClouds{
    height:140px;
  }
}
@media screen and (min-width:769px){
  .TAMSection__TopCloudsBG{
    object-fit:contain;
    top:-60px;
  }
}