.services {
  padding: 30px 0; }
  .services .service-card {
    border-radius: 12px;
    border: solid 1px #303c5d33;
    background-color: #fff;
    text-align: center;
    padding: 60px 130px;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .services .service-card:hover {
      background-color: #1d2a3b; }
      .services .service-card:hover * {
        color: #fff !important; }
      .services .service-card:hover .icon .main-img {
        -webkit-transform: translateX(-50px) scale(0);
        -ms-transform: translateX(-50px) scale(0);
        transform: translateX(-50px) scale(0);
        opacity: 0; }
      .services .service-card:hover .icon .hover-img {
        -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1; }
    .services .service-card .icon {
      height: 90px;
      margin-bottom: 15px;
      position: relative; }
      .services .service-card .icon .main-img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .services .service-card .icon .hover-img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        opacity: 0;
        -webkit-transform: translateY(50px) scale(0);
        -ms-transform: translateY(50px) scale(0);
        transform: translateY(50px) scale(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .services .service-card .info .h6 {
      font-size: 14px;
      line-height: 2.29;
      margin-bottom: 10px;
      min-height: auto;}
    .services .service-card .info .h4 {
      font-size: 23px;
      font-weight: 500;
      line-height: 1.39;
      margin-bottom: 20px; }
    .services .service-card .info p {
      font-size: 16px;
      line-height: 1.75;
      color: #525666;
      margin-bottom: 25px;
      min-height: 115px; }
    .services .service-card .info a {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.78; }
      .services .service-card .info a .al-icon {
        -webkit-margin-start: 10px;
        margin-inline-start: 10px; }
