/* Responsive adjustments for the partners section */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .organization-title {
    font-size: 1.4rem;
  }
  
  .organization-description {
    font-size: 1rem;
  }
  
  .organization-logo {
    max-width:250px;
  }
  
  .handshake-icon img {
    width: 50px;
    height: 50px;
  }
  
  .initiative-name {
    font-size: 2.5rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .partners-container {
    flex-direction: column;
    align-items: center;
  }
  
  .organization-column {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .handshake-container {
    margin: 20px 0 40px;
  }
  
  .handshake-icon {
    width: 80px;
    height: 80px;
  }
  
  .initiative-name {
    font-size: 2.2rem;
  }
  
  .initiative-launch-text {
    font-size: 1.3rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .partners-section {
    padding: 40px 0;
  }
  
  .organization-title {
    font-size: 1.4rem;
  }
  
  .organization-description {
    font-size: 0.95rem;
  }
  
  .organization-logo {
    max-width: 250px;
  }
  
  .handshake-icon {
    width: 70px;
    height: 70px;
  }
  
  .handshake-icon img {
    width: 40px;
    height: 40px;
  }
  
  .initiative-name {
    font-size: 1.8rem;
  }
  
  .initiative-launch-text {
    font-size: 1.1rem;
  }
  
  .organization-subtitle {
    font-size: 1rem;
  }
  
  .organization-subtitle-en {
    font-size: 0.8rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .partners-section {
    padding: 30px 0;
  }
  
  .organization-title {
    font-size: 1.2rem;
  }
  
  .organization-description {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  
  .organization-logo {
    max-width: 250px;
  }
  
  .handshake-icon {
    width: 60px;
    height: 60px;
  }
  
  .handshake-icon img {
    width: 35px;
    height: 35px;
  }
  
  .initiative-name {
    font-size: 1.5rem;
  }
  
  .initiative-launch-text {
    font-size: 1rem;
  }
  
  .initiative-name::before,
  .initiative-name::after {
    width: 20px;
  }
  
  .country-flag {
    width: 35px;
   /*  height: 35px; */
  }
}

/* Very small devices */
@media (max-width: 359.98px) {
  .organization-title {
    font-size: 1.1rem;
  }
  
  .organization-description {
    font-size: 0.85rem;
  }
  
  .organization-logo {
    max-width: 250px;
  }
  
  .handshake-icon {
    width: 50px;
    height: 50px;
  }
  
  .handshake-icon img {
    width: 30px;
    height: 30px;
  }
  
  .initiative-name {
    font-size: 1.3rem;
  }
  
  .initiative-launch-text {
    font-size: 0.9rem;
  }
}
