@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

  body {
    background: #F2F2F2;
    padding: 0;
  }
  
  #price {
    text-align: center;
  }
  
  .plan {
    display: inline-block;
    font-family: 'Lato', Arial, sans-serif;
    height: 100%;

  }
  

  
  .plan-inner {
    background: #fff;
    margin: 0 auto;
    width: 300px;
    min-height: 100%;
    max-width: 200%;
    position:relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  
  .entry-title {
    background: #f97126;
    height: 140px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  
  .entry-title>h3 {
    background: #f15b26;
    font-size: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
  }
  
  .entry-title .price {
    position: absolute;
    bottom: -30px;
    background: #4e4e4e;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 100px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    line-height: 20px;
  }
  
  .price span {
    position: absolute;
    font-size: 9px;
    bottom: -10px;
    left: 19px;
    font-weight: 400;
  }
  
  .entry-content {
    color: #323232;
    padding: 0 25px;
  }

  .entry-content-sub{
    font-size: 14px; 
    color: #818181
  }
  
  .entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  
  .entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
  }
  
  .entry-content li:last-child {
    border: none;
  }
  
  .btn {
    /* padding: 0em 0; */
    text-align: center;
  }
  
  .btn a {
    background: #323232;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
  }
  .basic .entry-title {
    background: #75DDD9;
  }
  
  .basic .entry-title > h3 {
    background: #44CBC6;
  }
  
  .basic .price {
    background: #44CBC6;
  }
  
  .standard .entry-title {
    background: #4484c1;
  }
  
  .standard .entry-title > h3 {
    background: #3772aa;
  }
  
  .standard .price {
    background: #3772aa;
  }
  
  .ultimite .entry-title > h3 {
    background: #DD4B5E;
  }
  
  .ultimite .entry-title {
    background: #F75C70;
  }
  
  .ultimite .price {
    background: #DD4B5E;
  }
  
  @media (max-width: 600px) {
    .mainPara{
      padding: 3%;   
    }
    
    .d-flex{
      margin-left: 10px;
    }
    }


    body {
        margin: 3em;
        scroll-behavior: smooth;
    }
      .service-card:hover {
        transform: scale(1.1);
    }
      .service-card {
        transition: transform 0.8s;
        min-height: 380px;
        padding-bottom: 15px;
        width: 100%;
    }
  
  
    @media (max-width: 768px) { /* Adjust this value if your `md` breakpoint is different */
    .service-card {
      min-height: 150px;
    }
  }
     
    @media (max-width: 600px) {
     
    
    .subPoints{
      margin-left: 15px;
    }
    
    figure img{
      padding: 13px;
    }
    
    }