.contactUs{
    width: 100svw;
    padding: 0 20px;
}
.contactusHeadImage{
    margin: auto;
    width: 100%;
}
.contactusHeadImage img{
    width: 100%;
    display: block;
}

.mainContact{
    width: 60%;
    padding: 20px 0;
    margin: auto;
}

.mainContact h1{
    text-align: center;
    font-weight: bold;
}

.contactCard{
    margin-top: 40px;
    padding: 40px 0;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 5px;
}
.section1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.secLogo{
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.secLogo i{
    font-size: 50px;
    font-weight: bold;
    color: blue;
}
.sec1num{
    font-weight: bold;
}

.section2,.section3,.section4{
    margin: 40px 0;
    color: rgb(186, 186, 186);
}

.section4 h6{
    color: white; 
} 

.map{
    width: 60%;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.map iframe{
    width: 100%;
}