.image-with-text-box{
  display:flex;
  justify-content:space-between;
  padding-top:50px;
}


@media only screen and (min-width:990px){
  .image-with-text-img{
    width:35%;
  }
  .image-with-text-content{
    width:60%;
  }
  .image-with-contentes{
    padding-top:10px;
  }
}

@media only screen and (max-width:990px){
  .image-with-text-box{
    row-gap:20px;
  }
}