.ogtp2-logo-wrapper {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    height: 150px; /* Set a fixed height to ensure uniformity */
    text-align: center;
position: relative;
}

.ogtp2-logo-label {
 position: absolute; /* Make the label independent of the image */
    top: -10px; /* Adjust the position of the label above the image */
    left: 50%;
    transform: translateX(-50%); /* Center the label */
    margin-bottom: 5px; /* Space between text and image */
min-height: 20px;
   /*white-space: nowrap; /* Prevents the label from wrapping */
white-space:pre;
color: #00578d;
    font-family: 'Arial', sans-serif;
    text-align: center !important;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #75205b;
}

.ogtp2-logo-wrapper img {
    display: block;
    margin: 0 auto;
}

.ogtp2-logo-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
