  a {
    color: #e52e10;
    }
    .section-bg.style-1 p {
    color: #fff;
    }
   .btn-primary {
    color: #fff;
    background-color: #be5151;
    border-color: #be5151;
    }
    .social-wrap a {
        background: #be5151;
    }
    .bg-primary {
        background-color: #be5151 !important;
    }
    .course-1-item .category {
        background: #be5151;
        padding: 20px;
    }
    .section-title-underline span {
        border-bottom: 4px solid #be5151;
    }
   .footer li a {
    color: #fff;
    }
    .btn-primary:hover {
      background-color: #000;
      border-color: #000;
     }
     .site-navbar .site-navigation .site-menu > li > a:hover {
      color: #000;
    }
    img.img-fluid.courses_cus {
      height: 227px;
    }
    .intro-section h1 {
    font-size: 5rem;
    }
    
    @media only screen and (max-width: 600px) {
    .intro-section h1 {
    font-size: 3rem;
}
.intro-section, .intro-section .container .row {
    min-height: 332px;
}
}
@media (min-width: 768px) {
    .site-section {
        padding: 2em 0;
    }
}