.other-services {
  color: #fff; }
  .other-services__body {
    background: #9499FE;
    border-radius: 30px;
    min-height: 218px; }
  .other-services__header {
    margin-bottom: 16px; }
    .other-services__header-center {
      flex: none;
      max-width: 100%;
      text-align: left; }
  .other-services__col {
    flex: 1;
    padding: 30px 0 40px 41px; }
  .other-services__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .other-services__items {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 8px; }
  .other-services__item {
    background: #fff2;
    padding: 5px 15px;
    border-radius: 10px;
    min-height: 32px;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 300;
    font-size: 15px; }
    .other-services__item:hover {
      color: #fff;
      background: #8B90F2; }
  .other-services__image-wrap {
    display: flex;
    justify-content: center;
    width: 275px;
    padding: 33px 20px 23px; }
  .other-services__image {
    width: 70%; }

@media (max-width: 767px) {
  .other-services__body {
    border-radius: 20px; }
  .other-services__header {
    margin-bottom: 19px; }
    .other-services__header-center {
      flex: 1;
      text-align: center; }
  .other-services__col {
    padding: 28px 26px 0px; }
  .other-services__row {
    flex-direction: column;
    align-items: center; }
  .other-services__items {
    gap: 12px 8px; }
  .other-services__image-wrap {
    width: 300px;
    padding: 23px 20px 26px; }
  .other-services__image {
    width: 85%; } }

/*# sourceMappingURL=other-services.css.map */
