/* @import "mixins/breakpoints";
@import "mixins/common"; */
.hfont{
    text-align: center;
    height: 100px;
}
.public-titl {
    h3 {
        margin-left: 13%;
        font-size: 40px;
        font-weight: 700;
        color: #fcfcfc;
        text-transform: uppercase;
        text-align: center;
        width: 90%;
                background-color: #434141;
                padding: 15px 10px;
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
                border-bottom-left-radius: 8px;
                border-bottom-right-radius: 8px;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
  
    p {
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
    }
}
 .contain {
        max-width: 88%;
         position: relative;
        z-index: 30;
       
    }
.fonth6{
         margin-left: 13%;
        /* text-align: center; */
  h6 {
        font-size: 30px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    }
    .public-table{
       margin-left: 22%;
table {
    text-align: center;
    width: 1200px;
  border: 2px solid #555;
  border-collapse: collapse;
  font:16px;
 
}
th,
td {
  border: 1px solid #bbb;
  padding: 2px 8px 0;
  
}
thead > tr > th {
  background-color: #434141;
  font-size: 18px;
  border-bottom: 2px solid #999;
 color: aliceblue;
}
    }
.public-huod{
    margin-left: 13%;
}
   .card-h7 {
                    font-size: 18px;
                    font-weight: 700;
                    /* color: #000; */
                    transition: all 300ms ease;
                  
                }
 .card-p {
                    margin-top: 50px;
                    font-size: 13px;
                    /* color: #222; */
                    height: 66px;
                    line-height: 22px;
                    transition: all 300ms ease;
                    padding-left: 20px;
                    padding-right: 20px;
                }
.card-h3{
  font-size: 30px;
   font-weight: 700;
   text-transform: uppercase;
   margin-left: 150px;
   padding-top: 20px;
}    
 /* .cardabout-bg{
    background-color: #ec1111;
  
}         
.section-bg {
  display: block;
  width: 400px;
  height: 160px;
  background: lightgray;
} */
