.bg-section-second{
    background-color: rgb(249,240,229);
}


  
.bg-digital-features {
    --bs-bg-opacity: 0.4;
    background-color: rgb(255,255,255) !important;
  }
  
  
.bg-digital-technology {
    --bs-bg-opacity: 0.4;
    background-color: rgb(249,240,229) !important;
  }

  .btnRoundPeach{
    /* color: rgb(249,240,229); */
    background-color: rgb(249,240,229);
    border-radius: 50%;
    border-color: white;
    border: none;
    /* color: white; */
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 4px;
    cursor: pointer;    
  }
  
  .btnInvertColor{
    /* color: rgb(249,240,229); */
    background-color: black;
    border-radius: 50%;
    border-color: white;
    border: none;
    /* color: white; */
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 4px;
    cursor: pointer; 
    /* filter: invert(100%);  */
  }

/* yau */
.main-title {
  font-size: 60px;
}

.desc-label {
  font-size: 20px;
}

/* @media screen and (min-width: 300px) {
  .mySlidesDt:first-child {
    background-position: unset;
  }
} */

.mySlidesDt:first-child {
  background-image: url('../assets/Home/billboard-dt.png');
  background-repeat: no-repeat;
  /* background-position: -560px 80px; */
  background-position: auto;

}