.mainContactSection{
    width: 100%;
    height: 100%;
    padding: 2rem 5rem;
    overflow-x: hidden;
}


.InnerContactSection{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upperContact{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upperContact h1{
    text-align: center;
    font-family: calibri;
    color: rgba(30, 29, 29, 0.874);
}

.contactIcon{
    width: 600px;
    height: 200px;
    display: grid;
    place-items: center;
    grid-template-rows: 200px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.contactIcon a{
    width:100%;
    height: 100%;
    display: block;
    box-shadow:  0px 0px 10px 3px rgba(220, 220, 220, 0.854);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
}
.contactIcon a img{
    width:80px;
    height: 80px;
}

#instaImage{
    width: 120px;
    height: 120px;
}

.contactIcon a:hover{
    transform: scale(1.05);
}

.downContact{
    width: 100%;
    height: 100%;
}



.downContact h1{
    text-align: center;
    margin: 2rem 0px;
    color: rgba(30, 29, 29, 0.874);

}

.contact_information{
    width: 100%;
    height: 100%;
}

.contact_information table {
    width: 100%;
    height: 100%;
}
.contact_information table tr td{
    font-size: 1.5rem;
    font-family: calibri;
    

}

.contact_information table tr td span{
    font-weight: bold;
}
.contact_information table tr td i{
    color: rgb(10, 88, 178);
    font-size: 1.7rem;
}


.contact_information table tr td div{
  font-family:'Times New Roman', Times, serif;
}

table{border-spacing:30px ; border-collapse: separate;}



@media (max-width:894px){
.mainContactSection{
    padding: 1rem 1rem;
}

.contactIcon{
    width: 100%;
    margin: 0px;
}
table{border-spacing:20px ; border-collapse: separate;}

table tr td{
    display: flex;
    flex-direction: column;
}

.contactIcon a{
    height: 100px;
}
.contactIcon a img{
    width: 50px;
    height: 50px;
}

#instaImage{
    width: 80px;
    height: 80px;
}

.contact_information table tr td{
    font-size: 1.2rem;
    font-family: calibri;
    

}


.contact_information table tr td span{
    font-weight: bold;
}
.contact_information table tr td i{
    color: rgb(10, 88, 178);
    font-size: 1.2rem;
}


.contact_information table tr td div{
  font-family:'Times New Roman', Times, serif;
  font-size: 1.1rem;
}

}