body {
    font-family: 'verdana';
    font-size: 18px;
    /* font-family: 'Open Sans';font-size: 18px; */
}
//.wrapper {
  //  width: 80%;
  //  margin: 0 auto;
   // padding: 30px;
    
//}
h1{
font-size: 40px;
text-align:center;
}
h3{
//font-size: 40px;
text-align:center;
}
.wrapcont p {
   width: 33%;
   margin: 0 auto;
   font-size: 25px;
   text-align: center;
}
.home-abv{
    width: 50% !important;
}
.sections {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.imgcenter{
     display: flex;
    justify-content: center;
    margin: 50px;
}
.home-bottom{
    border-right: 2px solid;
}
.acenter a{
    padding-left: 10px;
    padding-right: 10px;}
.acenter{
    display: flex;
    justify-content: center;
    font-weight: bold;
    color:black;
}
.tophgt{
margin-top: 38px;
}
.wordspace{
word-spacing: 5px;
}
.section {
    width: 16%;
   height: 223px;
    border: 1px solid #000;
    padding: 8px;
    margin: 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    line-height: 20px;
    flex-wrap: wrap;
    align-content: center;
}
.sectionhead{
    width: 100%;
    margin: 0px auto;
margin-top: 7px !important;
font-size: 34px;
margin-bottom: 9px !important;
}
#section1 {
    background-color: #000;
    color: #fff;
}

#section2 {
    background-color: #fff;
    color: #000;
}
.terms-numbas,.privacy-numbas{
    width: 97%;
    margin: 0px auto;
    line-height: 30px;
}
.terms-numbas ul li,.privacy-numbas ul li{
    width: 95%;
    margin: 0px 0px 0px auto;
 
}
.terms-title{
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    text-align: left !important;
}
.terms-page,.privacy-page{
    font-family: 'Verdana';
}
.terms-inner{
    margin-left: 2em !important;
}
.numbas-contact,.numbas-us{
    font-weight: 600;
}
.terms-numbas ul,.privacy-numbas ul{
    padding: 0px !important;
}
.numbas-hm{
    font-weight: 600;
}
.numbas-head-home{
    font-size: 34px;
    margin-bottom: 21px;
    margin-top: 10px;
}
.white-top{
    margin-top: 3em !important;
}
@media (max-width: 1280px) {

.section {
        height: auto;
        width: 29%;
    }
}
@media (max-width: 767px) {
    .sections {
        flex-direction: column;
        align-items: center;
    }
    .section {
        width: 80%;
        margin: 20px 0;
        height: auto;
    }
}
@media (max-width: 600px) {
.tophgt{
margin-top: 0px;
}


.section {
        width: 80%;
        margin: 20px 0;
        height: auto;
    }

    .section h2 {
        font-size: 20px;
    }

    .section p {
        font-size: 14px;
    }

    .section a {
        font-size: 18px;
    }
}
@media (min-width: 758px) and (max-width: 767px) {
    .home-abv{
        width: 75% !important;
    }
}
@media (min-width: 400px) and (max-width: 758px) {

.tophgt {
  margin-top: 38px;
}

    .wrapcont p {
        width: 63%;
        margin: 0 auto;
        font-size: 22px;
    }
    .home-abv{
        width: 75% !important;
    }
}
@media (min-width: 280px) and (max-width: 400px) {
.tophgt{
margin-top: 0px;
}
.wrapcont p {
  width: 57%;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
.home-abv{
    width: 70% !important;
}
}