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

.dw-left {
  padding: 20px 20px 20px 92px;
  width: 51%;
}

.dw-right {
  width: 49%;
}

.dw-left-inner {
}

#downloadboxfornoconflict .dw-left-inner .cst-button {
  margin-top: 35px;
  text-align:left;
}

.dw-right-inner {
    display: flex;
    justify-content: center;
}

.dw-right-inner img {
  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-col-holder {
  padding: 0px 0px;
}
  .dw-left {
    padding: 30px 20px 60px 20px;
    width: 100%;
  }

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

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

  .dw-right-inner img {
    width: 80%;
    margin-top: 30px;
  }

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