.about4sbottom {
  margin-bottom: 30px;
}
.about4 {
  -ms-flex-align: center;
  align-items: center;
}
.about4,
.about4-center {
  display: -ms-flexbox;
  display: flex;
}
.about4-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about4-img {
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 25px;
  width: 30%;
}
.about4-box,
.about4-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.about4-box {
  word-break: break-word;
  width: 70%;
  padding: 25px 15px;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about4item {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  height: 100%;
}
.about4-box1 {
  color: #000;
  margin-bottom: 20px;
}
.about4-box2 {
  color: #000;
  line-height: normal;
}
.about4-img-div {
  max-width: 100%;
  height: 110px;
  object-fit: scale-down;
}
.about4-container-row {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  align-items: start;
}
.about4-centert,
.about4-container-row {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.about4-centert {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about4title1,
.about4title2 {
  color: #fff;
}
.about4title3 {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .about4sbottom {
    width: 100%;
  }
  .newabout4:last-child {
    margin-bottom: 0 !important;
  }
  .about4-box {
    padding: 0 15px;
  }
  .about4-img-div {
    height: 70px !important;
  }
  .about4-box1 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .about4-img {
    width: 30%;
    padding: 8px;
  }
  .about4-box2 {
    margin-bottom: 20px;
  }
}
