section.kotvy{
    padding: 20px 0;
}
section.kotvy .wp-block-buttons{
    width: 100%;
    justify-content: center;
    gap: 10px 20px;
}
section.kotvy .wp-block-buttons a.wp-block-button__link{
    font-size: 12px;
    line-height: 14px;
    color: #2E413D;
    padding: 8px;
    border: 1px solid #BCD3CB;
    background: transparent;
}
section.kotvy .wp-block-buttons a.wp-block-button__link:after{
    display: none;
}
section.kotvy .wp-block-buttons a.wp-block-button__link:hover{
    background: #BCD3CB;
}
@media screen and (max-width: 1023px){
    section.kotvy{padding: 0;}
}