.program-profile{align-items:center;color:#fff;display:flex;justify-content:center;padding:100px 20px;position:relative}.program-profile__image{background-color:var(--background-color-primary);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}.program-profile__image img{height:100%;mix-blend-mode:luminosity;object-fit:cover;opacity:.1;width:100%}.program-profile__image:after{background:linear-gradient(90deg,rgba(0,0,0,.5) 0,var(--background-color-primary) 100%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.program-profile__content{max-width:650px;position:relative;text-align:center;z-index:2}.program-profile__title{color:#fff;font-family:var(--font-montserrat);font-size:2.5rem;font-weight:700;margin:0 0 15px;text-align:center}.program-profile p{font-size:1.07rem;line-height:1.7;margin-bottom:2rem;opacity:.9}.program-profile .button{border:2px solid;border-radius:5px;box-shadow:0 4px 15px rgba(0,0,0,.2);font-family:var(--font-montserrat);font-weight:700;padding:12px 35px;transition:transform .2s ease,background-color .2s ease,color .2s ease}.program-profile .button--secondary{background-color:transparent;border-color:#fff;color:#fff}.program-profile .button--secondary:hover{background-color:#fff;color:var(--background-color-primary)}