.row-09-bg{
    padding-left:80px;
    padding-right:80px;
    min-height:900px;
    position: relative;
    margin-top: -50px;
}

.row-09-bg .download {
  /*background-image: url("../images/row09/download-bg.avif");
  background-position: left -60px;
  background-repeat: no-repeat;
  background-size: 1200px;
  min-height:780px;*/
}

.row-09-bg .download-left {
  background-image: url("../images/row09/download-left.avif");
  background-position: top -80px center;
  background-repeat: no-repeat;
  background-size: contain;
}    

.row-09-bg .download-right {
  background-image: url("../images/row09/download-right.avif");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}    


.row-09-bg .download-left { 
  width: 60%;
  min-height: 700px;
  z-index: 1;
}
.row-09-bg .download-right {
  margin-top: 100px;
  margin-left: -200px;
  width: 50%;
  min-height: 600px;
  z-index: 0;
}
.row-09-bg .cover {
  width: 500px;
}    


.dl-text {
  color: #b02072;
  font-size: 20px;
  line-height: 1.3em;
}

.download-item{
  padding-top: 5px;
  padding-bottom: 5px;
}

.download-list {
  margin-top: 60px;
  margin-left: 40px;
  font-family: 'Univers Condensed', Arial, sans-serif;
}

.dl-icon {
  color: #b02072;  
}


@media (max-width: 1500px) { 

  .row-09-bg{
    min-height:850px;
    margin-top: -80px;
  }

  .row-09-bg .download {
    background-position: left -70px;
    background-size: 1050px;
    min-height:670px;
  }

} 
@media (max-width: 1210px) { 

  .row-09-bg{
    min-height:700px;
    margin-top: -80px;
  }

  .row-09-bg .download {
    background-position: left -70px;
    background-size: 920px;
    min-height:600px;
  }

  .row-09-bg .download-left { 
    background-image: none;
    width: 100%;
    min-height: 10px;
  }
  .row-09-bg .download-right {
    background-image: none;
        width: 100%;
    min-height: 10px;
    margin: 0 0;
  }

  .download-list{
    margin-left: 0px;
  }

  .dl-text {
  font-size: 18px;
 }

}


@media (max-width: 1024px) { 
.row-09-bg .download{
  background-image: none;
  margin-top: 40px;

}






@media (max-width: 767.98px) {
.row-09-bg
{
  padding-left: 0px;
  padding-right: 0px;

}


.row-09-bg .cover {
  width: 100%;
}

}




