@media (min-width: 600px) {
  .mobile-slider-navigation {
    display: none;
  }

  .hero-content h2 {
    font-size: 5rem;
    margin-bottom: 5rem;
  }

  .hero-content-right {
    display: flex;
    /* align-items: end; */
    /* flex-grow: 2; */
    /* padding: 0 1vw 0vh; */
    padding-right: 6vw;
  }

  .hero-content-left {
    /* padding-top: 8rem; */
    /* flex-grow: 1; */
    position: absolute;
    margin-top: 1px;
    z-index: 999;
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .hero-content-center {
    padding-top: 3rem;
    /* padding-left: 3rem; */
    text-align: left;
    /* flex-grow: 3; */
    width: 80vw;
  }

  .top-section {
    color: var(--secondary-color);
    text-align: center;
    padding: 0;
    height: 100vh;
    width: 100vw;
  }

  .logo {
    display: flex;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--secondary-color);
    text-decoration: none;
    flex-direction: row;
    align-items: center;
    z-index: 999;

    img {
      width: 5rem;
      padding-right: 1rem;
    }

    .user-actions {
      padding: 0 5rem;
    }
  }

  .company-name {
    display: block;
  }

  .cta.button {
    width: 30%;
  }

  .hero-content-left {
    /* padding-top: 8rem; */
    /* flex-grow: 1; */
    position: absolute;
    margin-top: 1px;
    z-index: 999;
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .swiper-slide {
    display: flex !important;
    align-items: center;
    /* height: 100vh !important; */
    padding: 0 10rem;
    overflow: hidden;
  }

  .hero-bottom {
    position: absolute;
    bottom: -1vh;
    /* right: 6vw; */
    width: 101%;
    /* height: 15rem; */
    display: flex;
    align-items: end;
    flex-direction: column;
    vertical-align: bottom;
    justify-content: center;
    z-index: 999;
    /* margin-right: 6vw; */
  }

  .hero-bottom a {
    color: var(--secondary-color);
    text-decoration: none;
    display: flex;
    height: 3rem;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }

  .hero-bottom a img {
    width: 1.7rem;
    padding: 0.8rem;
    /* background: #0000007a; */
    border-radius: 50%;
    /* margin-right: 1rem; */
  }

  .commissions-container {
    font-family: "Montserrat", sans-serif;
    max-width: 1200px;
    margin: 0rem auto 240px;
    padding-top: 9rem;
  }
  .commissions-paragh {
    font-size: 32px;
    font-weight: 500;
    color: var(--main-font-color);
    width: 410px;
    line-height: 39.68px;
  }

  .commissions-block-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-font-color);
  }

  .stars {
    width: 100px;
    background-image: url("./some-stars.svg");
    height: 100px;
  }

  .commissions-right {
    padding: 0;
    padding: 1rem 2rem;
  }

  .commissions-block {
    max-width: 280px;
    display: block;
  }

  .commissions-block-texts {
    padding-left: 0;
  }

  .commission-round-1 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: var(--comissions-round-bg);
    margin-bottom: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .commission-round-1 ::after {
    content: " ";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--comissions-round-bg);
    position: absolute;
    bottom: -13px;
    right: -13px;
    opacity: 0.5;
    z-index: -1;
  }
  .commission-round-1 ::before {
    content: " ";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--comissions-round-bg);
    position: absolute;
    bottom: 15px;
    left: -10px;
    opacity: 0.2;
    z-index: -1;
  }

  .commission-round-2 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: var(--comissions-round-bg);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .commission-round-2 ::after {
    content: " ";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--comissions-round-bg);
    position: absolute;
    top: -15px;
    right: -20px;
    opacity: 0.2;
    z-index: -1;
  }
  .commission-round-2 ::before {
    content: " ";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--comissions-round-bg);
    position: absolute;
    top: 0px;
    left: -1px;
    opacity: 0.5;
    z-index: -1;
  }

  .contact-right {
    position: relative;
    background-color: var(--card-bg-color);
    max-width: 672px;
    /* max-height: 240px; */
    width: 672px;
    /* height: 240px; */
    padding: 50px;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-right .info {
    display: flex;
  }

  .commissions-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
    position: relative;
    flex-wrap: wrap;
  }

  .commissions-block-texts {
  }

  .contact-right::after {
    content: " ";
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    max-width: 772px;
    max-height: 340px;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    background: url("./card-mask.svg") no-repeat;
    background-size: contain;
  }

  .testimonials-paragh {
    font-weight: 500;
    font-size: 24px;
    margin-right: 17%;
    color: var(--main-font-color);
    padding-bottom: 15px;
  }
  .testimonials-title {
    font-weight: 700;
    font-size: 84px;
    color: var(--main-font-color);
  }

  .contact-title {
    font-weight: 700;
    font-size: 84px;
    color: var(--comissions-color);
  }
  .contact-subtitle {
    font-weight: 700;
    font-size: 84px;
    color: var(--main-font-color);
    padding-top: 15px;
  }

  .contact-header {
    display: flex;
    flex-direction: column;
    align-items: left;
  }

  .contact-container {
    font-family: "Montserrat", sans-serif;
    max-width: 1200px;
    margin: 200px auto 150px;
  }

  .become-partner-section {
    text-align: center;
    padding: 50px 0;
    margin: 0 60px;
  }

  .partner-content-container {
    font-family: "Montserrat", sans-serif;
    position: relative;
    max-width: 1800px;
    height: 360px;
    background: linear-gradient(#26303a, #1c252e); /* Adjust to match design */
    margin: 0 auto;
    border-radius: 48px;
  }

  .partner-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .partner-title {
    font-weight: 800;
    font-size: 3rem;
    line-height: 3rem;
    color: var(--banner-title-font);
  }

  .partner-subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
    color: var(--banner-subtitle-font);
    display: block;
  }

  .become-partner-left {
    text-align: left;
  }

  .cta-button {
    display: inline-block;
    background-color: #ff6223; /* Adjust to match design */
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Adjust to match design */
    text-decoration: none;
    font-size: 1.5em; /* Adjust as needed */
    transition: background-color 0.3s ease;
  }

  .partner-content-container::after {
    content: " ";
    position: absolute;
    bottom: -20px;
    width: 97%;
    max-width: 1800px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    border-radius: 48px;
    background-color: #dddbd9;
    z-index: -1;
  }

  .cta-button::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("./arrow.svg") no-repeat center center;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
  }

  .cta-button:hover {
    background-color: #e55d1b; /* Darker shade for hover effect */
  }

  .partner-subtitle-mobile {
    display: none;
  }

  .commissions-left {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 0 2rem;
    flex-direction: column;
  }

  .commissions-block-1 {
    flex-direction: column;
    width: 19rem;
    align-items: baseline;
  }

  .commissions-block-2 {
    flex-direction: column;
    width: 19rem;
    align-items: baseline;
  }

  .commissions-block-3 {
    flex-direction: column;
    width: 19rem;
    align-items: baseline;
  }

  .commission-round-3 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: var(--comissions-round-bg);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .commission-round-3 ::after {
    content: " ";
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: var(--comissions-round-bg);
    position: absolute;
    bottom: 0px;
    right: -3px;
    opacity: 0.5;
    z-index: -1;
  }
  .commission-round-3 ::before {
    content: " ";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--comissions-round-bg);
    position: absolute;
    top: -10px;
    right: 0px;
    opacity: 0.2;
    z-index: -1;
  }
}
