.elementor-23637 .elementor-element.elementor-element-648404ae:not(.elementor-motion-effects-element-type-background), .elementor-23637 .elementor-element.elementor-element-648404ae > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-86a1540 );}.elementor-23637 .elementor-element.elementor-element-648404ae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23637 .elementor-element.elementor-element-648404ae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS */.hp-card {
    box-shadow: 0px 5px 25px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color: white;
}

.hp-card-img {
    margin-bottom: 15px;
}

.hp-card-header {
    display:flex; 
    align-items:center;
}

.hp-card-header-col-left{
    width:50%;
}

.hp-card-header-col-right {
    width:50%;
}

@media (max-width:801px) {
    .hp-card-header-col-left {
    display: none;
}
.hp-card-header-col-right {
    width:100%;
    padding-top:20px;
}
}


.hp-card-table {
    padding:20px;
    overflow-x: scroll;
}

.hp-card h3 {
    padding-left: 30px;
    padding-right: 30px;
}

.hp-card p {
    padding-left: 30px;
    padding-right: 30px;
}

.hp-card-header-col p{
    padding-left: 30px;
    padding-right: 30px;
}

.hp-card li{
    text-decoration: underline;
    color: #EF6924;
}

.hp-card a{
    text-decoration: underline;
    color: #EF6924;
}/* End custom CSS */