.wwa-wrapper {
  background: #17BEFF;
  color: white;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 100px auto;
}

.wwa-wrapper .wwa-img-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wwa-wrapper .wwa-img-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 339 / 240;
  -o-object-fit: cover;
     object-fit: cover;
}

.wwa-wrapper .content-wrapper {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 80px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wwa-wrapper .wwa-heading {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}

@media (min-width: 576px) {
  .wwa-wrapper .wwa-heading {
    font-size: calc(0.81018519vw + 19.33333333px);
  }
}

@media (min-width: 1440px) {
  .wwa-wrapper .wwa-heading {
    font-size: 31px;
  }
}

@media (min-width: 576px) {
  .wwa-wrapper .wwa-heading {
    line-height: calc(0.69444444vw + 30px);
  }
}

@media (min-width: 1440px) {
  .wwa-wrapper .wwa-heading {
    line-height: 40px;
  }
}

.wwa-wrapper .wwa-sub-heading {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 576px) {
  .wwa-wrapper .wwa-sub-heading {
    line-height: calc(0.5787037vw + 22.66666667px);
  }
}

@media (min-width: 1440px) {
  .wwa-wrapper .wwa-sub-heading {
    line-height: 31px;
  }
}

.wwa-wrapper .arrow-wrapper {
  background: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .wwa-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 120px auto;
  }
  .wwa-wrapper .wwa-img-wrapper img {
    height: 100%;
    aspect-ratio: auto;
  }
  .wwa-wrapper .content-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 50px;
  }
}
