section.site-information {
    padding: 165px 0;
}
section.site-information .main-area {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
}
section.site-information .main-area .items {
    padding: 0 20px;
    text-align: center;
}
#webcommander-page section.site-information .main-area .items .item-content .site-subhed {
    font-family: var(--bk-font-heading, "Reckless Neue");
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: bottom;
}
#webcommander-page section.site-information .main-area .items .item-content p {
    font-family: var(--bk-font-base, "Manrope");
    font-weight: 400;
    font-size: 12px;
    leading-trim: Cap height;
    line-height: 23px;
    letter-spacing: 1%;
    text-align: center;
}
section.site-information .main-area .items .item-img img {
    mix-blend-mode: multiply;
}
