.trust-body{
    min-height: 100vh;
    background: #f6f4f5;
    color: #24303b;
}
.trust-header{
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(36, 71, 107, .08);
}
.trust-main{
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
    padding: 36px 0 64px;
}
.trust-breadcrumb{
    margin-bottom: 18px;
    color: #5c6670;
    font-size: 14px;
}
.trust-breadcrumb a{
    color: #24476b;
    font-weight: 700;
}
.trust-card{
    padding: clamp(26px, 5vw, 58px);
    background: #ffffff;
    border: 1px solid #e3dfe1;
    border-radius: 10px;
    box-shadow: 0 12px 36px rgba(36, 71, 107, .08);
}
.trust-card h1{
    margin-bottom: 18px;
    color: #24476b;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.1;
}
.trust-card h2{
    margin: 32px 0 10px;
    color: #41303e;
    font-size: clamp(22px, 3vw, 30px);
}
.trust-card p,
.trust-card li{
    max-width: 850px;
    font-size: 17px;
    line-height: 1.75;
}
.trust-card p + p{
    margin-top: 16px;
}
.trust-card ul{
    margin: 0 0 10px 24px;
}
.trust-card a{
    color: #24476b;
    font-weight: 700;
}
.trust-card a:hover{
    color: #c62828;
}
.trust-note{
    margin: 0 0 24px;
    padding: 16px 20px;
    border-left: 4px solid #c62828;
    background: #fff7f7;
    color: #41303e;
    font-weight: 700;
}
.trust-footer{
    margin-top: auto;
}
@media (max-width: 600px){
    .trust-main{
        width: min(100% - 24px, 1100px);
        padding-top: 24px;
    }
    .trust-card{
        padding: 24px 20px 32px;
    }
    .trust-card p,
    .trust-card li{
        font-size: 16px;
    }
}
