.section-trusted-by {
    background-color: #35342E;
    padding: 144px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 96px;
}

.trusted-by-title {
    color: #F8F8EE;
    font-family: 'Stack Sans Notch', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 130%;
}

.trusted-by-blocks {
    width: 1200px;
    height: 684px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.trusted-by-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    height: 331px;
}

.trusted-by-block-1,
.trusted-by-block-2,
.trusted-by-block-3,
.trusted-by-block-4 {
    background-color: #F8F8EE;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 16px;
}

.trusted-by-block-1,
.trusted-by-block-4 {
    width: 40%;
}

.trusted-by-block-2,
.trusted-by-block-3 {
    width: 60%;
}

.trusted-by-block-header {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 4px;
}

.trusted-by-block-header-icon {
    padding-top: 8px;
}

.trusted-by-block-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}

.trusted-by-block-author {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.trusted-by-block-information {
    font-size: 20px;
    text-align: start;
    line-height: 150%;
    letter-spacing: -0.24px;
    color: #121417;
    opacity: 0.8;
}

.trusted-by-block-author-info {
    display: flex;
    flex-direction: column;
}

.trusted-by-block-author-avatar-1 {
    width: 44px;
    height: 44px;
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/MattDawson.png");
}

.trusted-by-block-author-avatar-2 {
    width: 44px;
    height: 44px;
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/DanielCho.png");
}

.trusted-by-block-author-avatar-3 {
    width: 44px;
    height: 44px;
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/AnanyaRao.png");
}

.trusted-by-block-author-avatar-4 {
    width: 44px;
    height: 44px;
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/JessicaMathew.png");
}

.trusted-by-block-author-name {
    font-size: 14px;
    color: #333333;
    line-height: 120%;
    text-align: start;
}

.trusted-by-block-author-position {
    font-size: 13px;
    color: #9FA0A3;
    line-height: 120%;
    text-align: start;
}

