@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    font-family: "Montserrat", sans-serif;

}


.heading01 {
    margin-top: 100px;
    color: rgb(27, 25, 25);
    font-size: 24px;
    font-weight: bold;
    margin-left: -50px;
}

.card {
    width: 100%;
    height: auto;
    margin: 30px 0px 10px 25px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
}

.heading02 {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: rgb(27, 25, 25);
    margin-top: 10px;
    margin-left:7px;
}

.heading03 {
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    color: rgb(110, 110, 110);
    font-weight: bold;
    margin-left:7px;
}

.heading04 {
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
    color: #009688;
    font-weight: bold;
    margin-left:7px;
}
.id {
    display:flex;
   
}

.id02 {
    display:flex;
   
    
}
.card:hover {
    box-shadow: 0 2px 10px rgb(0 0 0 / 80%);
}

@media screen and (max-width: 768px){
    .heading01 {
        margin-top: 100px;
        color: rgb(27, 25, 25);
        font-size: 24px;
        font-weight: bold;
        margin-left: 5px;   
   }
   .id {
    display:flex;
    flex-wrap: wrap;
    width:100%;
    flex-direction: row;
    justify-content: center;
   }
      
   .id02 {
    display:flex;
    flex-wrap: wrap;
    width:100%;
    flex-direction: row;
    justify-content: center;
   }
   .card {
    width: 38%;
    height: auto;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
}
   

    
}


  