.one-stop-shop-section {
  padding: 60px 0;
}

.one-stop-shop-section__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 65px;
}

.one-stop-shop-section__content {
  flex: 1;
  text-align: left;
  max-width: none;
  padding-left: 88px;
}

.one-stop-shop-section__title {
  margin-bottom: 16px;
}

.one-stop-shop-section__description {
  margin-top: 32px;
}

.one-stop-shop-section__button {
  margin-top: 24px;
}

.one-stop-shop-section__doughnut {
  flex: 1;
}

@media (max-width: 800px) {
  .one-stop-shop-section__doughnut {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}

/* Desktop layout - side by side */
@media (max-width: 1000px) {
  .one-stop-shop-section__container {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .one-stop-shop-section__content {
    padding-left: 0px;
  }
}
