/* Contact Us */
#contact {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:20px;
    background:#edfcfe;
}

#contact input{
    font-size:16px;
    margin-right: 30px;
    border: 2px solid #115B7B ;
    padding: 10px;
    min-width:250px;
    background-color:#edfcfe;
}

::placeholder{
    color:#115B7B;
}

#contact img {
    max-width: 50%;
}

#contact .contact-layout {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content:center;
    gap:30px;
    padding-right:20px;
    padding-left:30px;
}

#contact .contact-text {
    display: flex;
    flex-direction:row;
    justify-content: center;
    text-align: left;
    width: 100%;
}

.contact-text p{
    font-size:24px;
    color:#115B7B;
    padding-left:40px;
    padding-right:40px;
}

.contact-layout button {
    background-color: #115B7B;
    color: white;
    padding: 15px;
    font-size: 16px;
    width:250px;
    border-radius:5px;
}

.contact-layout:hover.button {
    opacity: 1;
    box-shadow: 10px 10px 20px rgba(3, 17, 57, 0.1);
}
