section.location-sec img{
 width: 100%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
    height: 600px;
    object-fit: cover;
    border-radius: 0.75rem; 
}
section.location-sec p{
  font-size: var(--f18);
    line-height: 2;
}
section.location-sec .loc-detail {
    max-width: 36rem;
}
section.location-sec .container{
  display:flex;
  flex-direction:column;
  gap:80px;
}
section.location-sec .rev .loc-detail{
  margin-left: auto;
}
section.location-sec .loc-form{
  margin-top:32px;
}
section.location-sec h4{
  font-size:18px;
}
section.location-sec form button.main-btn {
    padding: 8px 24px;
}
section.location-sec form input{
 width:100%;
  border:1px solid var(--secondary-color);
  border-radius: 0.5rem;
  padding:8px 16px;
}
section.location-sec form {
    gap: 1rem;
    display: flex;
}