.callout_cards{padding:64px 32px}.callout_cards__wrapper{display:flex;flex-direction:column;gap:10px;margin:0 auto;max-width:1400px;overflow:hidden;width:100%}@media(min-width:769px){.callout_cards__wrapper{flex-direction:row;flex-wrap:wrap}}.callout_cards__text{display:flex;flex:0 0 100%;flex-direction:column;gap:24px;padding-block-end:24px}.callout_cards__text h2,.callout_cards__text p{margin:0 auto;max-width:1000px;text-align:center}.callout_cards__card{background-position:50%;background-size:cover;border-radius:var(--border-radius-lg);cursor:pointer;flex:1;min-height:480px;position:relative;transition:flex .5s ease-in-out}@media (min-width:769px){.callout_cards__card{min-height:480px}}.callout_cards__card:after{background:rgba(0,0,0,.3);border-radius:var(--border-radius-lg);content:"";inset:0;position:absolute;transition:background .3s ease}@media(min-width:769px){.callout_cards__card:hover,.callout_cards__card:nth-child(2){flex:2}.callout_cards__card:hover:after{background:rgba(0,0,0,.5)}.callout_cards__wrapper:hover .callout_cards__card:not(:hover){flex:1}}.callout_cards__card-content{bottom:20px;color:#fff!important;display:flex;flex-direction:column;left:32px;max-width:80%;position:absolute;top:120px;z-index:1}.callout_cards__card-content h2{font-size:24px}.callout_cards__card-content h2,.callout_cards__card-content p{color:#fff!important;margin:0 0 10px}@media(min-width:769px){.callout_cards__card-content p{opacity:0;transition:opacity .3s ease}.callout_cards__card:hover .callout_cards__card-content p{opacity:1}}.callout_cards__card-content a{background-color:var(--secondary-color);border-radius:var(--border-radius-sm);color:#fff;display:inline-block;font-family:var(--heading-font);font-size:.9rem;font-weight:700;margin-top:auto;max-width:180px;padding:8px 16px;text-align:center;text-decoration:none;transition:background-color .3s}.callout_cards__card-content a:hover{background-color:var(--primary-color)}