.cont-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 5%;
}

.maps-contatti, .dett-contatti {
    width: 50%;
}

.dett-contatti {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dett-contatti h2 {
    font-family: 'bodoni';
    color: #F5C5C8;
    font-size: 75px;
    font-weight: 400;
    margin-bottom: 5%;
}

.dett-contatti form {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.dett-contatti form input {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #F5C5C8 !important;
    border: none;
    font-family: 'gotham';
    font-size: 20px;
    font-weight: 900;
    color: #F5C5C8;
    margin-bottom: 5%;
}

.dett-contatti form textarea {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #F5C5C8 !important;
    border: none;
    font-family: 'gotham';
    font-size: 20px;
    font-weight: 900;
    color: #F5C5C8;
    margin-bottom: 5%;
}

.dett-contatti form button {
    width: 20%;
    color: white;
}

.cont-et {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.info-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin-top: 10%;
}

.info-cont h3 {
    color: #F5C5C8;
    font-family: 'bodoni';
    font-size: 30px;
    font-weight: 500;
}

.info-cont p {
    color: white;
    font-family: 'gotham';
    font-size: 18px;
}

.info-cont p a {
    color: white;
    font-family: 'gotham';
    font-size: 18px;
    text-decoration: none;
}

.maps-contatti {
    display: flex;
    justify-content: center;
}

iframe {
    width: 80%;
    height: 100%;
}

@media (max-width: 1366px) and (min-width: 1025px) {
    .cont-container {
        gap: 5%;
    }

    .dett-contatti form {
        width: 100%;
    }

    .info-cont {
        width: 100%;
    }

    .maps-contatti iframe {
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .cont-container {
        flex-direction: column;
        align-items: center;
        gap: 10%;
    }

    .maps-contatti, .dett-contatti {
        width: 100%;
        margin-bottom: 10%;
    }

    .maps-contatti iframe {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .cont-container {
        flex-direction: column;
        align-items: center;
        padding-top: 10%;
    }

    .dett-contatti {
        width: 100%;
        margin-bottom: 20%;
    }

    .maps-contatti {
        width: 100%;
    }

    .maps-contatti iframe {
        width: 100%;
        height: 400px;
    }

    .dett-contatti h2 {
        font-size: 50px;
    }

    .dett-contatti form {
        width: 100%;
    }

    .info-cont {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .info-cont div {
        text-align: center;
    }

    .info-cont div:first-child {
        margin-bottom: 10%;
    }

    .dett-contatti form button {
        width: 100%;
    }

    .cont-et {
        flex-direction: column;
        gap: 0;
    }

    .dett-contatti form input {
        margin-bottom: 10%;
    }
}