/* Start custom CSS for section, class: .elementor-element-79f8761 */.elementor-element-5edcbd2 {
    display:none;
}
.elementor-element-c777de8 {
    display:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f51b68 */p.card-title {
    text-transform: none;
    margin-top:3%;
    margin-bottom:3%;
    font-weight:700;
    line-height:1.5;
    font-size:1.25rem;
    color:#000000;
}

.align-center {
    text-align: center;
}

.tile-box {
    width: 100%;
    margin: 0 auto 20px;
    border: 1px solid #dfdfdf;

}

.tile-box.has-shadow {
    -webkit-box-shadow: 0 0 10px #eeebeb;
    -moz-box-shadow: 0 0 10px #eeebeb;
    box-shadow: 0 0 10px #eeebeb;
}

.tile-box .title {
    padding: 8px 15px;
    height:90px;
}

.tile-box.is-red .action {
    background-color: #ffb700;
}

.tile-box .action {
    display: block;
    color: white !important;
    padding: 10px 15px;
    position: relative;
    background-color: #DAD6D6;
}


.gg-chevron-right {
    box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(var(--ggs,1));
    width: 12px;
    height: 12px;
    right:25px;
    top:12px;
    border: 2px solid transparent;
    border-radius: 100px
}
.gg-chevron-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px
}/* End custom CSS */