.top-section { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin-bottom: 20px; }
.logo-box { width: 150px; height: 100px; border: 2px dashed #ccc; display: flex; justify-content: center; align-items: center; font-size: 12px; color: #444; text-align: center; }
.right-logo-circle { width: 100px; height: 100px; border: 2px dashed #ccc; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 12px; color: #444; text-align: center; }
