.custom-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.custom-services-wrapper .custom-services-item {
  width: 25%;
  padding: 0 20px;
}
.custom-services-wrapper .custom-image img {
  margin: 0 auto 2rem;
  height: 4rem;
  display: block;
}
.custom-services-wrapper .custom-content p strong {
  color: #ea8b32;
}
.custom-services-wrapper .custom-content p {
  color: #000;
}
.custom-services-wrapper .custom-title h3 {
  color: #000;
  transition: all 0.3s ease 0s;
  margin: 0;
  padding-bottom: 1rem;
  text-align: center;
}
.custom-services-wrapper .custom-services-item a:hover h3 {
  color: #ea8b32;
}


@media (max-width: 1024px) {
  .custom-services-wrapper .custom-services-item {
    width: 50%;
  }
  .custom-services-wrapper .custom-services-item:nth-child(3),
  .custom-services-wrapper .custom-services-item:nth-child(4) {
    margin-top: 48px;
  }
  .custom-services-wrapper .custom-services-item .custom-image img {
    margin: 0 auto 1.5rem;
  }
}

@media (max-width: 639px) {
  .custom-services-wrapper {
    display: block;
    margin: 0 -12px;
  }
  .custom-services-wrapper .custom-services-item {
    width: 100%;
    padding: 0 12px;
  }
  .custom-services-wrapper .custom-services-item:nth-child(2) {
    margin-top: 48px;
  }
  .custom-services-wrapper .custom-title {
    height: auto !important;
  }
}
