.present-section {
  padding: 90px 0;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .present-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .present-section {
    background-color: #f4f3f3;
    padding: 28px 0 0;
  }
}

.present-section__title {
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 48px;
  font-family: "Open Sans";
}

@media (max-width: 767.98px) {
  .present-section__title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 14px;
  }
}

.present-section__title br {
  display: none;
}

@media (max-width: 767.98px) {
  .present-section__title br {
    display: block;
  }
}

.present-section__title span {
  display: inline-block;
  background-color: #f7d90d;
  padding: 14px 25px;
  position: relative;
}

.present-section__title span:first-child {
  padding-right: 3px;
  z-index: 5;
}

@media (max-width: 767.98px) {
  .present-section__title span:first-child {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 0;
  }
}

.present-section__title span:last-child {
  padding-left: 3px;
}

@media (max-width: 767.98px) {
  .present-section__title span:last-child {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-top: -2px;
  }
}

.present-section__item {
  background-color: #f4f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 767.98px) {
  .present-section__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.present-section__item_first {
  margin-bottom: 25px;
  padding: 41px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .present-section__item_first {
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 35px;
  }
}

.present-section__item_last {
  padding: 47px 43px 51px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .present-section__item_last {
    background-color: #fff;
    padding: 30px 0;
  }
}

@media (max-width: 767.98px) {
  .present-section__item_last:before {
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 200%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.present-section__body {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  color: #767676;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  flex: auto;
}

@media (max-width: 767.98px) {
  .present-section__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 24px;
  }
}

.present-section__body p {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .present-section__body p {
    margin-bottom: 14px;
  }
}

.present-section__text-large {
  color: #000000;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .present-section__text-large {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.present-section__text-small {
  color: #a9a9a9;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .present-section__text-small {
    color: #a1a1a1;
  }
}

.present-section__text-left {
  color: #000000;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .present-section__text-left {
    font-size: 16px;
  }
}

.present-section__text-num {
  display: inline-block;
  background-color: #2d3b68;
  color: #f7d90d;
  padding: 4px 10px;
}

@media (max-width: 767.98px) {
  .present-section__text-num {
    padding: 2px 8px;
  }
}

.present-section__mediabox {
  margin-left: 3%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
}

@media (max-width: 767.98px) {
  .present-section__mediabox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

.present-section__imagebox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  margin-right: 5%;
  position: relative;
}

@media (max-width: 767.98px) {
  .present-section__imagebox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 24px;
  }
}

.present-section__imagebox img {
  max-width: 100%;
}

.present-section__info {
  max-width: 410px;
  position: relative;
}

.present-section__info p {
  color: #767676;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .present-section__info p {
    font-size: 14px;
  }
}

.present-section__info a {
  color: #6faccb;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px dotted transparent;
}

.present-section__info a:hover {
  border-color: #6faccb;
}
