@media (max-width: 992px) {
  .mobspace {
    height: 48px !important;
  }
}

.home .services-row {
  align-items: stretch;
}
@media (max-width: 992px) {
  .home .services-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .home .services-row .services-item {
    flex: inherit;
    width: 40%;
  }
}

.txt_icons {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .txt_icons {
    padding-top: 50px;
  }
}
.txt_icons:after {
  content: "";
  background: #f1f5f6;
  position: absolute;
  width: 100vw;
  z-index: -1;
  left: 50%;
  bottom: -50%;
  height: 95%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .txt_icons:after {
    height: 100%;
  }
}
.txt_icons .txt_row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .txt_icons .txt_row {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.txt_icons .txt_row h1 {
  margin-bottom: 30px;
}
.txt_icons .txt_row h2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .txt_icons .txt_row .intro-txt {
    width: 100%;
  }
}
.txt_icons .txt_icons--txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.txt_icons .txt_icons--txt p:last-child {
  margin-bottom: 0;
}
.txt_icons .txt_icons--icons {
  display: flex;
  width: 72%;
  justify-content: space-between;
  align-items: flex-start;
  float: right;
}
@media (max-width: 992px) {
  .txt_icons .txt_icons--icons {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    float: inherit;
    justify-content: space-between;
  }
}
.txt_icons .txt_icons--icons .single-ico {
  align-items: center;
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 992px) {
  .txt_icons .txt_icons--icons .single-ico {
    width: 42%;
    margin: 0px;
  }
}
.txt_icons .txt_icons--icons .single-ico img {
  width: 120px;
  height: auto;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .txt_icons .txt_icons--icons .single-ico img {
    width: 80%;
  }
}
.txt_icons .txt_icons--icons .single-ico p {
  font-size: 18px;
  color: #080808;
  font-weight: bold;
}
