.address {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 600px;
    /* border: 1px solid blue; */
}

.loc {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    height: 500px;
    width: 800px;
    /* border: 1px solid red; */
    background-color: darksalmon;
    border-radius: 20px;
}

.details {
    margin: 30px;
    /* border:1px solid red; */
}

.del {
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px;
}

.del i {
    font-size: 40px;
    color: black;
    margin: 10px;
}

.del p
{
    font-size: 18px;
    color: black;
    font-family: auto;
}

.footer-socials-contact
{
    /* border:1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.details .footer-socials-contact a
{
    color: black;
    margin-right: 10px;
    font-size: 20px;
    transition: 0.3s;
    text-decoration: none;
}