.css-section-26 {
  padding: 40px 0 !important;
}

.css-section-26 .heading.large {
  font-size: 56px !important;
  margin: 0;
}

.mobile-text {
  display: none;
  text-align: center;
}

.mobile-text p.title {
  margin-bottom: 0;
  line-height: 1;
}

.mobile-text > p:last-child {
  margin-top: 16px;
  font-size: 24px;
}

.mobile-text > p:last-child a,
.mobile-text > p:last-child a .text-green {
  text-decoration: underline;
}

.desktop-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.css-section-27 .row {
  justify-content: center;
}

.desktop-text a {
  text-decoration: underline;
  font-size: 24px;
}

.desktop-text a .text-green {
  text-decoration: underline;
}

.desktop-text .title.large {
  margin-bottom: 18px;
  line-height: 1;
}


.css-section-28 .row {
  justify-content: center;
  margin: 0;
}

.css-section-28 .container {
  padding: 0;
}

.css-section-28 .background-images {
  display: none;
}

.logo-text-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  cursor: pointer;
}

.logo img {
  width: 165px;
}

.logo-1 img {
  width: 280px;
}

.logo-2 {
  grid-area: logo2;
}

.logo-3 {
  grid-area: logo3;
}

.logo-4 {
  grid-area: logo4;
}

.logo-5 {
  grid-area: logo5;
}

.click-on-logo-txt {
  font-size: 26px;
  margin-bottom: 60px;
  line-height: 1.2;
}

.logo-wrapper-2 {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, minmax(165px, 1fr));
  grid-template-areas: "logo2 logo3 logo4 logo5";
  gap: 65px;
}

@media only screen and (min-width: 2500px) {
  .css-section-26,.css-section-28 {
    padding: 80px 0 !important;
  }

  .css-section-26 .heading.large {
    font-size: 8.812rem !important;
  }

  .css-section-26 {
    padding: 150px 0;
  }

  .click-on-logo-txt {
    font-size: 3.44rem;
  }

  .logo img {
    width: 374px;
  }
  .logo-1 img {
    width: 440px;
  }

  .logo-wrapper-2 {
    gap: 90px;
  }

  .desktop-text .title.large{
    font-size: 5.63rem;
  }

  .desktop-text a{
    font-size:2.812rem;
  }

  .css-section-27{
    padding: 9.38rem 0;
  }
  
}

@media only screen and (max-width: 991px) {
  .css-section-26 .heading.large {
    font-size: 80px !important;
    display: flex;
    flex-direction: column;
    line-height: 0.78;
  }

  .css-section-28 {
    padding: 60px 0;
  }

  .mobile-text {
    display: block;
  }
  .desktop-text {
    display: none;
  }

  .logo-wrapper-1 {
    margin-bottom: 40px;
  }
  .click-on-logo-txt {
    font-size: 35px;
    max-width: 59vw;
  }

  .logo-wrapper-2 {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    grid-template-areas: "logo2 logo4" "logo3 logo5";
    gap: 50px;
  }

  .logo img {
    width: 240px;
  }
  .logo-1 img {
    width: 450px;
  }
}

@media only screen and (max-width: 600px) {
  .css-section-26 {
    padding: 30px 0 !important;
  }
  .css-section-26 .heading.large {
    font-size: 50px !important;
  }
  .logo-wrapper-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .css-section-28 {
    padding: 40px;
  }

  .logo-1 img {
    width: 100%;
  }

  .logo img {
    width: 100%;
  }
  .click-on-logo-txt {
    font-size: 24px;
    margin-bottom: 45px;
    max-width: none;
  }
}
