

.learn-more-title{
    margin-top: 40px!important;
}
.learn-more-para{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 10px 60px 50px 60px;
}
.learn-more-cards{
    height: 450px;
}
.owl-video{
    width: 100%;
}
#learn_more_section{
    margin-bottom: 0px !important;
}
@media screen and (max-width: 600px) {
   
    .learn-more-title{
        font-size: 26px;
        margin-top: 30px !important;
    }
    .learn-more-para{
        margin: 20px;
        font-size: 14px;
        line-height: 28px;
    }
    .learn-more-cards{
        height: 300px;
    }
}

@media screen and (min-width: 600px) and (max-width:800px) {
  
    .learn-more-para{
        margin: 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .learn-more-cards{
        height: 400px;
    }
}

@media screen and (min-width: 1700px) {
  
  
}

.register-container > .owl-theme .owl-dots .owl-dot {
    outline: none !important;
    margin-top: 2rem !important;
   }
   .register-container > .owl-theme .owl-dots .owl-dot span{
     background: transparent !important;
     border: 1px solid rgb(0, 0, 0) !important;
     width: 18px !important;
     height: 18px !important;
     transition: all .5s ease!important;
   }
   .register-container > .owl-theme .owl-dots .active span {
      background-color: #FFA12E!important;
      border: none !important;
   }
 