.education{
   padding: 20px 0;
   .section_header{
      padding-bottom: 20px;
      text-align: center;
      h4{
        font-size: 26px;
        font-weight: 600;
        color: $white;
        padding: 5px 0;
        span{
         color: $primaryColor;
        }
    }
   }
   .education_wrapper{
      padding-top: 20px;
       .education_wrap{
        
          .eduaction_text{
            h4{
               font-size: 15px;
               color: $white;
               font-weight: 400;
               line-height: 24px;
               padding: 8px 25px; 
               background-color: $primaryColor;
               border-radius: 25px;
               display: inline-block;
               box-shadow: 1px 0.532px 1px 1px rgba(0,0,0,0.1);
            } 
            h6{
               font-size: 22px;
               color: $white;
               font-weight: 500;
               line-height: 30px;
               padding-top: 5px;
               span{
                 font-size: 14px; 
                 font-weight: 400;
                 color: #cfcfcf;
               }
            }
            p{
               font-size: 14px;
               color: $text;
               font-weight: 400;
               line-height: 24px;
            }
           }
       }
   }
}