  .services {
    padding: 30px 0; }
    .services__title {
      position: relative;
      text-align: center;
      font-size: 36px;
      line-height: 42px;
      z-index: 10; }
    .services__subtitle {
      position: relative;
      text-align: center;
      font-size: 18px;
      line-height: 22px;
      z-index: 10; }
    .services__items {
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
    .services-item {
      width: calc(33% - 5px);
      height: 209px;
      position: relative;
      padding: 20px;
      overflow: hidden;
      border-radius: 10px; }
      .services-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: auto;
        z-index: 0; }
      .services-item__title {
        position: relative;
        z-index: 1;
        color: #ffffff;
        font-size: 18px;
        font-family: 'Open Sans',Arial,sans-serif;
        line-height: 1.55;
        font-weight: 700; }
      .services-item__subtitle {
        position: relative;
        z-index: 1;
        color: #ffffff;
        font-size: 14px;
        font-family: 'Open Sans',Arial,sans-serif;
        line-height: 1.35;
        font-weight: 300;
        width: 280px;
        margin-top: 20px; }
      .services-item__btn {
        position: relative;
        z-index: 1;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Open Sans',Arial,sans-serif;
        line-height: 1.5;
        font-weight: 600;
        border-width: 2px;
        border-radius: 20px;
        background-color: #e70015;
        background-position: center center;
        border-color: #e70015;
        border-style: solid;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        width: 200px;
        height: 40px;
        margin-top: 38px; }
        .services-item__btn:hover {
          background-color: #000; }
  
  @media (max-width: 575px) {
    .services__title {
      font-size: 24px;
      line-height: 30px; }
    .services__subtitle {
      font-size: 16px;
      line-height: 18px; }
    .services__items {
      flex-direction: column;
      justify-content: flex-start; }
    .services-item {
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
      .services-item__title {
        font-size: 16px; }
      .services-item img {
        width: auto;
        height: 100%; } }
  