.contact-us__container{padding:120px 0 60px;height:500px}.contact-us__wrapper{display:grid;grid-template-columns:50% 50%;grid-gap:30px;align-items:center;height:100%}.contact-us__col-left{height:100%;position:relative}.contact-us__col-backdrop{position:absolute;top:30px;left:50px;width:120px;height:120px;z-index:-1}.contact-us__image{position:absolute}.contact-us__image{border-radius:8px;overflow:hidden}.contact-us__image__one{top:68px;left:88px;height:200px;width:200px}.contact-us__image__two{top:30px;right:100px;height:auto;width:180px}.contact-us__image__three{bottom:15px;right:30px;height:auto;width:250px}.contact-us__col-right{display:grid;grid-gap:15px}.contact-us__title{font-size:24px;font-weight:600;text-transform:capitalize}.contact-us__desc{font-size:17px;font-weight:400;padding-right:30%}.contact-us__action a{border-radius:50px;text-transform:none;padding:5px 15px;font-weight:600}@media(min-width:320px) and (max-width:960px){.contact-us__container{height:auto}.contact-us__wrapper{grid-template-columns:1fr}.contact-us__col-left{display:none}.contact-us__col-right{text-align:center}.contact-us__desc{padding-left:15px;padding-right:15px}}