.get-in-touch{border-radius:25px;place-content:center;height:375px;margin-top:25px;display:grid;position:relative;overflow:hidden}.get-in-touch__bg{z-index:-1;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute}.get-in-touch__title{text-align:center;color:#fff;padding:0 25px;font-size:clamp(1.5rem,4vw,3rem);font-weight:500}.get-in-touch__link{background:var(--bg-light-clr);color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:inherit;justify-content:center;align-self:flex-end;align-items:center;height:50px;padding:0 12.5px;transition:background-color .3s;display:flex;position:absolute;bottom:25px;right:25px}.get-in-touch__link svg{transition:transform .3s}.get-in-touch__link:hover{background:var(--bg-light-lighter-clr)}.get-in-touch__link:hover svg{transform:rotate(45deg)}@media screen and (max-width:896px){.get-in-touch__title{padding:0 10px}.get-in-touch__link{bottom:10px;right:10px}}
