2 lines
1005 B
CSS
2 lines
1005 B
CSS
.contact1{display:flex;flex-direction:row;row-gap:1rem;justify-content:space-evenly;margin:8vw 8vh}.contactNo{display:flex}.ContactMail{flex-direction:column;display:flex;justify-content:space-evenly}.contact-no{font-style:normal;font-weight:500;font-size:27.3037px;color:#000}.contactimg1{width:286px;height:244px;border-radius:35.9316px 0 0 35.9316px}.helpContainer,.helpDesk{display:flex}.mailLogo{display:flex;align-items:center}@media screen and (max-width:990px){.contact1{display:flex;row-gap:2rem;justify-content:space-evenly;margin:0;align-items:center;padding:5px}}@media screen and (max-width:768px){.contactimg1{display:none}}@media screen and (max-width:330px){.mailLogo{flex-direction:column}.mail-contact-logo{width:fit-content;margin:auto}}@media screen and (max-width:499px){.contactimg1{display:none}.contact-no{font-size:18px}.resupgrading{font-size:12px}.contact1{row-gap:1.5rem}}.contact-cont{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:2rem}
|