.dw-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 5px 5px 30px #00000029;
/*   mix-blend-mode: multiply; */
  border-radius: 16px;
  margin: 0 auto;
}
.dw-col-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dw-left {
  text-align: center;
}

.dw-right {
  width: 49%;
}

.dw-left-inner {
}

.dw-left-inner .cst-button {
  margin-top: 35px;
}

.dw-right-inner img {
/*   width: 115.6%; */
  max-width: unset;
  margin-top: -47px;
}
@media (max-width:1300px){
  .dw-right-inner img
}
@media (max-width:776px){
  .dw-col-holder {
    flex-direction: column-reverse;
  }

  .dw-left-inner .cst-button a {
    margin: 0;
  }

  .dw-right {
    width: 100%;
    padding: 0 20px;
  }

  .dw-right-inner img {
    width: 100%;
    margin-top: -105px;
  }

  .dw-container {
    background-position: center;
    background-size: cover;
  }
}