.contact-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    row-gap: 1rem;
}