:root .g-home-btns{
    margin-top: 40px;
    gap: 14px !important;
}
.g-home-btns .wp-block-button a,
.g-home-btns .wp-block-button__link{
    padding: 12px 12px 12px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.g-home-btns .wp-block-button.g-website a,
.g-home-btns .wp-block-button.g-website .wp-block-button__link{
    padding: 11px 24px 11px 12px;
    background-color: transparent;
    border: 1px solid #DCDCDC;
    color: #DCDCDC;
}
.g-home-btns .wp-block-button__link svg{
    width: 24px;
    height: 24px;
}
.gp-content h2,
.post-type-page .wp-block-post-content h2{
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    color: #232323;
    margin-bottom: 40px;
}
.gp-content h3,
.post-type-page .wp-block-post-content h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #232323;
    margin-bottom: 40px;
}
.gp-content p,
.post-type-page .wp-block-post-content p{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #232323;
    max-width: 638px;
    margin-bottom: 40px;
}
.gp-content hr.wp-block-separator,
.post-type-page .wp-block-post-content hr.wp-block-separator{
    margin: 40px 0;
    border-top: 1px solid #DCDCDC;    
}
.gp-content figure,
.post-type-page .wp-block-post-content figure{
    margin: 0;
}
.gp-content figure.wp-block-gallery,
.post-type-page .wp-block-post-content figure.wp-block-gallery{
    max-width: 872px;
    column-gap: 20px;
    row-gap: 0;
}
.gp-content figure img,
.post-type-page .wp-block-post-content figure img{
    border: 1px solid #DCDCDC;
    margin-bottom: 20px;    
    max-width: 872px;
}
.gp-content figure.g-img-noborder img,
.post-type-page .wp-block-post-content figure.g-img-noborder img{
    border: none;
    border-radius: 0;
}
:root .g-download-btns,
:root .g-website-btns{
    margin-top: 0;
    gap: 12px !important;
}
.g-download-btns .wp-block-button a,
.g-download-btns .wp-block-button__link,
.g-website-btns .wp-block-button a,
.g-website-btns .wp-block-button__link{
    padding: 12px 24px 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    background-color: #EBEBEB;
}
.g-download-btns .wp-block-button__link svg,
.g-website-btns .wp-block-button__link svg{
    width: 24px;
    height: 24px;
}
.g-download-btns .wp-block-button__link svg path{
    width: 19px;
    height: 19px;
}
.g-color-boxes{
    display: flex;
    justify-content: flex-start;
    gap: 25px;
}
:root .g-color-box{
    max-width: 274px;
    margin: 0;
}
:root .g-color-desc{
    margin: 0;
}
.g-color-desc h4{
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #232323;
    margin-bottom: 12px;
}
.g-color-desc h5{
    font-weight: 400;
    font-size: 10px;
    line-height: 160%;
    color: #232323;
    margin: 0 0 4px;
}
.g-color-desc p{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #232323;
    margin: 0 0 12px;
}
.g-color-desc .g-color-copy{
    padding: 2px 0 4px;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
}
.g-color-desc .g-color-copy::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;    
    background: #EBEBEB no-repeat center;
    background-image: url(img/copy.svg);
    background-size: 16px;
    cursor: pointer;
}
.g-gradient{
    max-width: 872px;    
}
:root .g-gradient-desc{
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.g-gradient-desc .g-color-box{
    width: 100%;
}