.learn-more .learn-more-title{font-size:28px;font-weight:400;color:var(--color_black);text-align:center;padding-bottom:45px;padding-top:65px}
@media(max-width:576px){.learn-more .learn-more-title{font-size:22px}
}.learn-more .cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}
@media(max-width:991px){.learn-more .cards{-ms-flex-wrap:wrap;flex-wrap:wrap}
}.learn-more .cards .card{background-color:var(--color_pure-white);min-height:240px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:25px}
@media(max-width:576px){.learn-more .cards .card{min-height:200px}
}.learn-more .cards .card .card-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:220px}
.learn-more .cards .card .card-text .card-title{font-size:22px;font-weight:bold;color:var(--color_orange)}
@media(max-width:576px){.learn-more .cards .card .card-text .card-title{font-size:20px}
}.learn-more .cards .card .card-text .card-subtitle{font-size:16px;font-weight:400;color:var(--color_black)}
@media(max-width:576px){.learn-more .cards .card .card-text .card-subtitle{font-size:14px}
}.learn-more .cards .card .card-link{font-size:16px;font-weight:bold;text-decoration:underline}
@media(max-width:576px){.learn-more .cards .card .card-link{font-size:14px}
}.learn-more .cards .card figure{font-size:22px}
.learn-more .socials-title{font-size:28px;font-weight:400;color:var(--color_black);text-align:center;padding-bottom:28px;padding-top:45px}
@media(max-width:576px){.learn-more .socials-title{font-size:22px}
}.learn-more .socials-icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learn-more .socials-icons figure{font-size:30px}
@media(max-width:576px){.learn-more .socials-icons figure{font-size:24px}
}