.ogtp1-logo-wrapper {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: 90px; /* Set a fixed height to ensure uniformity */
    text-align: center;
position: relative;
}

.ogtp1-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 */
    font-size: 14px;
    font-weight: bold;
    color: #333; /* You can change the color as needed */
min-height: 20px;
   white-space: nowrap; /* Prevents the label from wrapping */
}

.ogtp1-logo-wrapper img {
    display: block;
    margin: 0 auto;
}

.ogtp1-logo-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
