.wp-block-columns.are-vertically-aligned-center {
    align-items: center !important;
}

.wp-block-button>a.wp-block-button__link {
    min-width: 170px;
}

.wp-block-button>a.wp-block-button__link:hover {
    text-decoration: none !important;
}

.is-style-orange-square,
.is-style-green-check,
.is-style-orange-check {
    list-style-type: none;
    padding: 0;
    margin-left: 20px;
}

.is-style-orange-square>li,
.is-style-green-check>li,
.is-style-orange-check>li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 6px;
}

.is-style-orange-square>li:before,
.is-style-green-check>li:before,
.is-style-orange-check>li:before {
    font-family: FontAwesome;
    font-size: 120%;
    display: inline-block;
    left: -20px;
    position: absolute;
}

.is-style-orange-square>li:before {
    content: "\f0c8";
    color: #ff5000;
}

.is-style-orange-check>li:before {
    content: "\f00c";
    color: #ff5000;
}

.is-style-green-check>li:before {
    content: "\f00c";
    color: #1cd71f;
}

.is-style-rounded-mask-right {
    overflow: hidden;
    border-radius: 20px;
    border-top-right-radius: 200px;
}

.is-style-rounded-mask-left {
    overflow: hidden;
    border-radius: 20px;
    border-top-left-radius: 200px;
}