.contact_global{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;padding:50px 0;width:100%}.contact_global .content_wrapper{display:flex;gap:40px;justify-content:space-evenly;max-width:1040px}.contact_global .col.image-wrapper{display:flex;flex-direction:column;justify-content:center;width:40%}.contact_global .col.text-wrapper{background-color:#964091;border-radius:30px;display:flex;flex-direction:column;justify-content:center;padding:40px;width:60%}.contact_global .col.text-wrapper h2{font-size:30px}.contact_global img{height:auto}@media screen and (max-width:768px){.contact_global .content_wrapper{flex-direction:column}.contact_global .col.image-wrapper,.contact_global .col.text-wrapper{width:100%}.contact_global img{margin-bottom:20px}}