.bg-how-to-implement {
    background-size: cover;
    flex-shrink: 0;
     width: 100%;
     height: 400px;
     background: url('../assets-dev/image 259.png'), #ffffff 70% / cover no-repeat;
     padding-bottom: 20px;
     background-position: center 15%;
   }
.row-how{
    margin-top: -10%;
}
.bg-theme{
    background-color: #ff4528;
}
.divider{
    border-bottom: 5px solid #505050;
    margin-top: 20px;
    margin-bottom: 20px;
}
