 /* .section_bg{
        background-image: url('uploads/special/banner.jpg');
        background-repeat: no-repeat;
        position: relative;
        max-width: 100%;
        height: 100%px;
        background-size: 100% 100%;
    } */

 .btn-contact-btn {
     background-color: #fbe91b;
     padding-top: 1%;
     color: #343a40;
     padding-bottom: 1%;
     padding-left: 2%;
     padding-right: 2%;
     font-size: 20px;
     text-decoration: none !important;
     font-weight: 500;
 }

 p,h1,h2,h3 {
     font-family: 'Roboto', Arial, sans-serif;
     font-size: 1.2rem;
     color: #343a40;
     line-height: 30px;
 }

 .btn-contact-btn:hover {
     color: #343a40 !important;
 }

 .centered {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .education-paragraph {
     font-size: 1.5rem !important;
     line-height: 30px !important;
     margin-bottom: 50px !important;
 }

 .margin_content {
     margin-top: 40px;
 }

 @media only screen and (min-width: 350px) and (max-width: 768px) {
     .education-paragraph {
         font-size: 0.6rem !important;
         line-height: 14px !important;
         margin-bottom: 5px !important;
     }

     .education-heading {
         font-size: 1rem !important;
     }

     .centered {
         position: absolute;
         top: 44%;
         left: 50%;
         transform: translate(-50%, -50%);
     }

     .btn-contact-btn {
         background-color: #fbe91b;
         padding-top: 1%;
         padding-bottom: 1%;
         padding-left: 2%;
         padding-right: 2%;
         font-size: 12px;
         text-decoration: none !important;
     }

     .margin_content {
         margin-top: 25px;
     }

     p {
         font-family: 'Roboto', Arial, sans-serif;
         line-height: 25px;
     }
 }