@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Judson:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }

    .swiper {
      /* width: 100%; */
      /* height: 100%; */
     
      width: 90%;
      height: 90%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 440px !important;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      /* object-fit: cover; */
      object-fit: none;
    }


    .service-one-container {
        margin: auto;
        font-family: "Poppins", Arial, san-serif;
        line-height: 1.4;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: #f9f9f9; */
        background-color: #eeeeee;
        height: 100%;
      }
      
      .service-one-card {
        background: #fff url("../assets/service_section_white_symbol/services_background.png") top -10% center no-repeat;
        /* background: #fff url("../assets/banner_images/Digital\ Transformation.jpg") top -10% center no-repeat; */
        /* background-size: contain; */
        background-size: cover;
        border-radius: 10px;
        box-shadow: 0 10px 30px -5px rgba(60, 60, 60, 0.2);
        text-align: center;
        padding: 30px 60px;
        height: 100%;
      }
      .service-one-card img {
        background-color: #3784dc;
        height: 200px;
        width: 200px;
        border-radius: 50%;
        border: 7px solid white;
        margin: auto auto 15px;
        display: block;
      }
      .service-one-card h3 {
        font-size: 22px;
        margin: 10px auto 0;
        letter-spacing: 1px;
        font-family: 'Inter Semibold', sans-serif;
        font-weight: 600;
        font-size: 1.2em;
    }

      .service-one-card h2 {
        margin: auto;
        color: #b1b6c6;
        font-weight: 300;
        font-size: 14px;
      }
      .service-one-card .service-one-button {
        display: block;
        text-decoration: none;
        background: #3784dc;
        color: #f9f9f9;
        padding: 12px;
        border: none;
        border-radius: 25px;
        margin-top: 30px;
        font-size: 16px;
        font-weight: 700;
        min-width: 200px;
        transition: 0.2s;
      }
      .service-one-card .service-one-button span {
        font-size: 20px;
        line-height: 1;
        vertical-align: top;
      }
      .service-one-card .service-one-button:hover {
        background: #68aeff;
      }