.services-style-two-area .row {
      display: flex;
      flex-wrap: wrap;
    }

    .services-style-two-area .col-xl-4 {
      display: flex;
      flex-direction: column;
    }

    .services-style-two-area .services-style-two {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .services-style-two-area .thumb {
      flex-grow: 1;
    }

    .services-style-two-area .info {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .services-style-two-area .info p {
      flex-grow: 1;
    }

    .services-style-two-area .button {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .services-style-two-area .button a {
      text-align: center;
    }

    .services-style-two-area .button .devider {
      display: none;
    }