.event-card-section{padding:70px 0;position:relative}.event-card-section:before{background-image:var(--primary_gradient);border-radius:50%;content:"";height:28px;left:90px;position:absolute;top:100px;width:28px;z-index:9}.event-card-section .card-heading{margin:0 0 35px;text-align:center}.event-card{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.event-card>*{display:flex;flex-direction:column}.card-image{overflow:hidden}.card-image img{border-radius:0 45px 0 0;height:auto;margin:0 0 -1px;vertical-align:bottom;width:100%}.card-content{background-color:var(--light_blue);flex-grow:1;padding:30px 20px 25px}.card-content,.card-text h3,.card-text h4{color:var(--secondary_color)}.card-text h4{font-size:16px;font-weight:700}.card-text h4,.card-text p{line-height:28px}.card-text h4+p{font-size:14px;margin:0 0 30px}.card-btn{margin:20px 0 0}.card-btn a{color:var(--primary_brass);font-weight:600;line-height:28px;text-decoration:underline}.cta-learn-more{margin:35px 0 0;text-align:center}@media (max-width:1199px){.event-card{gap:15px}}@media (max-width:991px){.event-card{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.event-card-section{padding:50px 0}.event-card-section .card-heading{margin:0 0 25px}.card-text h4+p{margin:0 0 20px}.event-card-section:before{display:none}}@media (max-width:574px){.event-card{gap:20px;grid-template-columns:repeat(1,1fr)}}