.block-get-in-touch .get-in-touch-box{box-shadow:5px 10px 20px 0 rgba(140,79,251,.15),10px 5px 30px 0 rgba(26,14,71,.15);display:grid;grid-template-columns:1fr 300px;background:#ffffff;border-radius:10px;overflow:hidden;}
.block-get-in-touch .get-in-touch-box .get-in-touch-form{padding:5rem;}
.block-get-in-touch .get-in-touch-box .get-in-touch-form .form-title{font-size:4.5rem;}
.block-get-in-touch .get-in-touch-box .get-in-touch-form .form-description{font-size:2.25rem;color:#F72585;margin-top:-2rem;margin-bottom:2rem;}
.block-get-in-touch .get-in-touch-box .get-in-touch-form .button{font-size:2rem;padding:1rem 5rem;}

.block-get-in-touch .get-in-touch-box .get-in-touch-info{padding:2rem;background:#3B0086;color:#ffffff;}
.block-get-in-touch .get-in-touch-box .get-in-touch-info .form-detail{padding-left:3rem;text-decoration:none;position: relative;}
.block-get-in-touch .get-in-touch-box .get-in-touch-info .form-detail:before{content:'';width:18px;height:18px;;position:absolute;top:50%;left:0;transform:translateY(-50%);background-size:cover;background-position:center;}
.block-get-in-touch .get-in-touch-box .get-in-touch-info .form-detail.phone-number:before{background-image:url('/wp-content/themes/toast/assets/images/phone.svg');}
.block-get-in-touch .get-in-touch-box .get-in-touch-info .form-detail.email:before{background-image:url('/wp-content/themes/toast/assets/images/email.svg');}

@media(max-width:1024px){
    .block-get-in-touch .get-in-touch-box{grid-template-columns:1fr;}
    .block-get-in-touch .get-in-touch-box .get-in-touch-form{padding:3rem;}
}