section.py-3.py-md-5.py-xl-8 {
    margin-top: 100px;
}
.row.align-items-lg-center.justify-content-center.h-100 {
    background-color: #2D4487;

}
.border-dark {
   
    border-color: none;
}
@media (max-width: 768px) {
   .row.align-items-lg-center.justify-content-center.h-100{
    padding-top: 50px;
   }
}
