.animate-booking{display:grid;gap:200px;grid-template-columns:1fr 2fr}@media (max-width:767px){.animate-booking{grid-template-columns:1fr}}.animate-booking__image-wrapper{align-items:center;display:flex;justify-content:flex-start}@media (max-width:767px){.animate-booking__image-wrapper{display:none}}.animate-booking__meeting-wrapper{width:100%}.animate-booking__meeting-title-wrapper h2{margin-bottom:40px}@media (max-width:767px){.animate-booking__meeting-title-wrapper h2{font-size:36px!important;text-align:center}}.animate-booking__meeting-card{border-radius:24px;padding:40px}@media (max-width:767px){.animate-booking__meeting-card{padding:20px}}.animate-booking__meeting-card-title p{margin-bottom:25px}.animate-booking__meeting{height:fit-content;overflow:hidden;width:100%}.animate-booking__meeting iframe{max-height:100%;max-width:100%}