/*BODY REPAIR*/
.body_repair-partners {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0px;
}
.body_repair-partners img {
    padding: 0 25px;
}
@media (max-width: 767.98px) {
    .body_repair-partners {
        justify-content: left;
    }
}
/*AIRPORT*/
.package-proposition-card{
    max-width: 370px;
    margin: 0 auto 20px;
}
.package-proposition-head{
    background: #EEF6FB;
    width: 100%;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.name-proposition{
    font-family: 'SuzukiPROBold';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #005071;
}
.name-proposition span.name-proposition-day{
    font-family: 'SuzukiPRORegular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    color: #40555E;
}
.name-proposition span{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #D52B1E;
}
.package-proposition-card .pages-list{
    padding-left: 15px;
    margin-bottom: 0;
}
.package-proposition-card .pages-list li{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #40555E;
    margin-bottom: 14px;
}