.services_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 32px;
}

.services_swiper {
  max-width: 100%;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.services_addons {
  display: flex;
  max-width: 100%;
  width: 100%;
}

.services_block_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.services_block_inner-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.services_block_inner-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  color: #FF1084;
}
@media screen and (max-width: 640px) {
  .services_block_inner-subtitle {
    font-size: 18px;
  }
}

.services_block_inner-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  color: #1A1A1A;
}
@media screen and (max-width: 640px) {
  .services_block_inner-title {
    font-size: 24px;
  }
}

.services_post_block {
  height: auto;
  box-sizing: border-box;
  padding: 12px 0;
}

.services_post_block_descr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40px;
  border-left: 4px solid #DFEDFF;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(76, 131, 243, 0.1490196078);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .services_post_block_descr {
    padding: 24px;
  }
}

.services_post_block_title {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: left;
  text-decoration: none;
  color: #1A1A1A;
}

.services_post_block_description p:last-child {
  margin-bottom: 0;
}

.services_post_block_description {
  display: block;
  border-bottom: 1px solid #DFEDFF;
  padding-bottom: 20px;
  text-align: left;
  color: #3E3E3E;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.services_post_block_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  text-align: left;
}

.services_post_block_price {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #4C83F3;
}

.services_post_block_button a {
  display: block;
  width: max-content;
  margin-right: 20px;
  padding: 7px 24px 9px;
  background: #FF3E71;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

.services_post_block_inner {
  /*width: 33%;*/
  height: auto;
}

.services_post_block_image_block a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .services_block {
    gap: 32px;
  }
  .services_block_ancor {
    display: flex;
    justify-content: right;
  }
  .services_block_ancor a {
    font-size: 25px;
    text-align: center;
  }
  .services_post_block_image_left {
    width: 100%;
  }
  .services_post_block_image_logo_block_title {
    font-size: 12px;
  }
  .services_post_block_title {
    font-size: 16px;
  }
  .services_post_meta {
    display: flex;
    gap: 20px;
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .services_post_block_inner {
    width: 100%;
  }
  .services_post_block_image_logo_block_logo {
    display: flex;
  }
  .services_post_block_image_logo_block_logo_img {
    height: 40px;
    width: auto;
  }
  .services_post_block_title {
    font-size: 18px;
    text-align: left;
  }
  .services_post_block_image_logo_block_title {
    gap: 20px;
  }
  .services_post_block_description {
    font-size: 14px;
  }
  .services_post_block_button a {
    margin-right: 0;
    font-size: 16px;
  }
  .services_post_block_price {
    padding-left: 0;
    font-size: 16px;
    color: var(--color-grey-1);
  }
}