/*************chi siamo****************/
.cs-banner{
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(../img/Chi-siamo-01.webp) no-repeat center ;
    background-size: cover;
    background-position-y: center;
    height: 80vh;
    width: 100%;
    padding-top: 120px;
    color: white;
    text-align: center;
}
.cs-banner h1{
    font-size:80px;
}
.cs-banner p{
    font-size: 40px;
}
.cs-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 90%;
    margin: 80px auto;
}
.cs-card1{
    padding: 50px;
    background-color: white;
    width: 100%;
    box-shadow: 0px 0px 22px 0px rgba(188,188,188,0.38);
    margin-bottom: 50px;
}
.cs-card1 .corsivo{
    font-size: 15px;
}
.card1-icon{
    left: 35px;
    margin-top: -95px;
    justify-self: flex-start;
    position: absolute;
}
.cs-card1 h3{
    font-weight: bold;
    font-size: 22px;
}

.cs-trittico .cards{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.cs-trittico .single-card{
    width: 30%;
    margin: 20px 0px;
}


.banner-team{
    width: 100%;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),url(../img/about-team.webp) no-repeat center ;
    background-size: cover;
    background-position-y: -160px;
    text-align: center;
    justify-content: center;
    padding: 30px;
}
.banner-team h2{
    text-align: center;
    font-size: 64px;
    color: #3b3b3b;
}
.banner-team .card-icon {
    align-self: center;
    position: relative;
    top: unset;
    left: unset;
}
.banner-team .single-card{
    background-color: transparent;
    height: 100%;
}
.cs-form{
	#margin: 120px;
	margin: 50px auto;
	width: 90%;
}
.cs-form h2{
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
}
.cs-form p{
    font-size: 14px!important;
}
.cs-form .btn_submit{
    width: 100%!important;
    border-radius: 15px;
}
.box-contatti{
    margin: 30px;
    background-color: white;
    padding: 40px;

}
.contatti{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.contatti a{
    color: black!important;
}
.contatti p {
    margin: 0px;
}
.contatti svg{
    margin-left: 20px;
}
.box-contatti h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}
@media screen and (max-width: 796px){
    .cs-form{
        margin: 0 auto;
    }
    .contatti{
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        height: 400px;
    }
     h2{
        font-size: 45px;
    }
    .cs-banner{
        height: 50vh;
        padding-top: unset;
    }
    .cs-banner h1{
        font-size: 50px;
    }
    .cs-banner p{
        font-size: 23px;
    }
    
    
}
@media screen and (max-width:1200px){
    .cs-card1 h3 {
        margin-top: 50px;
    }
    .cs-trittico .cards {
        flex-wrap: wrap;
    }
    .cs-cards .single-card{
        width: 100%;
    }
    .banner-team{
        height: auto;
        background-size: unset;
        padding: unset;
        margin-bottom: 40px;
    }
    .banner-team .single-card{
        height: unset;
    }
    .form-container{
        width: 95%;
        margin: 0 auto;
    }
}
/*************end chi siamo****************/