.abc__text {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  padding-bottom: 150px;
  
  background-image: url('../../images/allcontent/wavebg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -400px;
}
.abc__text p {
  font-size: 24px;
  font-weight: 500;
  max-width: 850px;
 
}

.abc__text p span {
  font-weight: 600;
  color: #f2cf30;
}
@media screen and (max-width: 1560px){
  .abc__text {
      padding-bottom: 60px;
  }
}
@media screen and (max-width: 1470px) {
  .abc__text-img {
    max-width: 50%;
  }
  .abc__text-img img{
     object-fit: cover;
     width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .abc__text {
    justify-content: center;
  }
  .abc__text{
    flex-wrap: wrap;
  }
  .abc__text p{
      max-width: 90%;
  }
   
  .abc__text-img {
    max-width: 90%;
  }
}
@media screen and (max-width: 560px) {
  .abc__text{
    padding-bottom: 40px;
  }
  .abc__text p {
  font-size: 22px;
 
}
}/*# sourceMappingURL=about_company_text.css.map */