.text_card{padding:6rem 0;background-color:#f2f4f3}.text_card__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4rem 6rem}.text_card__inner{max-width:63rem}.text_card__title{margin-bottom:4rem;color:#0a0908}.text_card__title:last-child{margin-bottom:0}.text_card__subtitle{max-width:52rem}.text_card__subtitle *{font-weight:500;color:#0a0908;font-size:32px}.text_card__subtitle a{font-weight:700;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.text_card__subtitle a:before{content:"";position:absolute;bottom:.5rem;left:0;width:100%;height:.2rem;background-color:currentColor;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.text_card__subtitle a:hover:before{opacity:0}.text_card__media{max-width:52.2rem;aspect-ratio:174/109;border:2px solid #adb582;border-radius:2rem;overflow:hidden}.text_card__media:before{content:"";position:absolute;inset:0;background:-webkit-gradient(linear,left top,left bottom,color-stop(24.09%,rgba(253,253,253,0)),color-stop(82.89%,#fdfdfd));background:linear-gradient(180deg,rgba(253,253,253,0) 24.09%,#fdfdfd 82.89%);z-index:1}.text_card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.text_card__button{margin:auto;max-width:30.7rem;width:100%;height:6.3rem;position:absolute;bottom:3.5rem;left:0;right:0;z-index:2}@media (max-width:1320px){.text_card__subtitle *{font-size:calc(26px + 6 * (100vw - 375px)/ 945)}}@media only screen and (max-width:1024px){.text_card__container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.text_card__inner{max-width:75rem}.text_card__media{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:80rem}}@media only screen and (max-width:834px){.text_card__button{height:5rem;bottom:3rem;max-width:30.5rem}}