.contactUsContacts-container{justify-content:space-evenly;align-items:center;width:100%;height:100%;padding:20px;display:flex}.contactUsContacts-content{border:1px solid #e6e6e6;border-radius:10px;flex-direction:column;justify-content:space-evenly;align-items:center;gap:10px;width:300px;height:300px;padding:20px;transition:all .3s;display:flex}.contactUsContacts-content:hover{background-color:var(--customColor3)}.contactUsContacts-iconContainer{border-radius:100%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .3s;display:flex}.contactUsContacts-icon{color:var(--customColor1);font-size:30px;transition:all .3s}.contactUsContacts-content:hover .contactUsContacts-iconContainer{background-color:var(--customColor1)}.contactUsContacts-content:hover .contactUsContacts-icon{color:#fff}.contactUsContacts-content>a{color:#808080d0;font-size:18px;text-decoration:none}@media screen and (max-width:768px){.contactUsContacts-container{flex-direction:column;gap:20px}}.contactUsLocation-container{justify-content:space-evenly;align-items:center;height:600px;padding:20px;display:flex}.contactUsLocation-wrapper{background-color:var(--customColor3);border-radius:10px;flex-direction:column;justify-content:space-between;align-items:center;width:50%;height:100%;padding:20px;display:flex}.contactUsLocation-wrapper>h2{text-align:start;width:100%;color:var(--customColor1)}.contactUsLocation-wrapper:nth-child(2){width:40%}.contactUsLocation-wrapper>iframe{border-radius:10px;width:100%;height:100%}.contactUsLocation-wrapper>form{width:100%}@media screen and (max-width:768px){.contactUsLocation-container{flex-direction:column-reverse;gap:20px;height:100%;padding:10px}.contactUsLocation-wrapper{width:100%;height:100%}.contactUsLocation-wrapper:nth-child(2){width:100%}.contactUsLocation-wrapper:first-child{padding:0}.contactUsLocation-wrapper>iframe{width:100%;height:300px}}
