main img {
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
}

section.inail-lg-section {
    background-color: #EBF4FF;
    padding: 48px 150px 80px;
}

h1 {
    display: block !important;
    color: #002E5F;
}

.inail-lg-head {
    background-color: #002E5F;
    color: #fff;
    padding: 72px 150px;
}

.inail-lg-head h1 {
    color: #fff;
}

.inail-lg-sx {
    display: flex;
    align-items: center;
}

.inail-lg-sx h2,
.inail-lg-sx p,
.inail-lg-sx button {
    margin: 0 0 15px 32px;
}

.inail-lg-dx h2,
.inail-lg-dx p,
.inail-lg-dx button {
    margin: 0 32px 15px 0;
}

.inail-lg-dx {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.inail-lg-section h2{
    color: #19191A;
}

/*Percorsi*/

.inail-slide-badge {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.mt-slide {
    margin-top: 24px;
}

.single-slide {
    margin-right: 24px;
}

.section-header {
    background-color: #fff;
    padding: 48px 150px 72px;
}

.section-description h1 {
    margin: 40px 0 32px !important;
}

.section-body {
    background-color: #EBF4FF;
    padding: 40px 150px 80px;
}

.section-body .subtitle {
    font-family: 'Open Sans semibold';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 16px 0;
}

.inail-slide-badge .panel-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.inail-slide-badge .panel-body .inail-body-text-1 {
    flex-grow: 1;
}

a {
    width: fit-content;
}

.inail-archivio{
    background-color: #fff;
    padding: 80px 150px;
}

.inail-archivio h2{
    margin-bottom: 16px;
    color: #19191A;
}

.inail-archivio p{
    margin-bottom: 32px;
}

.hf-font-px-size-14 {
    font-size: 16px !important;
}
 
strong.hf-text-grey-light4 {
    color: #002E5F !important;
}

@media (max-width: 991px) {
    .inail-lg-sx {
        display: block;
        margin-bottom: 50px;
    }

    .inail-lg-dx {
        display: block;
        margin-bottom: 50px;
    }

    .inail-lg-sx h2,
    .inail-lg-sx p,
    .inail-lg-sx button {
        margin: 0 0 15px;
    }

    .inail-lg-dx h2,
    .inail-lg-dx p,
    .inail-lg-dx button {
        margin: 0 0 15px;
    }

    .inail-lg-head,
    section.inail-lg-section,
    .section-header,
    .section-body,
    .inail-archivio {
        padding: 50px;
    }

    section h2 {
        margin-top: 16px !important;
    }


}

@media (max-width:769px) {

    .inail-lg-head,
    section.inail-lg-section,
    .section-header,
    .section-body,
    .inail-archivio {
        padding: 40px 16px;
    }

    .inail-slide-badge {
        display: inline-block;
    }

    .inail-slide-badge .inail-badge.panel.panel-default {
        margin-bottom: 24px !important;
    }

    .single-slide {
        margin-right: 0;
    }

    .mt-slide {
        margin-top: 0px;
    }


}