.OurServices .title_wrap {
  margin-top: 48px;
  width: 100%;
  text-align: center;
  padding-bottom: 64px;
  font-size: 20px; }
  .OurServices .title_wrap h3::after {
    content: '';
    position: absolute;
    background: #6C9FEA;
    border-radius: 100px;
    width: 124px;
    height: 8px;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }

.OurServices .wrapp_about_text {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 51px; }
  .OurServices .wrapp_about_text p {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }

.OurServices .our-service .title_wrap {
  margin-top: 0; }

.OurServices .our-service .wrapp_about_text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px; }

.OurServices .our-service .serv-cards-wrap {
  display: flex;
  flex-wrap: wrap; }
  .OurServices .our-service .serv-cards-wrap .serv-card {
    min-height: 128px;
    width: 100%;
    box-shadow: 0px 3px 15px #C6CCE6;
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 32px;
    background: #fff; }
    .OurServices .our-service .serv-cards-wrap .serv-card .serv-card-wrap {
      position: relative;
      font-family: Open Sans,sans-serif, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #46515C;
      z-index: 1; }
      .OurServices .our-service .serv-cards-wrap .serv-card .serv-card-wrap .serv-card-icon-bg {
        position: absolute;
        top: -4px;
        left: -16px;
        width: 60px;
        height: 36px;
        z-index: -1; }

.OurServices .cat-card-wrap {
  display: flex;
  flex-direction: column; }
  .OurServices .cat-card-wrap .cat-card {
    padding: 15px;
    background: white;
    border-radius: 10px;
    height: max-content;
    margin-bottom: 16px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px #C6CCE6;
    border-radius: 10px; }
    .OurServices .cat-card-wrap .cat-card .cat-card-img img {
      border-radius: 10px;
      width: 100%; }

.OurServices .cat-btn-block {
  margin-top: 64px; }
  .OurServices .cat-btn-block .cat-link {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: block;
    height: 48px;
    background: #BEDCFF;
    border-radius: 30px;
    text-align: center;
    line-height: 48px;
    color: #48515B;
    margin-left: auto;
    margin-right: auto; }
    .OurServices .cat-btn-block .cat-link:hover {
      background-color: #6b9aff;
      color: #ffffff; }

.OurServices .sub_title_wrap {
  margin-top: 48px;
  padding-bottom: 30px; }
  .OurServices .sub_title_wrap h3 {
    color: #6C9FEA; }
    .OurServices .sub_title_wrap h3::after {
      display: none; }

.OurServices .wrapp_about_text-strong {
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 753px;
  margin-bottom: 32px; }

.OurServices .attention {
  max-width: 752px;
  width: 100%;
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-radius: 10px;
  margin-bottom: 48px; }
  .OurServices .attention .attention-wrap {
    padding: 16px 14px;
    border: 1px solid #BEDCFF;
    border-radius: 10px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
    .OurServices .attention .attention-wrap span {
      color: #6C9FEA; }

@media screen and (min-width: 992px) {
  .OurServices .title_wrap {
    font-size: 32px;
    margin-top: 64px; }
  .OurServices .our-service .title_wrap {
    margin-top: 0; }
  .OurServices .our-service .serv-cards-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 48px; }
    .OurServices .our-service .serv-cards-wrap .serv-card {
      min-height: 128px;
      width: 32.759%;
      box-shadow: 0px 3px 15px #C6CCE6;
      border-radius: 10px;
      margin-bottom: 16px;
      padding: 32px;
      background: #fff; }
      .OurServices .our-service .serv-cards-wrap .serv-card .serv-card-wrap {
        font-family: Open Sans, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #46515C; }
  .OurServices .our-service .wrapp_about_text {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
  .OurServices .cat-card-wrap {
    justify-content: space-between;
    flex-direction: unset;
    position: relative;
    height: 368px; }
    .OurServices .cat-card-wrap .cat-card {
      max-width: 240px; }
    .OurServices .cat-card-wrap .cat-card:nth-child(2) {
      position: absolute;
      left: 20%; }
    .OurServices .cat-card-wrap .cat-card:nth-child(4) {
      position: absolute;
      left: 55%; }
    .OurServices .cat-card-wrap .cat-card:nth-child(2n) {
      top: 128px; }
  .OurServices .cat-btn-block {
    margin-top: 64px; }
    .OurServices .cat-btn-block .cat-link {
      max-width: 240px; }
  .OurServices .attention {
    margin-bottom: 64px; }
    .OurServices .attention .attention-wrap {
      padding: 16px 32px; } }
