.l-aw-container {
  position: relative;
  border-radius: 17px;
  padding: 0 45px;
}

.l-aw-col-holder {
  display: flex;
  align-items: flex-end;
}

.l-aw-left {
  width: 50%;
  position: relative;
  z-index: 2;
}

.l-aw-right {
  width: 50%;
}

.l-aw-img-cards {
  display: flex;
  gap: 16px;
  margin: 64px 0 -15%;
}

.l-aw-ft-image {
  line-height: 0;
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid;
}

.l-aw-ft-image img {
  border-radius: inherit;
}

.l-aw-bg-component {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
}

.l-aw-content h2 {
  font-family: Montserrat, sans-serif !important;!i;!;
  font-size: 32px;
  font-weight: 700;
  line-height: 39.01px;
  text-align: left;
}

.l-aw-image {
  position: absolute;
  top: 30px;
}

.l-aw-main-img {
  line-height: 0;
}

.l-aw-bg-component img {
  width: auto;
  position: relative;
  z-index: 2;
}

span.bgg {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media (max-width:767px){
  .l-aw-container {
    padding: 30px 30px 0;
  }

  .l-aw-col-holder {
    flex-direction: column-reverse;
  }

  .l-aw-right {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .l-aw-img-cards {
    margin: 0px 0 -22%;
    width: 100%;
    order: -1;
    position: relative;
    z-index: 3;
  }

  .l-aw-content h2 {
    font-size: 24px;
  }

  .l-aw-left {
    width: 100%;
    text-align: center;
  }

  .l-aw-bg-component {
    width: 100%;
    height: 70%;
    bottom: 0;
  }

  .l-aw-main-img {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: -33%;
  }

  .l-aw-image {
    width: 110px;
    height: 110px;
    line-height: 0;
    left: -16px;
  }
}