.call-do-section {
  position: relative;
  overflow: hidden;
}

.call-bg {
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  right: -63%;
}

.call-do-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.call-do-icon i {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 86px;
  display: inline-block;
  text-align: center;
  font-size: 35px;
  position: relative;
}

.call-bg_after {
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 35%;
  right: -19%;
}

.call-do {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 0;
  margin: 0px;
}

.call-do-title h4 {
  font-size: 34px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 600;
}
.call-do-title h4 span {
  display: inline-block;
}

@media (max-width: 991px) {
  .call-bg {
    background: none !important;
    width: 86px;
    right: calc(50% - 320px);
  }
}

@media (max-width: 768px) {
  .call-do {
    justify-content: center;
    text-align: center;
    padding-bottom: 186px;
  }
  .call-bg {
    bottom: 70px;
    left: 0;
    right: 0;
    width: 100%;
    height: 86px;
    text-align: center;
  }
  .call-do-icon {
    position: static;
    transform: none;
  }
  .call-do > div:first-child {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .call-do-title h4 {
    font-size: 23px;
    line-height: 34px;
  }
}

@media (max-width: 479px) {
  .call-do-title h4 {
    font-size: 20px;
    line-height: 30px;
  }
}


@media screen and (max-width:992px){
.groundwork-contact-block {
    padding: 0px 0 30px 0 !important;
}
.groundwork-contact-block .image-column .inner-column .image-box .image {
    height: auto !important;
}
.groundwork-contact-block .image-column .inner-column .image-box .info-box {
    position: relative !important;
}
.groundwork-contact-block .image-column {
    margin-bottom: 0 !important;
}
.groundwork-contact-block .image-column .inner-column .image-box .info-box .text {
    font-size: 16px !important;
    line-height: 24px !important; 
}
.groundwork-contact-block .image-column .inner-column .image-box .info-box h4 {
    font-size: 20px !important;
}
}

@media screen and (max-width:768px){
.groundwork-contact-block .image-column .inner-column .image-box .info-box .text {
    font-size: 14px !important;
}.groundwork-contact-block .image-column .inner-column .image-box .info-box h4 {
    font-size: 18px !important;
}
}