.featured_section{width:100%;display:flex;align-items:center;gap:15px;margin-bottom:-10px}@media screen and (max-width:768px){.featured_section{flex-direction:column;align-items:flex-start;gap:20px;margin-left:12px}.featured_section .divider{display:none}}.featured_section .feature_text{width:12%;font-size:18px;font-weight:700;font-family:var(--font-nunito);color:rgba(84,84,87,.816);line-height:28.8px}@media screen and (max-width:768px){.featured_section .feature_text{width:100%}}.featured_section .feature_images{width:85%;display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){.featured_section .feature_images{width:95%}}.featured_section .feature_images .partner-card .partner-image{width:120px;object-fit:contain}