
/* sinthu anna code */
.card {
    border: solid rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
    width: 343px;
    height: 340px;
    border-radius: 9px;
    max-width: 300px;
    margin: 10px;
    text-align: center;
    font-family: arial;
  }
  
  .card h1 {
    margin-top: 32px;
  }
  
  .card p {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 6px;
  
  
  }
  
  .card img {
    width: 230px;
    margin-top: 9px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
  }
  /* .mocka{
    width: 230px;
    margin-top: 9px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
  } */
  
  .price {
    color: grey;
    font-size: 22px;
  }
  
  .card button {
    border-radius: 25px;
    width: 130px;
    height: 51px;
    margin-top: 17px;
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    border: solid rgb(49 91 145);
    color: rgb(49 91 145);
    text-align: center;
    cursor: pointer;
    font-size: 18px;
  
    
  
  }
  
  .card button:hover{
    background-color: rgb(49 91 145);
    color: white;
    border-radius: 25px;
    
  }
  
  
  .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-top: 60px;
  }
  .heading {
    font-size: 22px;
  }
  .heading {
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #315B91;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
  .hr {
  height: 1px;
  width: 25px;
  background-color: #1BA39C;
  transform: translate(84%,0%);
  margin-left: 558px;
  margin-top: 40px;
  }
  
  @media only screen and (max-width: 768px) {
    .row {
      display: inline-block;
      margin-top: 0px;
      margin-bottom: 1px;
      transform: translate(-20% , 0%)  
    }
  
    .card {
      margin-top: 70px;
      margin-left: 60px;
    }
    .heading {
      font-size: 22px;
  }
  .heading {
      text-align: center;
      margin-top: 35px;
      font-size: 26px;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif;
      color: #315B91;
      letter-spacing: 0.3px;
      text-transform: uppercase;
  }
  .hr {
    height: 1px;
    width: 25px;
    background-color: #1BA39C;
    transform: translate(84%,0%);
    margin-left: 160px;
    margin-top: 44px;
  }
  }