.employment-status-cards{padding-bottom:15px;padding-top:15px;width:100%}.employment-status-cards p{margin:0;text-align:center}.employment-status-cards__container{display:block}.employment-status-cards__card{align-self:stretch;background-color:#fff;border-radius:20px;box-shadow:0 3px 3px 3px rgba(0,0,0,.038);display:flex;flex-direction:column;margin-bottom:15px;overflow:hidden;width:100%}.employment-status-cards__image-wrapper{width:auto}.employment-status-cards__image-wrapper img{display:block;height:25rem;object-fit:cover;object-position:top;width:100%}.employment-status-cards__main-text{display:flex;flex-direction:column;gap:1rem;justify-content:space-evenly}.employment-status-cards__text{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;padding:20px}.employment-status-cards__status{color:var(--color-secondary);font-size:1.6rem;font-weight:900}.employment-status-cards__title{color:var(--color-primary);font-size:2.2rem;font-weight:900}.employment-status-cards__body{font-size:16px}.employment-status-cards__cta{font-size:16px;font-weight:600;padding:10px;text-align:center;text-decoration:none}.employment-status-cards__cta-wrapper{align-items:center;display:flex;justify-content:center;padding-top:10px;position:relative}.employment-status-cards__cta-wrapper:hover{text-decoration:underline;transition:all .15s ease-in}.employment-status-cards__cta-container{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end}.employment-status-cards__icon{margin-top:2.5px;text-align:center}@media only screen and (max-width:4000px){.employment-status-cards__container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;row-gap:2rem}.employment-status-cards__card{width:30%}.employment-status-cards__main-text{display:flex;flex-direction:column;gap:1rem;justify-content:space-evenly}}@media only screen and (max-width:1200px){.employment-status-cards__card{width:40%}.employment-status-cards__container{justify-content:space-evenly}}@media only screen and (max-width:992px){.employment-status-cards__card{width:45%}.employment-status-cards__container{justify-content:space-evenly}.employment-status-cards__cta{font-size:16px}}@media only screen and (max-width:768px){.employment-status-cards__container{display:block}.employment-status-cards__card{margin-bottom:15px;width:100%}.employment-status-cards__cta{font-size:16px}.employment-status-cards__image-wrapper img{object-position:top}}