#experience-01 h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
}
#experience-02 h2,
#experience-06 h2,
#experience-09 h2 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
}
h3 {
  font-family: 'Source Serif Pro'!important;
  font-weight: 700!important;
}

.bv-experience {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.bv-experience>div {
    width: 48%;
}
.bv-experience-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bv-experience-category {
  border-radius: 0;
  border: 2px solid #000 ;
  color: #000
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
}
.bv-experience-link-2 {
  display: inline-block;
  padding: 10px 0;
  text-decoration: underline;
}

.bv-experience .font-source {
  min-height: 70px;
  padding: 20px 0!important;
  font-weight: 700;
}

.other-posts a {
  margin-top: 15px;
  text-decoration: underline;
  display: inline-block;
}
.bv-logos {
  display: flex;
}
.bv-logos > img {
  max-width: 20%!important;
  padding-right: 25px;
  margin-bottom: 0!important;
}

.wpb_text_column .back-margin{
  margin-bottom: 15px !important;
}

@media (min-width: 1000px) {
  .other-posts {
    display: flex;
    justify-content: space-between;
  }
  .other-posts>div {
    width: 47%;
  }
}
@media (max-width: 1000px) {
  .bv-sponsors img{
    max-width: 50%;
  }
  #experience-01 h1 {
    font-size: 24px;
    line-height: 27.6px;
  }
  #experience-01 .bv-header-column {
    top: 40px;
  }
  #experience-02 h2,
  #experience-06 h2,
  #experience-09 h2 {
    font-size: 36px;
    line-height: 39.6px;
  }
  #experience-02,
  #experience-03,
  #experience-06,
  #experience-07,
  #experience-09 {
    margin-bottom: 0!important;
  }
  #experience-06,
  #experience-09 {
    padding-top: 0!important;
  }
  #experience-02 {
    padding-top: 150px!important;
  }
  #experience-07 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }
  .bv-experience {
    width: 100%;
    margin-bottom: 30px;
    padding: 5%;
  }
  .bv-experience>div {
      width: 100%;
  }
  .bv-logos {
    flex-wrap: wrap;
  }
  .bv-logos > img {
    max-width: 30%!important;
    padding-right: 15px;
    margin-bottom: 0!important;
  }
}
@media only screen and (min-width: 1425px) {
  .col.padding-5-percent > .vc_column-inner {
      padding: calc(1245px * 0.05);
  }
}
#ajax-content-wrap .col[data-padding-pos="left-right"] > .vc_column-inner {
    padding-top: 0;
    padding-bottom: 0;
}
.fontsize #experience-02 {
  padding-top: 320px!important;
}
