.container-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.style-ddl {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 400;
}

main.main-section-info section.requirements div.container-begin-info h2 {
    font-size: 20px;
    margin-top: 13px;
}

.total-large {
    margin-top: 15rem;
    width: 90% !important;
    margin-bottom: 5rem;
}

.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.flex-container{
justify-content: space-evenly;
}

.carousel-slide {
    display: none;
}

.carousel-slide h2 {
    font-size: 24px;
}

.carousel-slide p {
    font-size: 16px;
}

.h4-proposte {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
}

div.section-flex-info-principali div.container-left-info div.carousel div.carousel-slide p {
    text-align: start;
    font-weight: 300;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-size: 20px;
}

.container-text-fixed {
    max-height: 3.2rem;
    overflow: hidden;
}

main.all-container a {
    color: black;
    text-decoration: none;
    display: contents;
    top: 0;
}

.h3-title {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;
    width: max-content;
}

div.section-flex-info-principali div.container-left-info div.carousel button {
    color: white;
    background-color: #52bfcc;
    cursor: pointer;
    border: none;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(.215, .61, .355, 1);
}

div.section-flex-info-principali div.container-left-info div.carousel button:hover {
    margin-left: 10px;
    background-color: #45a0ab;
}

.container-dati {
    background-color: white;
    padding: 0px 30px 30px 30px;
    width: 50%;
    margin: 3rem auto;
    border-radius: 5px;
}

.format-testo {
    padding: 20px;
    text-align: center;
    font-size: 25px;
}

.format-testo-ddl {
    text-align: center;
    color: black;
    padding: 0px;
}

.spacer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.format-text-p{
    color: black;
}

.center-svg {
    margin: auto auto 35px auto;
    display: block;
}


@media screen and (max-width: 1100px) {
   .media {
    display: block;
    font-size: 20px;
   }
  }