.two-column-block{
    padding-bottom: 50px;
}
.two-column-block .flex50 img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: none;
}
.two-column-block .text{
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 40px;
}
.two-column-block .text strong{
    font-size: 24px;
}
.two-column-block .text p {
    font-size: 18px;
    margin: 0;
}
.two-column-block  .text h2{
    font-weight: bold;
    font-size: 3em;
}
.edit-post-visual-editor .components-button {
    align-items: baseline;
}
@media screen and (max-width: 768px){
.two-column-block.row{
    flex-direction: column !important;
}
.two-column-block.two-column-block.row-reverse{
    flex-direction: column-reverse !important;
}
.two-column-block .flex50{
    width: 100% !important;
    max-width: 100%;
    margin: 20px 0;
}
}
@media screen and (min-width: 768px){
    .two-column-block.row{
flex-direction: row !important;
}
}
@media screen and (min-width: 768px){
    .two-column-block.row-reverse{
flex-direction: row-reverse !important;
}
}
