.breadcrumb{
    display: none !important;
}
.img-azienda img, .marketing img, .persone img{
    width: 100%;
    height: auto;
    border-radius: 25px;
}
.img-azienda .ib-titleg{
    color: white;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.img-azienda .ib-title{
    color: white;
    font-size: 64px;
    font-weight: 400;
}

.hero__content{     
    position: absolute;
    top: 0;
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 0 50px;
}

.testo-azienda{
    margin-top: 45px;
    font-size: 16px;
    font-weight: 400;
    color: var(--grey);
}

.punti-di-forza h3{
    font-size: 24px;
    font-weight: 500;
    color: var(--grey);
    margin-bottom: 15px;
    margin-top: 10px;
}
.punti-di-forza p, .marketing p{
    font-size: 16px;
    font-weight: 400;
    color: var(--grey);
}

.punti-di-forza img{
    margin-bottom: 10px;
    border-radius: 50%;
    width: 80%;
    height: auto;
}

.marketing{
    background-color: #f5f5f5;
    border-radius: 55px 55px 0 0;
}

.marketing .row, .persone{
    margin-top: 75px;
    padding: 110px 0 150px 0;
}

.marketing h3, .persone h3{
    font-size: 42px;
    font-weight: 700;
    color: var(--ice-green);
    margin-bottom: 35px;
}
.persone h4{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--ice-green);
}

.testi-marketing{
    padding: 0 50px;
}

.sost{
    background-color: #7b7b7a;
    padding: 110px 0 150px 0;
}

.sost h3{
    font-size: 42px;
    font-weight: 700;
    color: white;
}

.sost h4{
    font-size: 32px;
    font-weight: 400;
    color: white;
}
.sost p{
    font-size: 16px;
    font-weight: 400;
    color: white;
}