section.aboutuspage {
    margin-bottom: 50px;
}
.aboutusbanner img {
   width: 100%;
   margin-top:20px;
}
.backgroundtitle{
   text-align: center;
}
.aboutusbanner p {
   font-size: 20px;
   font-weight: 500;
   text-align: center;
   line-height: 30px;
   margin: 20px 0px 60px;
}
.aboutuspage h2 {
   font-weight: 500;
   font-size: 32px;
   margin-bottom: 40px;
   margin-top: 0px;
}
.aboutuspage h2 span{
   font-weight: 600;
   color: #002955;
}
.aboutblockcontent p {
   font-weight: 400;
   font-size: 16px;
   margin-bottom: 0px;
   color:#191919;
   line-height: 26px;
}
.aboutblocks {
   display: flex;
   align-items: center;
   margin-bottom: 50px;
}
.aboutblocks img {
   max-width: 150px;
}
.ourbackground {
   background: #efeffd;
   padding-top: 40px;
   padding-bottom: 30px;
   margin-bottom: 40px;
}
.ourbackground p {
   color: #000;
   text-align: center;
   font-size: 20px;
   font-weight: 500;
   line-height: normal;
}
.teamdata-content:hover {
    background-color: #002955;
    color: #fff;
}
.teamdata-content:hover p{
    background-color: #002955;
    color: #fff !important;
}
.ourstats {
   margin-top: 40px;
}
.ourstats h3 {
   color: #f58634;
   font-size: 54px;
   font-weight: 600;
   text-align: center;
}
.ourstats p {
   color: #000;
   font-size: 18px;
   font-weight: 500;
   text-align: center;
   max-width: 350px;
   margin: auto;
}
.teamheadline {
    text-align: center;
}
.teamheadline p {
   text-align: center;
   font-weight: 500;
   font-size: 20px;
   line-height: 30px;
   max-width: 700px;
   margin: auto;
   margin-bottom: 30px;
}
.teamdata-content {
   border-bottom: 1px solid #0354D6;
   box-shadow: 0 0 2px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 5%), 0 4px 10px 0 rgb(0 0 0 / 7%);
   border-radius: 5px;
   padding: 30px;
   margin-bottom: 30px;
   text-align: center;
}
.teamdata p {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   margin-bottom:0px;
   text-align:left !important;
}
.teamdata-content.flexbox {
    display: flex;
    align-items: center;
}
.teamdata-content.flexbox img {
    margin-right: 10px;
}
.teamdata-content img {
    max-width: 120px;
}
.commitmentdiv {
   display: flex;
   align-items: center;
}
.commitmentdiv img{
   margin-right:10px;
   max-width: 150px !important;
}
.commitmentmsg p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
.ourstats p {
    font-size: 20px;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.teamdata-content.flexbox {
   display: block;
}
.commitmentdiv {
   display: block;
   align-items: center;
   text-align: center;
}
.aboutblocks {
   display: flex;
   margin-bottom: 50px;
   flex-direction: column-reverse;
   text-align: center;
}
.ourbackground p {
    font-size: 16px;
}
.ourstats p {
    font-size: 20px;
}
.ourstats h3 {
    font-size: 50px;
    margin-top: 20px;
}
.teamheadline p {
    font-size: 18px;
    line-height: 26px;
}
.aboutuspage h2 {
    font-size: 28px;
    margin-top: 20px;
}
.aboutusbanner p {
    font-size: 18px;
    line-height: 28px;
}
.aboutblocks img {
    max-width: 120px;
}
}
