.experience,
.education {
  width: 100%;
  padding-right: 50px;
}

h2,
.experience h2,
.education h2 {
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

h4,
.experience h4,
.education h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  margin-bottom: 1.5rem;
}

p,
.experience p,
.education p {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 3rem;
  padding-bottom: 20px;
}

.info,
.experience .info,
.education .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.info p,
.experience .info p,
.education .info p {
  margin-bottom: 1rem;
}

.info span,
.experience .info span,
.education .info span {
  font-size: 18px;
  line-height: 1.8;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.experience h2,
.education h2 {
  margin-bottom: 4rem;
}

.experience .content div span,
.education .content div span {
  color: #333333;
}

.experience .content div .p-left,
.education .content div .p-left {
  float: right;
  font-style: italic;
  top: -50px;
}

.experience .content div hr,
.education .content div hr {
  width: 100%;
  opacity: 0.2;
  margin-top: -30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .padding-lr {
    padding-left: 50px;
    padding-right: 50px;
  }

  .experience .content p {
    padding-top: 25px;
    font-size: 14px;
  }

  .experience p {
  }

  .experience .content div .p-left,
  .education .content div .p-left {
    float: right;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 450px) {
  .experience .content p {
    padding-top: 30px;
  }
  .experience .content div .p-left,
  .education .content div .p-left {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 5px;
    font-style: italic;
  }
}

.aboutcp {
  padding-top: 0px;
}

.aboutc {
  height: 100px;
}

.team-area.aboutbg .container h2,
.team-area.aboutbg .container h4,
.team-area.aboutbg .container p,
.team-area.aboutbg .container li {
  z-index: 5;
  color: white !important;
}

.team-area.aboutbg {
  background-image: url(../img/gallery/xsection_bg02.png.pagespeed.ic.0kj9gcjzyc.png);
  z-index: 0;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  position: relative;
}

.experienceab {
  margin-top: 100px;
}

.team-area.aboutbg::after {
  position: absolute;
  content: "";
  background-color: rgba(4, 21, 28, 0.902);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
