 .pr {
     position: relative;
 }

 .pa {
     position: absolute;
 }

 /* .w1200{
    width: 1200px;
    margin: 0 auto;
} */
 .our-team {
     /* width: 100%; */
 }

 .our-team .row li img {
     width: 100%;
 }

 .our-team .row li {
     padding: 0;
 }

 .w-40 {
     width: 40%;
 }

 .w-20 {
     width: 20%;
 }

 .box {
     color: #fff;
 }

 .box .desc {
     width: 100%;
     height: 140px;
     background: rgba(5, 0, 98, 0.43);
 }

 .box .desc.ceo-desc {
     height: 230px;
 }

 .box .desc .pad {
     padding: 8px 10px;
 }

 .box .desc.ceo-desc .pad {
     padding: 8px 40px;
 }

 .box .desc .pad h4 {
     margin-bottom: 6px;
     margin-top: 10px;
     font-size: 16px;
     text-align: center;
     font-weight: bold;
 }

 .box .desc .pad h5 {
     font-size: 12px;
     text-align: center;
     font-weight: bold;
 }

 .box .desc .pad span {
     margin-right: 5px;
     letter-spacing: 2px;
 }

 .box .desc p {
     color: #fff;
     font-size: 12px;
     margin: 0 0 6px;
     line-height: 1.5;
     text-align: justify;
 }

 .box .desc.ceo-desc .pad h4 {
     font-size: 30px;
 }

 .box .desc.ceo-desc .pad h5 {
     font-size: 24px;
 }

 .box .desc.ceo-desc p {
     font-size: 18px;
 }

 .box .desc p span {
     font-size: 14px;
 }

 .box img {
     width: 100%;
     height: 100%;
 }

 /* .box1{
    background: url(/images/team-member1.jpg) no-repeat center center/100%
} */
 .our-team .main-member h4 {
     width: 100px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     margin: 0;
 }

 .our-team .team-arrow {
     width: 0;
     height: 0;
     border-left: 30px solid #1f4b7b;
     border-right: 30px solid transparent;
     border-top: 30px solid transparent;
     border-bottom: 30px solid transparent;
     right: -60px;
     top: 0;
 }

 .box .main-member {
     left: 0;
     top: 10%;
     background: #1f4b7b;

 }

 .our-team .desc {
     left: 0;
     bottom: 0;
 }

 .box-bottom {
     width: 100%;
 }

 @media only screen and (max-width: 992px) {
     .w-40 {
         width: 100%;
     }

     .w-20 {
         width: 50%;
     }

     .team-bottom.w-20 {
         width: 100%;
     }

     .team-bottom .box-pic {
         float: left;
     }

     .row-100 {
         width: 100%;
     }

     .box-bottom {
         width: 50%;
     }
 }

 @media (min-width: 769px) and (max-width: 991px) {}

 @media (max-width: 768px) {
     .w-20 {
         width: 100%;
     }

     .box-bottom {
         width: 100%;
     }

     .box .desc.ceo-desc .pad h4 {
         font-size: 16px;
     }

     .box .desc.ceo-desc .pad h5 {
         font-size: 12px;
     }

     .box .desc.ceo-desc p {
         font-size: 12px;
     }

     .box .desc.ceo-desc {
         height: 140px;
     }
 }

 @media (max-width: 414px) {}