.banner-area .item p {
  font-size: 30px;
  line-height: 40px;
}
.shadow.theme::after {
  content: none;
}

.img-0 {
  border-radius: 50%;
  padding: 20px;
  background-color: #2154cf;
}

.team-member-info li a span {
  font-size: 16px;
  color: #00081d;
}
.team-member-info .tab-content-info .info h3 {
  font-size: 24px;
  color: #00081d;
}
.team-member-info .tab-content-info .info h5 {
  font-size: 14px;
  color: #2154cf;
}
.team-member-info .tab-content-info .info p {
  font-size: 16px;
  color: #797878;
}

.equal-height {
  height: 330px;
}
.padding-bottom {
  padding-bottom: 40px;
}
.padding-top {
  padding-top: 40px;
}
.down-flex {
  display: flex;
  align-items: self-end;
  justify-content: center;
}

.works-rules-area .info h4 {
  font-size: 24px;
}
.works-rules-area .works-rules-items .info p {
  font-size: 16px;
}

.about-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-icon div {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2154cf;
}
.about-icon div img {
  width: 50%;
}

.banner-area .item h1 span {
  color: #ffffff;
}

.item-box .item .info h4 a {
  font-size: 24px;
}
.item-box .item .info p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .equal-height {
    height: 230px;
  }
  .works-rules-area .works-rules-items .info p {
    padding: 0px 17px;
  }
  .mc-font {
    padding: 0px 10px;
  }
  .banner-area .item p {
    max-width: 75%;
  }
  .banner-area .box-cell {
    vertical-align: top;
    /* margin-top: 40px; */
  }
  .banner-area .box-cell div {
    margin-top: 40px;
  }
  .banner-area .item h1 span {
    display: block;
  }
  .banner-area .item p span {
    display: block;
  }
  .blog-area .blog-items .item .info {
    padding: 26px !important;
  }
}

@media (min-width: 991px) {
  .pc-flex {
    display: flex;
  }
  .flex-1 {
    flex: 1;
  }
  .height-100 {
    height: 100%;
  }

  /* .item-box {
    height: 620px;
  } */
  .item-box:nth-child(-n + 3) {
    margin-bottom: 40px;
  }
  .item-box:nth-child(-n + 3) .item .info p {
    height: 210px;
  }
  .item-box .item .info p {
    margin: 0px;
  }
  .item-box:nth-last-child(-n + 3) .item .info p {
    height: 190px;
  }
}
