.Office p {
    margin: 0; /* Remove default margin between paragraphs */
    white-space: nowrap; /* Prevents line breaking */
    text-align: center;
}

.Office div {
    margin-bottom: 40px; /* Adjust the value to increase or decrease space between divs */
}

