.about-us-section h1 {
    text-align: center;
    font-size: var(--pages-h1);
}
.about-us-section h2 {
    text-align: center;
}
.trust-badge-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.trust-badge-item img{
    width: 100px;
    height: 100px;
}
.trust-badge-title {
    font-size: 23px;
    margin: 0;
}
.image-column img{
    width: 90%;
}
.banner.grid{
    background: #FFF5DC;
    padding: 30px;
    align-items: center;
    border-radius: 22px;
}
.text-column span{
    font-size: 32px;
    color: var(--secondary-text-color);
    font-weight: var(--h2-h3-weight);
    width: 80%;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 600px)  {
    .text-column span{
      width: 100%;
    }
}