.sec-more-services {
  margin-top: 45px;
  padding-bottom: 68px;
  position: relative;
  overflow-x: clip;
}

.sec-more-services:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  bottom: -109px;
  height: calc(100% + 590px);
  background: url(/wp-content/themes/vectortechsolutions/images/services-more-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
}

.services-box {
  background: rgba(228, 246, 252, 0.7);
  border-radius: 40px;
  padding: 16.2px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.services-box:hover {
  background: var(--text-color);
}

.services-box-img {
  width: 154px;
  height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-box-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.services-box-info {
  width: calc(100% - 154px);
  padding-left: 10px;
}

.services-box-head * {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 17px 0;
}

.services-box:hover .services-box-head * {
  text-decoration: underline !important;
}

.services-box-info p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0.72px;
}

.services-box:hover .services-box-info p {
  text-decoration: underline !important;
  color: var(--second-active-color);
}

.sec-more-services .d-flex:nth-child(n + 3) {
  margin-top: 20px;
}

@media(min-width:1360px) and (max-width:1459.98px) {
  .services-box-img {
    width: 145px;
    height: 145px;
  }

  .services-box-info {
    width: calc(100% - 145px);
  }

  .services-box-head * {
    font-size: 22px;
    line-height: 33px;
  }
}

@media(min-width:1200px) and (max-width:1359.98px) {
  .services-box-img {
    width: 145px;
    height: 145px;
  }

  .services-box-info {
    width: calc(100% - 145px);
  }

  .services-box-head * {
    font-size: 22px;
    line-height: 30px;
  }

  .services-box-info p {
    font-size: 17px;
    line-height: 27px;
  }
}

@media(min-width:992px) and (max-width:1199.98px) {
  .services-box-img {
    width: 140px;
    height: 140px;
  }

  .services-box-info {
    width: calc(100% - 140px);
  }

  .services-box-head * {
    font-size: 22px;
    line-height: 25px;
    margin: 15px 0;
  }
}

@media(min-width:768px) and (max-width:991.98px) {
  .sec-more-services {
    margin-top: 30px;
    padding-bottom: 50px;
  }

  .services-box {
    border-radius: 25px;
  }

  .services-box-img {
    height: 140px;
    width: 140px;
  }

  .services-box-info {
    width: calc(100% - 142px);
    padding-left: 10px;
  }

  .services-box-head * {
    font-size: 19px;
    line-height: 22px;
    margin: 13px 0;
  }

  .services-box-info p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.42px;
  }
}

@media(max-width:767.98px) {
  .sec-more-services {
    margin-top: 30px;
    padding-bottom: 55px;
    overflow: hidden;
  }

  .sec-more-services .d-flex:nth-child(n + 2) {
    margin-top: 20px;
  }

  .services-box {
    border-radius: 20px;
    padding: 13.4px 15px 25px;
  }

  .services-box-img {
    height: 154px;
    width: 100%;
  }

  .services-box-info {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .services-box-head * {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
  }

  .services-box-info p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }

  .sec-more-services:after {
    height: calc(100% + 376px);
  }
}