.eq-row-height.grid_section > div > div , .eq-row-height:not(.vc_inner).section > div { display: flex; }
.eq-row-height.grid_section > div > div > div > div , .eq-row-height:not(.vc_inner).section > div > div > div { height: 100%; }
.eq-row-height.vc_inner:not(.grid_section) > div { display: flex; }
.eq-row-height.vc_inner:not(.grid_section) > div > div > div { height: 100%; }
.valign-center-row > div , .valign-center-row.vc_inner > div > div { display: flex; align-items: center; }
.valign-center-col > div { display: flex; align-items: center; }
.valign-center-col > div > div { width: 100%; }
.wpb_wrapper p , .wpb_wrapper h4 , .qodef-post-text-inner p , .qodef-post-text-inner h2 , .qodef-post-text-inner h3 , .qodef-post-text-inner ul { margin-bottom: 1em; }
.wpb_wrapper p:last-child , .wpb_wrapper h4:last-child { margin-bottom: 0; }
.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a { height: 90px !important; }
.blanc , .blanc * { color: #FFF; }
.blanc select option { color: #565656; }
.qodef-input-title:before { background-color: rgb(0, 156, 221); }
.wpcf7 .wpcf7-not-valid-tip { position: relative; top:-25px; color:red !important; }
.widget_media_image { text-align: center; }
.qodef-main-menu>ul>li.wide.icons>a span.item_text { display: none; }
.qodef-title { background-size: cover; background-position: center center; }
.qodef-portfolio-list-holder article .qodef-item-icons-holder a.qodef-portfolio-lightbox , .qodef-portfolio-list-holder article .qodef-item-icons-holder a.qodef-like { display: none; }
.qodef-iwt.qodef-iwt-icon-left.qodef-iwt-icon-tiny .qodef-iwt-icon-holder { width: auto; }
footer .qodef-footer-top .qodef-column { display: flex; align-items: center; }
footer .qodef-footer-top .qodef-column > div { width: 100%; }
footer .qodef-footer-top .qodef-column:last-child h4 { text-align: center; }
.qodef-team.main-info-below-image .qodef-team-position-holder { display: none; }
.qodef-blog-share { float: none; }
aside form input.wpcf7-text , aside form input.wpcf7-submit { display: block !important; float: none; position: static !important; font-family: simple-line-icons,sans-serif !important; margin-bottom:10px !important; }
aside form input.wpcf7-submit { height: 36px !important; line-height: 36px !important;}
.ccchildpages .ccchildpage:nth-child(even) { background: #f7f7f7; }
.ccchildpages .ccchildpage { display: flex; align-items: center; margin-left:0; margin-right: 0; padding-left: 0; padding-right: 0; }
.ccchildpages .ccchildpage .img , .ccchildpages .ccchildpage .content { display: inline-block; }
.ccchildpages .ccchildpage .img { width: 180px; flex-shrink: 0;  }
.ccchildpages .ccchildpage .img img { border-radius: 100%; }
.ccchildpages .ccchildpage .cc-child-pages-thumb { margin:0; }
.ccpages_excerpt, .ccpages_more { font-size: inherit; }
.ccchildpages .ccchildpage h3 { margin-bottom: 0.4em; }
.qodef-portfolio-list-holder article { box-shadow: 3px 2px 18px 3px rgb(175 189 204 / 40%); margin-bottom: 15px; text-align: center !important; }
.qodef-portfolio-list-holder-outer.qodef-ptf-standard article .qodef-item-text-holder .qodef-item-title { text-align: center; padding: 0; margin: 10px 0; height: 50px; display: flex; justify-content: center; align-items: center; }
.qodef-portfolio-list-holder-outer.qodef-ptf-standard article .qodef-item-text-holder .qodef-item-title a {  }
.small-images .qodef-portfolio-media .qodef-portfolio-single-media { text-align: center; }
.qodef-portfolio-list-holder-outer.qodef-ptf-standard article .qodef-item-text-holder .qodef-ptf-category-holder { display: none; }
@media (max-width:1350px) {
.qodef-main-menu>ul>li>a span.item_inner { padding: 0 10px; }
.qodef-main-menu ul li a { font-size: 14px; }
}
@media (max-width:1120px) {
.qodef-main-menu>ul>li>a span.item_inner { padding: 0 8px; }
.qodef-main-menu ul li a { font-size: 13px; }
header .qodef-vertical-align-containers { padding: 0 15px; }
}
@media (max-width:1023px) {
iframe { max-width: 100%; }
footer .qodef-footer-top .qodef-column { display: block; }
}
@media (max-width:767px) {
.qodef-btn.qodef-btn-icon .qodef-btn-text-icon { width: 30px; }
.qodef-carousel-holder.with_navigation { padding-left: 30px; padding-right: 30px; }
footer .qodef-footer-top .qodef-column:first-child { padding-left: 40px; }
footer .qodef-footer-top .qodef-column:last-child { padding-right: 40px; }
footer img { max-width: 100%; height: auto; }
footer .qodef-three-columns .qodef-column .qodef-column-inner { padding: 0; }
}
.jobs-archive-listing {
padding: 70px 0 70px;
background: #f5f6f8;
}
.jobs-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 24px;
width: 100%;
}
.job-card-mini {
background: #fff;
border: 1px solid #d9d9de;
border-radius: 22px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
overflow: hidden;
}
.job-card-mini:hover {
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
border-color: #cfd4dc;
}
.job-card-mini__inner {
padding: 22px 22px 20px;
}
.job-card-mini__top {
display: flex;
justify-content: flex-end;
align-items: flex-start;
margin-bottom: 12px;
min-height: 32px;
}
.job-card-mini__logo-wrap {
display: flex;
align-items: center;
justify-content: flex-end;
}
.job-card-mini__logo {
max-width: 72px;
max-height: 38px;
width: auto;
height: auto;
object-fit: contain;
display: block;
}
.job-card-mini__title {
margin: 0 0 10px;
font-size: 22px;
line-height: 1.25;
font-weight: 700;
color: #1f2937;
}
.job-card-mini__title a {
color: inherit;
text-decoration: none;
}
.job-card-mini__title a:hover {
color: #b2dd4c;
}
.job-card-mini__company {
margin: 0 0 10px;
font-size: 17px;
line-height: 1.4;
color: #4b5563;
font-weight: 500;
}
.job-card-mini__meta {
margin-bottom: 16px;
}
.job-card-mini__meta-line {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
line-height: 1.45;
color: #4b5563;
}
.job-card-mini__meta-line i {
width: 16px;
text-align: center;
color: #6b7280;
font-size: 15px;
}
.job-card-mini__badges {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 16px;
}
.job-card-mini__badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 12px;
border-radius: 10px;
background: #f2f2f4;
color: #444;
font-size: 14px;
font-weight: 600;
line-height: 1.2;
}
.job-card-mini__badge i {
font-size: 13px;
color: #6b7280;
}
.job-card-mini__excerpt {
margin-bottom: 16px;
font-size: 15px;
line-height: 1.5;
color: #5b6472;
}
.job-card-mini__excerpt p {
margin: 0;
}
.job-card-mini__footer {
margin-top: 4px;
}
.job-card-mini__link {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 16px;
font-weight: 600;
color: #b2dd4c;
text-decoration: none;
}
.job-card-mini__link:hover {
color: #5b6472;
}
.jobs-pagination {
margin-top: 36px;
text-align: center;
}
@media only screen and (max-width: 1024px) {
.jobs-grid {
grid-template-columns: 1fr;
}
}
@media only screen and (max-width: 680px) {
.job-card-mini__inner {
padding: 18px;
}
.job-card-mini__title {
font-size: 20px;
}
.job-card-mini__company,
.job-card-mini__meta-line,
.job-card-mini__excerpt {
font-size: 15px;
}
.job-card-mini__badge {
font-size: 13px;
}
}
.job-single-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 340px;
gap: 40px;
align-items: start;
padding: 40px 0 70px;
}
.qodef-post-text-main p, .qodef-post-text-main ul {
margin-bottom: 1em;
font-size: 16px;
}
.job-single-main {
min-width: 0;
}
.job-single-head {
display: flex;
align-items: flex-start;
gap: 22px;
margin: 30px 0 25px;
}
.job-single-sidebar {
position: relative;
}
.job-single-sidebar__inner {
position: sticky;
top: 110px;
}
.job-sidebar-card {
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 18px;
padding: 24px;
box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
}
.job-sidebar-card__title {
margin: 0 0 18px;
font-size: 24px;
line-height: 1.2;
color: #1f2937;
}
.job-sidebar-card__list {
list-style: none;
padding: 0;
margin: 0;
}
.job-sidebar-card__list li {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 14px 0;
border-bottom: 1px solid #eef1f4;
}
.job-sidebar-card__list li:last-child {
border-bottom: 0;
}
.job-sidebar-card__list i {
width: 18px;
min-width: 18px;
margin-top: 4px;
color: #b2dd4c;
font-size: 16px;
text-align: center;
}
.job-sidebar-card__list strong {
display: block;
margin-bottom: 2px;
font-size: 14px;
font-weight: 700;
color: #344054;
}
.job-sidebar-card__list span {
display: block;
font-size: 15px;
line-height: 1.45;
color: #667085;
}
.job-sidebar-card__actions {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 22px;
}
.job-apply-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0 20px;
border: 0;
border-radius: 14px;
background: #b2dd4c;
color: #fff;
font-size: 16px;
font-weight: 700;
cursor: pointer;
transition: background-color .2s ease, transform .2s ease;
}
.job-apply-btn:hover {
background: #a8d54a;
transform: translateY(-1px);
}
.job-company-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0 20px;
border-radius: 14px;
background: #f2f4f7;
color: #344054;
font-size: 15px;
font-weight: 600;
text-decoration: none;
}
.job-company-link:hover {
color: #1f2937;
}
.job-modal {
position: fixed;
inset: 0;
z-index: 9999;
display: none;
}
.job-modal.is-open {
display: block;
}
.job-modal__overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.55);
}
.job-modal__dialog {
position: relative;
z-index: 2;
width: min(720px, calc(100% - 30px));
margin: 60px auto;
background: #fff;
border-radius: 20px;
padding: 28px;
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
max-height: calc(100vh - 120px);
overflow: auto;
}
.job-modal__close {
position: absolute;
top: 14px;
right: 16px;
border: 0;
background: transparent;
font-size: 32px;
line-height: 1;
cursor: pointer;
color: #667085;
}
.job-modal__title {
margin: 0 0 10px;
font-size: 30px;
line-height: 1.2;
color: #1f2937;
}
.job-modal__job-name {
margin: 0 0 20px;
color: #667085;
}
body.job-modal-open {
overflow: hidden;
}
@media only screen and (max-width: 1024px) {
.job-single-layout {
grid-template-columns: 1fr;
}
.job-single-sidebar__inner {
position: static;
top: auto;
}
}
@media only screen and (max-width: 680px) {
.job-single-layout {
padding: 25px 0 50px;
gap: 28px;
}
.job-single-head {
gap: 16px;
}
.job-sidebar-card {
padding: 20px;
}
.job-modal__dialog {
margin: 20px auto;
padding: 22px 18px;
max-height: calc(100vh - 40px);
}
}
.job-modal textarea {
height: 3em;
}
.jflex {
display: flex;
gap: 12px;
margin-top: 10px;
}
.wpcf7-form > p:nth-child(6), .wpcf7 p:nth-child(7) {
cursor: pointer;
margin-bottom: 20px;
}
.wpcf7-form > p:nth-child(6) .wpcf7-not-valid-tip, .wpcf7 p:nth-child(7) .wpcf7-not-valid-tip {
top: 0px;
} .events-shortcode-grid {
display: grid;
gap: 24px;
}
.events-shortcode-grid--cols-1 {
grid-template-columns: 1fr;
}
.events-shortcode-grid--cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.events-shortcode-grid--cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.events-shortcode-grid--cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.events-shortcode-card {
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 8px 20px rgba(16, 24, 40, 0.06);
height: 100%;
display: flex;
flex-direction: column;
}
.events-shortcode-card__image-link {
display: block;
text-decoration: none;
}
.events-shortcode-card__image {
aspect-ratio: 16 / 9;
overflow: hidden;
background: #f3f4f6;
}
.events-shortcode-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.events-shortcode-card__content {
padding: 22px;
display: flex;
flex-direction: column;
flex: 1;
}
.events-shortcode-card__title {
margin: 0 0 10px;
font-size: 24px;
line-height: 1.25;
}
.events-shortcode-card__title a {
color: inherit;
text-decoration: none;
}
.events-shortcode-card__title a:hover {
color: #009CDD;
}
.events-shortcode-card__meta {
margin-bottom: 12px;
font-size: 14px;
font-weight: 600;
color: #667085;
}
.events-shortcode-card__excerpt {
margin-bottom: 18px;
color: #475467;
line-height: 1.55;
}
.events-shortcode-card__excerpt p {
margin-bottom: 18px;
color: #475467;
line-height: 1.55;
font-size: 16px;
}
.events-shortcode-card__excerpt p:last-child {
margin-bottom: 0;
}
.events-shortcode-card__link {
margin-top: auto;
display: inline-flex;
align-items: center;
font-weight: 700;
text-decoration: none;
color: #009CDD;
}
.events-shortcode-card__link:hover {
color: #007fb3;
}
.events-shortcode-empty {
margin: 0;
}
@media only screen and (max-width: 1024px) {
.events-shortcode-grid--cols-3,
.events-shortcode-grid--cols-4 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media only screen and (max-width: 680px) {
.events-shortcode-grid--cols-2,
.events-shortcode-grid--cols-3,
.events-shortcode-grid--cols-4 {
grid-template-columns: 1fr;
}
}
.qodef-blog-holder article .qodef-post-image img {
width: 500px !important;
height: auto !important;
} .temoignages-listing {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 34px;
margin-bottom: 30px;
align-items: start;
}
.temoignage-card-v3 {
height: auto;
align-self: start;
}
.temoignage-card-v3__inner {
position: relative;
padding-top: 44px;
height: auto;
}
.temoignage-card-v3__media {
position: absolute;
top: 0;
left: 28px;
z-index: 3;
display: flex;
align-items: center;
justify-content: center;
width: 96px;
height: 96px;
border-radius: 50%;
overflow: hidden;
background: #e9ecef;
box-shadow: 0 10px 24px rgba(16, 24, 40, 0.10);
text-decoration: none;
}
.temoignage-card-v3__media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.temoignage-card-v3__box {
position: relative;
height: auto;
min-height: 0;
background: #fff;
border: 1px solid #e8edf2;
border-radius: 24px;
padding: 74px 28px 26px;
box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05);
transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
overflow: hidden;
}
.temoignage-card-v3:hover .temoignage-card-v3__box {
transform: translateY(-4px);
box-shadow: 0 18px 36px rgba(16, 24, 40, 0.10);
border-color: #dfe7ee;
}
.temoignage-card-v3__quote {
position: absolute;
top: 14px;
right: 22px;
font-size: 96px;
line-height: 1;
font-weight: 700;
color: #C0CD40;
opacity: 0.13;
pointer-events: none;
}
.temoignage-card-v3__content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.temoignage-card-v3__title {
margin: 0 0 14px;
font-size: 28px;
line-height: 1.25;
font-weight: 700;
color: #1f2937;
}
.temoignage-card-v3__title a {
color: inherit;
text-decoration: none;
}
.temoignage-card-v3__title a:hover {
color: #009CDD;
}
.temoignage-card-v3__excerpt {
margin-bottom: 18px;
font-size: 16px;
line-height: 1.8;
color: #5b6472;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.temoignage-card-v3__excerpt p {
margin: 0;
font-size: 16px;
}
.temoignage-card-v3__footer {
display: flex;
justify-content: flex-end;
width: 100%;
margin-top: 0;
}
.temoignage-card-v3__link {
position: relative;
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 15px;
font-weight: 700;
color: #C0CD40;
text-decoration: none;
transition: color .2s ease, transform .2s ease;
}
.temoignage-card-v3__link::after {
content: "→";
font-size: 15px;
line-height: 1;
}
.temoignage-card-v3__link:hover {
color: #a9b536;
transform: translateX(2px);
}
@media only screen and (max-width: 1024px) {
.temoignages-listing {
grid-template-columns: 1fr;
}
}
@media only screen and (max-width: 680px) {
.temoignages-listing {
gap: 28px;
}
.temoignage-card-v3__inner {
padding-top: 38px;
}
.temoignage-card-v3__media {
left: 20px;
width: 84px;
height: 84px;
}
.temoignage-card-v3__box {
padding: 66px 20px 22px;
border-radius: 20px;
}
.temoignage-card-v3__title {
font-size: 24px;
}
.temoignage-card-v3__excerpt {
font-size: 15px;
line-height: 1.7;
}
} .temoignage-single {
padding: 35px 0 70px;
}
.temoignage-single__intro {
margin-bottom: 34px;
}
.temoignage-single__intro-grid {
display: grid;
grid-template-columns: 220px minmax(0, 1fr);
gap: 34px;
align-items: start;
}
.temoignage-single__media {
min-width: 0;
}
.temoignage-single__image img {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
}
.temoignage-single__summary {
min-width: 0;
}
.temoignage-single__title {
margin: 0 0 24px;
font-size: 38px;
line-height: 1.2;
font-weight: 700;
color: #1f2937;
}
.temoignage-single__meta-block {
margin-bottom: 22px;
}
.temoignage-single__meta-block h3 {
margin: 0 0 8px;
font-size: 18px;
line-height: 1.4;
font-weight: 700;
color: #6b7280;
text-decoration: underline;
text-underline-offset: 3px;
}
.temoignage-single__meta-block p {
margin: 0;
font-size: 18px;
line-height: 1.65;
color: #4b5563;
}
.temoignage-single__presentation {
font-size: 16px;
line-height: 1.65;
color: #4b5563;
}
.temoignage-single__presentation p:last-child {
margin-bottom: 0;
}
.temoignage-single__content-wrap {
margin-top: 10px;
}
.temoignage-single__content {
position: relative;
padding-left: 28px;
font-size: 19px;
line-height: 1.8;
color: #4b5563;
border-left: 4px solid #C0CD40;
}
.temoignage-single__content p,
.temoignage-single__content ul,
.temoignage-single__content ol {
margin-bottom: 18px;
}
.temoignage-single__content p:last-child {
margin-bottom: 0;
}
.temoignage-single__content ul,
.temoignage-single__content ol {
padding-left: 22px;
}
.temoignage-single__content h2,
.temoignage-single__content h3,
.temoignage-single__content h4 {
margin-top: 28px;
margin-bottom: 14px;
color: #1f2937;
}
@media only screen and (max-width: 1024px) {
.temoignage-single__intro-grid {
grid-template-columns: 180px minmax(0, 1fr);
gap: 28px;
}
.temoignage-single__title {
font-size: 32px;
}
}
@media only screen and (max-width: 767px) {
.temoignage-single {
padding: 25px 0 50px;
}
.temoignage-single__intro-grid {
grid-template-columns: 1fr;
gap: 22px;
}
.temoignage-single__media {
max-width: 220px;
}
.temoignage-single__title {
font-size: 28px;
margin-bottom: 18px;
}
.temoignage-single__meta-block h3,
.temoignage-single__meta-block p,
.temoignage-single__presentation {
font-size: 16px;
}
.temoignage-single__content {
padding: 20px 0 0 18px;
font-size: 17px;
line-height: 1.7;
}
} .home-featured-event {
margin-bottom: 30px;
}
.home-featured-event__section-title {
margin: 0 0 22px;
font-size: 34px;
line-height: 1.2;
font-weight: 700;
color: #1f2937;
}
.home-featured-event__card {
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
}
.home-featured-event__grid {
display: grid;
grid-template-columns: minmax(320px, 30%) minmax(0, 1fr);
align-items: stretch;
}
.home-featured-event__media {
display: block;
min-height: 100%;
background: #eef1f4;
text-decoration: none;
}
.home-featured-event__media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.home-featured-event__content {
position: relative;
padding: 34px 34px 30px;
display: flex;
flex-direction: column;
}
.home-featured-event__date {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
}
.home-featured-event__day {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 56px;
height: 56px;
padding: 0 12px;
border-radius: 14px;
background: #009CDD;
color: #fff;
font-size: 24px;
font-weight: 700;
line-height: 1;
}
.home-featured-event__month {
display: inline-flex;
align-items: center;
padding: 8px 14px;
border-radius: 999px;
background: #eef6ff;
color: #009CDD;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .04em;
}
.home-featured-event__title {
margin: 0 0 10px;
font-size: 34px;
line-height: 1.2;
font-weight: 700;
color: #1f2937;
}
.home-featured-event__title a {
color: inherit;
text-decoration: none;
}
.home-featured-event__title a:hover {
color: #009CDD;
}
.home-featured-event__meta {
margin: 0 0 14px;
font-size: 15px;
font-weight: 600;
color: #667085;
}
.home-featured-event__excerpt {
margin-bottom: 24px;
font-size: 17px;
line-height: 1.75;
color: #4b5563;
}
.home-featured-event__excerpt p:last-child {
margin-bottom: 0;
}
.home-featured-event__actions {
margin-top: auto;
}
.home-featured-event__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0 22px;
border-radius: 14px;
background: #C0CD40;
color: #fff;
font-size: 15px;
font-weight: 700;
text-decoration: none;
transition: background-color .2s ease, transform .2s ease;
}
.home-featured-event__button:hover {
background: #a9b536;
color: #fff;
transform: translateY(-1px);
}
@media only screen and (max-width: 1024px) {
.home-featured-event__grid {
grid-template-columns: 1fr;
}
.home-featured-event__media {
aspect-ratio: 16 / 9;
}
.home-featured-event__title {
font-size: 28px;
}
}
@media only screen and (max-width: 680px) {
.home-featured-event__section-title {
font-size: 28px;
}
.home-featured-event__content {
padding: 24px 20px 22px;
}
.home-featured-event__title {
font-size: 24px;
}
.home-featured-event__excerpt {
font-size: 16px;
line-height: 1.65;
}
}