.sec-reference {
  background: rgb(83, 179, 110) !important;
  background: linear-gradient(90deg, rgba(83, 179, 110, 1) 0%, rgba(39, 120, 77, 1) 35%) !important;
  background: url(/wp-content/themes/vectortechsolutions/images/reference-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 68px 0;
  position: relative;
  margin-bottom: 58px;
}

.sec-reference:after {
  position: absolute;
  content: "";
  top: 439px;
  left: 0;
  right: 0;
  width: 100%;
  height: 938px;
  background: url(/wp-content/themes/vectortechsolutions/images/reference-line-bg.png);
  background-size: cover;
  background-position: center;
}

.sec-reference .customer-box {
  margin-top: 58px !important;
  position: relative;
  z-index: 1;
}

.reference-text {
  position: relative;
  margin-top: 58px;
}

.reference-text .fw-50 {
  margin-bottom: 58px !important;
}

.reference-text .fw-50 * {
  color: var(--second-active-color);
}

.reference-btn .btn {
  height: 54px;
  padding: 0 25px 0 19px;
}

.reference-btn .btn img {
  margin-left: 27px;
}

.reference-text {
  position: relative;
  z-index: 1;
}

@media(min-width:1200px) and (max-width:1359.98px) {
  .reference-text .fw-50 {
    margin-bottom: 55px !important;
  }
}

@media(min-width:992px) and (max-width:1199.98px) {
  .sec-reference {
    margin-bottom: 55px;
  }

  .sec-reference:after {
    top: 390px;
  }

  .reference-text .fw-50 {
    margin-bottom: 50px !important;
  }

  .sec-reference .customer-box {
    margin-top: 40.8px !important;
  }
}

@media(min-width:768px) and (max-width:991.98px) {
  .sec-reference {
    margin-bottom: 45px;
    padding: 50px 0;
  }

  .sec-reference .customer-box {
    margin-top: 40px !important;
  }

  .reference-text {
    margin-top: 40px;
  }

  .reference-text .fw-50 {
    margin-bottom: 40px !important;
  }
}

@media(max-width:767.98px) {
  .sec-reference {
    padding: 40px 0;
    margin-bottom: 35px;
    overflow: hidden;
  }

  .sec-reference .customer-box {
    margin-top: 40.8px !important;
  }

  .reference-text {
    margin-top: 60.8px;
  }

  .reference-text .fw-50 {
    margin-bottom: 45px !important;
  }

  .reference-btn .btn {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    max-width: 335px;
    width: 100%;
  }

  .reference-btn .btn img {
    margin-left: 10px;
  }
}