*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
.contactlink{
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    /* border: 2px solid red;  */
    text-align:center; 
    width: 50%;
    margin-bottom: 20px;
}
.contactlink>div h2{
    font-size: 2rem;
    font-weight: 900;
}
.contactlink>div a{
    color: blue;
    font-size: 1.5rem;
}
.linklogo1{
    display: flex; 
    justify-content: center; 
}
.linklogo{
    height: 50px;
    width: 50px;
    margin: 20px; 
    margin-top: 20px;
    filter: drop-shadow(4px 4px 1px rgb(71, 70, 70));

}
.mapadd{
    width:"100%"; 
    height:"350px";
}
@media screen and (min-width:280px) and (max-width:985px) {
    .contactlink{
        display: flex; 
        flex-direction: column; 
        justify-content: center; 
        /* border: 2px solid red;  */
        text-align:center;
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    box-shadow: 5px 4px 10px rgb(140, 137, 137);

    }
    .linklogo1{
        display: flex; 
        justify-content: center; 
    }
    .linklogo{
        height: 20px;
        width: 20px;
        margin: 5px; 
        margin-top: 20px;
        filter: drop-shadow(2px 3px 1px rgb(71, 70, 70));


    }
    .contactlink>div h2{
        font-size: 2rem;
    }
    .contactlink>div a{
        color: blue;
        font-size: 1rem;
    }
    
}