@import './../../styles/variables/index.scss';

.services {
  padding: 0 16px;
  margin: 0 auto 74px;
  width: 100%;
  max-width: 640px;

  @media (min-width: 560px) {
    padding: 0 32px;
  }

  @media (min-width: 900px) {
    max-width: 1198px;
    padding: 0 43px;
    margin: 0 auto 191px;
  }

  .container {
    max-width: 803px;

    .title {
      margin-bottom: 30px;

      .h5 {
        color: $medium-blue;
      }
    }

    .listOfServices {
      width: 100%;

      ol {
        margin: 0;
        padding: 0;
        list-style-type: none;

        @media (min-width: 576px) {
          column-count: 2;
        }

        @media (min-width: 900px) {
          column-count: 3;
        }

        li {
          flex: 0 32%;
          margin-bottom: 16px;
          margin-right: 16px;

          &:last-child {
            margin-bottom: 0;
          }

          @media (min-width: 560px) {
            margin-bottom: 24px;
          }

          .text_5 {
            display: flex;
            line-height: 17px;
            color: $medium-blue;

            > span {
              color: $medium-blue;
              font-family: $font-family-atak;
              font-size: $font-size-sm;
              font-weight: 300;
              letter-spacing: 0;
              line-height: 13px;

              margin-right: 8px;
            }
          }
        }
      }
    }
  }
}
