body {
  padding-top: 5rem;
  font-family: "Ubuntu", sans-serif;
  color: #000;
}

.services_sec {
  background-color: #F6F8F9;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: 1.25rem 0;
}
@media screen and (max-width: 575px) {
  .services_sec {
    padding: 2.5rem 0;
  }
}
.services_sec .container {
  position: relative;
}
.services_sec .container .path_1 {
  position: absolute;
  left: -100px;
  top: -40px;
}
.services_sec .container .path_2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.services_wrap {
  max-width: 800px;
  margin: auto;
}
.services_wrap_content {
  text-align: center;
  margin-bottom: 3.125rem;
}
.services_wrap_content h1 {
  font-size: 3.4375rem;
  margin-bottom: 1rem;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .services_wrap_content h1 {
    line-height: 1.1;
    font-size: 2.8125rem;
    max-width: 220px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.services_wrap_content h1 strong {
  color: #6711FF;
  font-weight: 500;
}
.services_wrap_content p {
  font-size: 1.0625rem;
}
@media screen and (max-width: 575px) {
  .services_wrap_content p {
    max-width: 21.875rem;
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .services_wrap_list {
    margin: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .services_wrap_list .row {
    margin-left: -20.5px;
    margin-right: -20.5px;
  }
  .services_wrap_list .col {
    padding-left: 20.5px;
    padding-right: 20.5px;
  }
}
.services_wrap_list .card {
  border: 0;
  border-radius: 13px;
}
.services_wrap_list .card .btn {
  min-width: 11rem;
}
.services_wrap_list .card_title {
  font-size: 1.5rem;
  margin-bottom: 0.6875rem;
}
.services_wrap_list .card_text {
  font-size: 0.875rem;
  margin-bottom: 1.1875rem;
  max-width: 19.5625rem;
  line-height: 1.375rem;
}
@media screen and (max-width: 575px) {
  .services_wrap_list .card_text {
    margin-left: auto;
    margin-right: auto;
  }
}
.services_wrap_list .card figure {
  padding-top: calc((359/359) * 100%);
  position: relative;
  margin-bottom: 0;
}
.services_wrap_list .card figure img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
@media screen and (max-width: 575px) {
  .services_wrap_list .card figure {
    padding-top: calc((259/359) * 100%);
    position: relative;
  }
  .services_wrap_list .card figure img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
  }
}
.services_wrap_list .card figure img {
  border-radius: 13px;
}
.services_wrap_list .card-body {
  padding: 1.4375rem;
}