.ohmtang-cs-new-about-us .wp-block-button a:hover{
    filter: brightness(1.05);
    background-color: #e91e63;
}
.ohmtang-cs-about-us{
    padding: 0 2em 2em 2em;
}
.ohmtang-cs-about-us figcaption.wp-element-caption a{
    text-decoration: none;
    font-family: "csit-sail";
    font-size: 26px;
    color: #000000;
}
.ohmtang-cs-about-us figcaption.wp-element-caption a:hover{
    color: #E91E63;
}
.ohmtang-cs-about-us h1.wp-block-heading{
    font-family: "csit-trade";
    margin-block-start: 0;
    margin-block-end: 0;
}
.ohmtang-cs-architecture-root-group .ohmtang-cs-about-us cite{
    font-size: 16px;
}
.ohmtang-cs-architecture-root-group .ohmtang-cs-about-us,
.ohmtang-cs-brands{
    max-width: var(--wp--custom--product-page-width, 1200px);
    margin: 20px auto;
    padding: 0 20px;
}

.ohmtang-cs-brands hr{
    color: #d3ced2;
    border-bottom: 1px solid;
}
.ohmtang-cs-brands .wp-block-group{
    /* margin-block-start: 0; 6.3需要去掉*/
    /* margin-block-start: 0; */
    display: grid;
    grid-template-columns: repeat(auto-fit, 194px);
    justify-content: space-evenly;
}
.ohmtang-cs-brands  figure.wp-block-image:first-child{
    /* margin-block-start: 24px;6.3 需要去掉 */
    margin-block-start: 24px;
} 
.ohmtang-cs-brands  figure.wp-block-image img{
    border: 1px solid #ccc;
}
.ohmtang-cs-brands  figure.wp-block-image img:hover{
    box-shadow: -1px 1px 3px 1px #ddd;
    cursor: pointer;
}
.ohmtang-cs-brands div.wp-block-group:nth-of-type(7){
    grid-template-columns: repeat(auto-fit, 268px);
}
@media (max-width: 768px) {
    .ohmtang-cs-brands .wp-block-group{
        grid-template-columns: repeat(auto-fit, 120px);
    }
    /* .ohmtang-cs-brands div.wp-block-group:nth-of-type(7){
        grid-template-columns: repeat(auto-fit, 150px);
    } */
     .ohmtang-cs-new-about-us h1{
        font-size: 45px !important;
    }
}
