.objectives-page .main-section{margin-top:40px 0;background-image:url(/objectives-hero.svg);background-size:cover;background-position:0;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center}.objectives-list{display:flex;flex-wrap:wrap;gap:4rem}.objectives-list--large{flex-direction:column;margin-bottom:4rem}.objective-card{background:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.4);padding:30px 20px;text-align:left;display:flex;flex-direction:column;justify-content:start;align-items:center;min-width:100%}.objective-card .text-container{padding-left:8px}.objective-card .icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.objective-card .icon img{width:80px;height:80px}.objective-card h3{margin:10px 0;font-size:1.8rem;font-weight:600}.objective-card p{color:#555;font-size:1.6rem;text-align:left;padding:0}.objective-card--large .text-container,.objective-card--large .text-container p{min-width:100%}.discription-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:20px 0}@media screen and (min-width:768px){.objectives-page{padding:0 80px 160px}.objectives-page .main-section{background-position:50%}.objectives-list,.objectives-list-large{display:grid;grid-template-columns:repeat(2,1fr)}.objective-card .text-container .objective-card p{min-width:100%}.objective-card h3{font-size:2rem}.objective-card p{font-size:1.8rem}}@media screen and (min-width:1100px){.objectives-list:not(.objectives-list--large){display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1440px){.objectives-list:not(.objectives-list--large){display:grid;grid-template-columns:repeat(4,1fr)}}