.board-bg{
    width: 100%;
    height: auto;
    background: linear-gradient(148.66deg, #7131A5 0%, #CA469E 100%);
}

.board{
    width: 100%;
    height: 1000.38px;
  
    
}

.board-left{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.board-right{
    width: 100%;
}

.board-right h1{
    font-family: Red Hat Text;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.board-right h2{
    font-family: Red Hat Text;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd-top{
    margin: 62px 20px 52px;
    width: 95%;
    height: 162.81px;
    background: 	#F0FFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .4);
}

.three-bg{
    width: 59.47px;
    height: 59.47px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 9px 34px rgba(240, 92, 14, 0.19), 0px 2.71324px 10.25px rgba(240, 92, 14, 0.123802), 0px 1.12694px 4.25733px rgba(240, 92, 14, 0.095), 0px 0.407592px 1.53979px rgba(240, 92, 14, 0.0661981);
}

.hi{
    width: 33.333%;
    display: grid;
    align-items: center;
    justify-content: center;
  
}

.li{
    width: 1px;
    height: 132.91px;
    border: 1px solid #A23DA1;
}

.hi-low h1{
    margin-top: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hi-low h2{
        display: flex;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-align: center;
}

.bd-bottom{
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wb-icon{
    width: 35.01px;
    height: 35.01px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}


.dis-left h1{
    font-family: Red Hat Text;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    margin: 94px 20px 0;
    color: #1B1919;
}

.dis-left p{
    font-family: Red Hat Text;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin: 26px 20px 0;
    color: #1B1919;
}

.img-prod{
   width: auto;
   height: 700px;

}

.separator{
    margin-top: 100px;
    margin-bottom: 100px;
}

.separator h1{
    font-family: Red Hat Text;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #1B1919;
}

.se-img{
    margin-right: 50px;
}

.se-img img{
    border-radius: 25px;
    padding: 20px;
}


@media screen and (min-width: 768px){
    .board-bg{
        height: 750px;
      
    }
   
    .navbar-brand{
        margin-left: 100px;
    }

    .nav-item{
        font-size: 16px;
        margin: 0px 10px;
    }

    .section {
        max-width: 1090px;
        margin: 0 auto;
      }
      .container {
        max-width: 1140px;
        margin: 0 auto;
        width: 100%;
      }

    .board{
        height: 499.38px;
      
    }
    
    .board-left{
        width: 30%;
        margin: 153px 50px 0;
    }
    .board-right{
        width: 50%;
        margin-top: 153px;
       
    }
    .board-right h1,
    .board-right h2{
        display: block;
    }

    .bd-top{
        margin: 62px 0;
    }

    .bd-bottom{
        margin-left: 0;
        display: inline-flex;
    }
    .dis{
        margin-bottom: 100px;
    }

    .dis-left,
    .dis-right{
        width: 50%;
    }


    /* .separator{
        margin-left: 120px;
    } */

    .img-prod{
        margin-top: -120px;
        width: 100%;
        height: 700px;
     
     }
     .se-img{
         margin-bottom: 100px;
         
     }
     .se-img img{
         border-radius: 25px;
         padding: 20px;
     }
}

@media screen and (min-width: 1200px){
    .container {
        max-width: 1400px;
        margin: 0 auto;
        width: 100%;
      }
      .section {
        max-width: 1350px;
        margin: 0 auto;
      }

      .nav-item{
        font-size: 16px;
        margin: 0px 30px;
    }

    .img-prod{
        /* margin-top: -120px;
        width: 100%; */
        height: 750px;
     
     }
}