.another-title {
    margin-top: 90px;
}

.features.less-padding .boxes {
    padding-top: 21px;
}

.module-features-table {
    background-color: #ecf3f3;
    padding: 60px 0;
}

/* Flex Table */
.a-table {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
}
.a-table-row {
    display: flex;
    margin: 0 -15px;
}
.a-table-row:nth-child(even) {
    background-color: #e8e9e5;
}
.a-table-column {
    flex: 1 0 0;
    padding: 18px;
    margin: 0 15px;
    text-align: center;
    word-break: break-word;
}
.a-table-column:first-child {
    flex-grow: 1.5;
}
.a-table-column:nth-child(2) {
    background: rgba(124, 100, 78, 0.79);
    color: white;
}
.a-table-column:nth-child(3) {
    background: rgba(131, 133, 130, 0.72);
    color: white;
}
.a-table-column:nth-child(4) {
    background: rgba(192, 164, 87, 0.76);
    color: white;
}
.a-table-column:last-child {
    margin-right: 0;
}

.a-table-row:first-child .a-table-column:not(:first-child) {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.a-table-row:last-child .a-table-column:not(:first-child) {
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* End of flex table */

.item-in-list {
    margin-bottom: 20px;
}
.item-in-list h2 {
    margin-bottom: .5em;
    color: white;
    padding: 10px 14px;
    border-radius: 15px;
}
.item-in-list ul {
    padding-left: 2em;
}
.item-in-list li {
    margin: .3em 0;
}
.item-in-list:nth-child(1) h2 {
    background: rgba(124, 100, 78, 0.79);
}
.item-in-list:nth-child(2) h2 {
    background: rgba(131, 133, 130, 0.72);
}
.item-in-list:nth-child(3) h2 {
    background: rgba(192, 164, 87, 0.76);
}

/* hide / show */
.show-on-tablet {
    display: none;
}


/* Columns */
.columns-2 {
    margin: 0 -15px -15px;
    display: flex;
    flex-wrap: wrap;
}
.columns-2 > .column {
    margin: 0 15px 15px;
    width: calc(50% - 30px);
}
@media (max-width: 767px) {
    .columns-2 > .column {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

/* CArd */
.the-card {
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
    min-height: 100%;
}
.the-card-label {
    position: absolute;
    padding: 14px 19px;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    color: #f04534;
    background-color: #fff;
    border-radius: 100px;
    transform: translateY(-50%);
    top: 0;
    left: 24px;
    display: inline-block;
}
.the-card-cover {
    background-color: #f04534;
    padding: 80px 24px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.the-card-title {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.the-card-content {
    padding: 30px;
}
.the-card-text {
    font-weight: bold;
    margin-bottom: 20px;
}
.the-card-list:not(:last-child) {
    margin-bottom: 25px;
}
.the-card-list ul {
    list-style: none;
    padding-left: 2em;
}
.the-card-list li {
    position: relative;
}
.the-card-list li::before {
    content: "✓";
    display: inline-block;
    color: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: .7em;
}
.the-card-list-title {
    background-color: #ecf3f3;
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 30px;
    margin-bottom: 15px;
    font-weight: bold;
}
.the-card.mod-theme-yellow .the-card-cover {
    background-color: #f8901f;
}
.the-card.mod-theme-yellow .the-card-label {
    color: #f8901f;
}

@media (max-width: 1025px) {
    .show-on-tablet {
        display: block;
    }
    .hide-on-tablet {
        display: none;
    }
}
@media (max-width: 767px) {
    .another-title {
        margin-top: 70px;
    }
    .features.less-padding .boxes {
        padding-top: 0px;
    }
}


.page-banner-container.has-image #breadcrumbs-container {
    max-width: 48%;
}
.page-banner-container.has-image #breadcrumbs > * {
    margin-left: 0;
}
.page-banner-container.has-image #breadcrumbs > *:not(:last-child) {
    margin-right: 23px;
}

.cta .center .button {
    color: #fff !important;
}