.enquiry-form {
    max-width: 500px;
    border: 2px solid #1ABC9C;
    border-radius: 20px;
    background-color: #ef866964;
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.4);
}

.enquiry-form-header {
    background-color: #3CB371;
    text-align: center;
    padding: 15px 10px;
    border-radius: 15px 15px 0px 0px;
}

.enquiry-form h3 {
    font-family: "Cormorant", serif;
    font-weight: 600;
    font-size: 24px;
    color: white;
}

.enquiry-form label {
    margin: 15px 0px 0px 36px;
    font-weight: 600;
}

.enquiry-form input, .enquiry-form textarea {
    margin: 10px auto;
    max-width: 87%;
    border: 1px solid #1ABC9C;
}

.enquiry-form button {
   background-color: #3CB371;
   padding: 10px;
   text-align: center;
   color: white;
   width: 30%;
   border-radius: 10px;
   font-weight: 600;
   font-size: 19px;
   font-family: "Cormorant", serif;
   
}

.pdf{
    text-align: center;
    border: 2px solid #1ABC9C;
    border-radius: 20px;
    max-width: 450px;
    background-color: #F9D0C4;
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.4);

}
.pdf h3{
    margin-top: 20px;
}
.pdf div{
    margin-top: 50px;
    margin-bottom: 50px;

}


.pdf button {
    background-color: #3CB371;
    padding: 10px;
    text-align: center;
    color: white;
    width: 30%;
    border-radius: 10px;
    font-weight: 600;
    font-size: 19px;
    font-family: "Cormorant", serif;
    margin: 10px;
    text-decoration: none;
}

.pdf a {
    text-decoration: none;
    color: white;
}

@media (max-width:768px) {
    .enquiry-form{
        margin-top: 30px;
    }
}