.contact {
    background: #E4EBEC;
    box-shadow: 0px 12px 10px -2px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 2rem;
}

.contact-card {
    background: #7A9D9F;
    box-shadow: 0px 12px 10px -2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    text-align: center;
    margin-bottom: 2rem;
    color: white !important;
}

.card.contact-card svg {
    margin: 0 auto;
    margin-top: 2rem;
}

.title-form-contact {
    font-weight: 900;
    font-size: 22px;
}

.form-control {
    border: 2px solid #FD7F76;
    border-radius: 7px;
}

select.form-select {
    background-position: left;
    background: url("../img/icon/dd.svg");
    background-size: 10px;
    background-position: 20px;
    background-repeat: no-repeat;
    padding-right: 5px;
    background-color: white;
    border: 2px solid #FD7F76;
    border-radius: 7px;
}
