.contact{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 170px;
    margin-right: 170px;
    gap:50px;
    border-top: 2px solid gray;
}


.map iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  border: none;
  padding: 40px ;
}
.contact-details li{
    font-size: 32px;
}
.bold{
    font-size: 60px;
}
.p{
    text-align: left;
    margin-left: 190px;
    font-size: 28px;
    font-weight: 400;
    color: rgb(98, 94, 94);
}
@media (max-width: 900px) {
    .contact{
    
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
    .contact-details li{
        font-size: 22px;}
    .map iframe {
          width: 300px;
  height: 200px;
  border-radius: 10px;
  border: none;}
    .bold{
    font-size: 32px;
        }       
   
}
