#ip-about {
  display: block;
  padding-bottom: 50px;
}
#ip-about .about-inner {
  position: relative;
  display: block;
}
#ip-about .about-main {
  position: relative;
  display: block;
}
#ip-about .about-info {
  position: relative;
  display: block;
  padding-top: 140px;
}
#ip-about .about-title {
  position: relative;
  display: block;
}
#ip-about .about-title .site-title strong {
  font-weight: 500;
}
#ip-about .about-description {
  position: relative;
  display: block;
  margin-top: 45px;
}
#ip-about .about-img {
  position: relative;
  display: block;
  width: 46%;
  float: right;
  margin: 0 -95px 55px 55px;
}
#ip-about .about-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

/*******************************************************
 *
 * Media Queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {
  #ip-about .about-info {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  #ip-about .about-info {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1280px) {
  #ip-about .about-img {
    margin-right: 0;
  }
  #ip-about .about-info {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  #ip-about:before {
    top: 75px;
    height: 53px;
  }
  #ip-about .about-img {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  #ip-about .about-info {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  #ip-about {
    padding-bottom: 30px;
  }
  #ip-about:before {
    display: none;
  }
  #ip-about .about-main {
    display: flex;
    flex-direction: column;
  }
  #ip-about .about-img {
    order: 1;
    float: none;
    width: 520px;
    max-width: 100%;
    margin: 30px auto 0;
  }
  #ip-about .about-info {
    padding: 0;
  }
}
