.npe-element {
  font-family: "gotham-book";
  line-height: 1.4;
}

.npe-element .share-section-outer {
  overflow: hidden;
}

.npe-element .share-section {
  box-sizing: border-box;
  padding: 20px 20px 50px 20px;
  margin: 0 auto;
}

.npe-element .share-section.no-padding,
.npe-element .share-section.full-width {
  padding-left: 0;
  padding-right: 0;
}

.npe-element .share-section.full-width {
  width: auto !important;
}

.npe-element h2 {
  font-family: "gotham-medium";
  font-weight: normal;
  font-size: 34px;
  text-align: center;
  margin: 20px 0 50px 0;
}

/*
*******************************************
*************** News Line *****************
*******************************************
*/

.npe-element .news-line {
  text-align: left;
}

.npe-element .news-line .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 17px 20px;
  background-color: #f8f4eb;
  border-radius: 10px;
}

.npe-element .news-line .box .content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.npe-element .news-line .box .content .icon {
  font-size: 26px;
}

.npe-element .news-line .box .content .text {
  margin-top: 4px;
  margin-bottom: 0;
  font-family: "gotham-medium" !important;
  font-size: 18px;
}

.npe-element .news-line .box .info-btn {
  display: block;
  background-color: #cdaf74;
  color: #fff;
  padding: 8px 13px 5px;
  border: 1px solid #cdaf74;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.25s;
  flex-basis: content;
  flex-shrink: 0;
  align-self: flex-end;
}

.npe-element .news-line .box .info-btn:hover {
  background-color: transparent;
  color: #cdaf74;
}

.npe-element .news-line .box .info-btn .info-symbol {
  margin-right: 2px;
  font-size: 11px;
}

@media only screen and (max-width: 991px) {
  .npe-element .share-section.news-line {
    padding-bottom: 20px;
  }

  .npe-element .news-line .box .content .text {
    font-size: 12px;
    margin-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .npe-element .news-line .box {
    /* flex-direction: column; */
    gap: 8px;
    align-items: center;
    padding: 10px;
  }

  .npe-element .news-line .box .content {
    gap: 8px;
  }

  .npe-element .news-line .box .content .icon {
    font-size: 20px;
    align-self: flex-start;
    margin-top: 3px;
  }

  .npe-element .news-line .box .content .text {
    font-family: "gotham-book" !important;
  }

  .npe-element .news-line .box .info-btn {
    padding: 5px 8px 2px;
    font-size: 12px;
    align-self: center;
  }
}
