/*
 Smart writing service banner
 PAGE: /services/
*/
.service-banner {
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  border-radius: 6px;
  margin-top: 110px;
  box-shadow: 0 5px 19px 0 rgba(123, 154, 162, 0.49);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-banner-text {
  margin: 0 30px;
  width: 100%;
}

.service-banner-text-title {
  color: rgba(67, 160, 71, 1);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.service-banner-text-descr {
  color: rgba(45, 62, 80, 1);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.service-banner-btn {
  background-color: rgba(67, 160, 71, 1);
  border-color: rgba(43, 136, 47, 1);
  margin: 0 0 0 auto;
  position: relative;
  flex-shrink: 0;
}

.service-banner-btn:hover {
  background-color: rgba(43, 136, 47, 1);
}

.service-banner-icon {
  width: 100%;
  max-width: 324px;
  height: 193px;
  background-image: url(https://academichelp.net/wp-content/themes/new-ah/images/tools/macbook.png);
  margin: -80px 0 -15px 5px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 980px) {
  .service-banner-text-title {
    font-size: 28px;
  }

  .service-banner-text-descr {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .service-banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .service-banner-btn {
    margin: 15px auto 0;
  }

  .service-banner-icon {
    max-width: 230px;
    margin: -150px 0 15px 5px;
  }

  .service-banner-text {
    text-align: center;
  }

  .service-banner-text-title {
    font-size: 24px;
  }

  .service-banner-text-descr {
    font-size: 18px;
  }
}

/* end  Smart writing service banner  */

/*
  Sidebar banner for Smart Writing Service page
 */
.smart-paper-banner {
  background-color: #fff;
  padding: 20px 15px 25px;
  border-radius: 6px;
  margin-top: 65px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.53);
  text-align: center;
  margin-right: 10px;
}

.smart-paper-banner-text {
  font-size: 17px;
  color: rgba(65, 88, 110, 1);
  margin-bottom: 15px;
  line-height: 1.8;
}

.smart-paper-banner-icon {
  width: 100%;
  max-width: 205px;
  height: 122px;
  background-image: url(https://academichelp.net/wp-content/themes/new-ah/images/tools/macbook.png);
  margin: -75px auto 15px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
