.tcs-box {
    background-color: #332524;
    color: var(--color-white);
    padding: var(--grid-col-gutter);
    border-radius: var(--border-radius-small);
    position: relative
}

.tcs-box__content {
    max-width: var(--wrap-width-large);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.tcs-box__content .section__title--left+.section__description {
    margin-left: initial
}

.tcs-box__logo-wrapper {
    pointer-events: none
}

.tcs-box__logo-wrapper svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 151px;
    height: 185px
}

@media screen and (min-width: 1024px) {
    .tcs-box__logo-wrapper svg {
        width: 191px;
        height: 235px
    }
}

.tcs-box .inquiry-form {
    background-color: white;
}

.tcs-box--center .tcs-box__content {
    text-align: center
}

.people-cards .tcs-box {
    margin-top: var(--grid-col-gutter);
    border-radius: var(--border-radius-small);
    padding-top: var(--grid-section-gutter);
    padding-bottom: var(--grid-section-gutter)
}

@media screen and (min-width: 768px) {
    .people-cards .tcs-box {
        margin-top: 0;
        padding-top: 51px;
        padding-bottom: 51px
    }
}

@media screen and (min-width: 1024px) {
    .people-cards .tcs-box {
        padding-top: 66px;
        padding-bottom: 66px
    }
}

.people-cards .tcs-box p:last-of-type {
    margin-bottom: 20px
}

.tcs-box a {
    color: var(--color-white)
}