.contactUs{background-color:var(--gray-3);padding:50px 0}.contactUs .containerWraper{width:100%;max-width:1440px;padding:0 15px;margin:0 auto}.contactUs .innerArea h2{margin-bottom:30px;text-align:center}.contactUs .innerArea h2,.contactUs .innerArea h4{width:100%;font-weight:var(--fw-700);color:var(--black)}.contactUs .innerArea h4{margin-bottom:20px}.contactUs .innerArea .content{display:flex;flex-wrap:wrap;gap:30px}.contactUs .content .left,.contactUs .content .right{border-radius:10px;flex:1 1;background-color:var(--white);padding:30px 20px}.contactUs .content .left p a{color:var(--dark-gray-1);transition:all .3s ease-in}.contactUs .content .left p a:hover{color:var(--primary-color)}.contactUs .right img{margin-bottom:20px}