.awyb-home-sweet-home {
  display: flex;
  gap: 56px;
  padding: 132px 64px;
  justify-content: space-between;
  max-width: var(--container-max-width);
  width: 100%;
  margin: 0 auto;
}

.awyb-home-sweet-home__feature {
  /* max-width: 45%; */
  max-width: 680px;
  flex: 1;
}

.awyb-home-sweet-home__feature-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 56px;
}

.awyb-home-sweet-home__feature-item {
  padding: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
}

.awyb-home-sweet-home__feature-icon {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}

.awyb-home-sweet-home__backyard-wrapper {
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
  max-width: 566px;
  min-width: 451px;
}

.awyb-home-sweet-home__divider {
  height: 2px;
  width: 136px;
  margin: 12px auto;
}

.awyb-home-sweet-home__backyard-container {
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #E5E5E5;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 52px;
  text-align: center;
  width: 100%;
  min-width: 45%;
  max-width: 560px;
  text-transform: uppercase;
  gap: 18px;
}

.awyb-home-sweet-home__backyard-title {
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 5.32px;
  color: var(--awyb-theme-primary-color);
}

.awyb-home-sweet-home__event-name {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.awyb-home-sweet-home__event-description {
  font-size: 26px;
  line-height: 42px;
}

@media screen and (max-width: 1150px) {
  .awyb-home-sweet-home {
    flex-direction: column;
    padding: 40px 24px;
    gap: 80px;
    align-items: center;
  }

  .awyb-home-sweet-home__feature,
  .awyb-home-sweet-home__backyard-container {
    max-width: 100%;
    min-width: auto;
    width: auto;
  }

  .awyb-home-sweet-home__backyard-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .awyb-home-sweet-home__backyard-container {
    padding: 32px;
  }
  
  .awyb-home-sweet-home__backyard-title {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 3px;
  }

  .awyb-home-sweet-home__event-name {
    font-size: 16px;
    line-height: 22px;
  }

  .awyb-home-sweet-home__event-description {
    font-size: 14px;
    line-height: 22px;
  }

  .awyb-home-sweet-home__backyard-wrapper {
    max-width: 312px;
    min-width: auto;
  }
}
