/** 设备宽度 */
/** 颜色 */
/** 外阴影 */
/** 内容区 */
/** 模块 */
/** 字体 */
@font-face {
  font-family: poynterosdisplay-semibold-webfont;
  src: url(/files/fonts/poynterosdisplay-semibold-webfont.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: poynterosdisplay-roman-webfont;
  src: url(/files/fonts/poynterosdisplay-roman-webfont.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: proximanova-light;
  src: url(/files/fonts/proximanova-light-webfont.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: proximanova-semibold;
  src: url(/files/fonts/proximanova-semibold-webfont.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: proximanova-regular;
  src: url(/files/fonts/proximanova-regular-webfont.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: barlow-bold;
  src: url(/files/fonts/barlow-semi-condensed-v6-latin-600.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: nunito-regular;
  src: url(/files/fonts/nunito-sans-v6-latin-regular.woff2);
  font-weight: 400;
  font-style: normal;
}
/** Flex */
/** 基本准备 */
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 16px;
}
.pointer {
  cursor: pointer;
}
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.body-not-scroll {
  position: fixed;
  width: 100%;
}
.header-nav-outer {
  height: 78px;
}
.header-nav {
  z-index: 50;
  position: relative;
}
.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-nav-wrapper {
  padding: 17px 12px;
  top: 0;
  background: #ebf8fd;
}
.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mobile-nav .header-logo {
  font-family: "barlow-bold";
  text-shadow: 3px 3px #fff;
  font-size: 32px;
  margin-right: 32px;
  color: #1d2d5a;
  position: relative;
  white-space: nowrap;
}
.mobile-nav .header-logo img {
  width: 240px;
}
.mobile-nav .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.mobile-nav .header-logo:after {
  display: block;
  content: '';
  background-image: url("/files/images/material/quote_brand.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -8px;
  right: -20px;
}
.mobile-nav li {
  list-style: none;
}
.mobile-nav [class*='icon-'] {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.desktop-nav {
  display: none;
}
.mob-nav-trigger,
.mob-search-trigger {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mobile-header-nav {
  display: none;
  background: #ebf8fd;
}
.mobile-header-nav.active .overlay-nav {
  width: 100%;
  height: calc(100vh);
  opacity: 255;
}
.first-header-list {
  font-family: 'barlow-bold';
  color: #303237;
}
.overlay-nav {
  width: 0;
  height: 0;
  opacity: 0;
}
.mobile-header-list {
  padding: 0 0 45px;
  margin: 0;
  list-style: none;
  padding-inline-start: 0;
  font-family: 'barlow-bold';
  color: #303237;
}
.mobile-header-list li {
  border-top: solid 1px #303237;
  margin-left: 24px;
  margin-right: 24px;
}
.mobile-header-list li.active {
  color: #8dc5dd;
}
.mobile-header-list li:first-child {
  border-top: none;
}
.mobile-header-list a {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-decoration: none;
  color: inherit;
  padding: 20px 20px 20px 0;
}
@media (min-width: 992px) {
  .header-nav-outer {
    height: 83px;
  }
  .mobile-nav {
    display: none;
  }
  .desktop-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .desktop-nav .header-logo {
    font-family: "barlow-bold";
    text-shadow: 3px 3px #fff;
    font-size: 32px;
    margin-right: 32px;
    color: #1d2d5a;
    position: relative;
    white-space: nowrap;
  }
  .desktop-nav .header-logo img {
    width: 240px;
  }
  .desktop-nav .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }
  .desktop-nav .header-logo:after {
    display: block;
    content: '';
    background-image: url("/files/images/material/quote_brand.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -8px;
    right: -20px;
  }
  .first-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .first-header-list li {
    display: inline-block;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    width: 100%;
    white-space: nowrap;
    margin-left: 8px;
    margin-right: 8px;
    border-bottom: solid 2px #ebf8fd;
  }
  .first-header-list li:hover {
    color: #aee2f7;
    border-bottom: solid 2px #ebf8fd;
  }
  .first-header-list li.active {
    color: #8dc5dd;
    border-bottom: solid 2px #8dc5dd;
  }
  .first-header-list .txt {
    padding: 16px 16px;
    letter-spacing: 0.74px;
    font-size: 16px;
    text-transform: capitalize;
  }
  .first-header-list a {
    color: inherit;
    text-decoration: none;
  }
  .mobile-header-nav {
    display: none !important;
  }
  .header-nav-wrapper {
    padding: 16px 64px;
  }
}
@media screen and (min-width: 1420px) {
  .header-nav-wrapper {
    padding-left: 184px;
    padding-right: 184px;
  }
}
#site-footer a {
  color: #303237;
}
#site-footer a:hover {
  text-decoration-color: #aee2f7;
}
.footer-bottom-copyrgiht {
  text-align: center;
  font-family: proximanova-regular;
}
#site-footer {
  color: #303237;
  font-size: 11px;
}
.footer-container {
  max-width: unset;
  margin: 0 auto;
  padding-bottom: 50px;
}
.footer-top-description em {
  font-style: unset;
}
.footer-top-description {
  color: #f9f7f4;
  /*font-family: 'Adobe Garamond Pro';*/
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.02px;
  line-height: 22px;
  margin-top: 18px;
  max-width: 436px;
  text-align: center;
  margin-bottom: 0;
  font-family: poynterosdisplay-roman-webfont, serif;
  font-weight: 400;
  font-style: normal;
}
.footer-top-description a {
  border-bottom: 1px solid #ffffff;
}
.footer-top-description a:hover {
  border-bottom-color: #e13d3d;
}
.footer-categories {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 1.36px;
  line-height: 13px;
  text-align: center;
}
.menu-footer-container ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  padding-inline-start: 0;
}
.footer-navigators svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 10px;
}
.footer-top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding: 50px 0;
}
.menu-footer-container li {
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 23px;
}
.footer-navigators {
  padding: 50px 0 65px 0;
  font-family: "barlow-bold";
  border-top: 1px solid #ebf8fd;
}
.footer-navigators .share {
  text-align: center;
  margin-bottom: 32px;
}
.social-link {
  display: inline-block;
  border-right: unset;
  width: 50px;
  height: 40px;
}
.footer-disclosure {
  width: 26.16%;
  font-size: 12px;
  letter-spacing: 0;
  text-align: initial;
  line-height: 17px;
  margin-left: 0;
  margin-bottom: 40px;
  margin-top: 7px;
}
@media all and (min-width: 768px) {
  .footer-top-section {
    padding: 70px 0 95px 0;
  }
  .footer-navigators {
    padding: 50px 0 65px 0;
  }
  .footer-categories {
    text-align: left;
  }
  .menu-footer-container ul {
    text-align: center;
  }
  .menu-footer-container li {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
  }
}
/** 通用代码 针对网站比较个性化 */
body.scroll-down .header-nav {
  opacity: 0;
  overflow: hidden;
  height: 0;
}
body.scroll-down .header-nav-wrapper {
  position: relative;
  top: -200px;
}
/** 广告相关 */
.header-banner {
  display: none;
}
.auto-ad-box {
  position: relative;
}
.auto-ad-box .auto-ad-box-cls {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 14px;
  font-size: 12px;
  line-height: 16px;
  color: #8b8b8b;
  background-color: #FFFFFF;
}
.auto-ad-box .auto-ad-box-cls:after,
.auto-ad-box .auto-ad-box-cls:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 12px;
  height: 1px;
  background-color: #8b8b8b;
}
.auto-ad-box .auto-ad-box-cls:after {
  transform: rotate(45deg);
}
.auto-ad-box .auto-ad-box-cls:before {
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .header-banner {
    background-color: #ffffff;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.grid-item {
  margin-bottom: 40px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-brand {
  display: none;
}
.grid-content {
  -webkit-flex: 9;
  -ms-flex: 9;
  -moz-box-flex: 9;
  flex: 9;
}
.grid-thumbnail {
  width: 100%;
  position: relative;
  margin-right: 24px;
}
.grid-thumbnail:after {
  display: block;
  content: '';
  padding-top: 54%;
}
.grid-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.grid-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.grid-title {
  font-family: "barlow-bold";
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: #303237;
}
.grid-title a {
  color: inherit;
  text-decoration: none;
}
.grid-title a:hover {
  text-decoration: underline;
}
.grid-date {
  margin-top: 13px;
  display: block;
}
.grid-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.grid-header {
  margin-top: 20px;
}
.grid-meta {
  line-height: 12px;
  font-size: 9px;
  font-family: "nunito-regular";
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #6a6f7b;
}
.grid-meta a {
  color: inherit;
  text-decoration: none;
}
.grid-meta .categories {
  display: none;
}
@media (min-width: 450px) {
  .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 32px;
    margin-bottom: 48px;
  }
  .grid-thumbnail {
    width: 45%;
  }
  .grid-title {
    text-align: left;
  }
  .grid-header {
    margin-top: 0;
  }
  .grid-meta {
    text-align: left;
  }
  .grid-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .feeds-sec {
    padding: 0 24px;
  }
  .feeds-ls-odd,
  .feeds-ls-even {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feeds-ls-odd .grid-item {
    width: 48%;
  }
  .feeds-ls-even .grid-item {
    width: 32%;
  }
  .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    padding: 0 0;
  }
  .grid-thumbnail {
    width: 100%;
    margin-bottom: 30px;
  }
  .grid-title {
    position: relative;
  }
  .grid-header {
    margin-top: 0;
  }
  .grid-meta {
    margin-top: 0;
  }
  .grid-brand {
    display: block;
    margin-right: 8px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
  }
  .grid-brand img {
    display: block;
    width: 100%;
  }
  .grid-content {
    display: block;
  }
}
@media (min-width: 992px) {
  .feeds-sec {
    padding: 0 64px;
  }
  .grid-thumbnail {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .grid-thumbnail:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1920px) {
  .grid-item {
    width: 23%;
  }
}
.feed-more {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 40px;
}
.feed-more a {
  margin: auto;
  background: #ebf8fd;
  border: 1px solid #ebf8fd;
  font: 14px/34px 'proximanova-semibold';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1d2d5a;
  text-decoration: none;
  padding: 0 40px;
  display: inline-block;
}
.feed-more:hover a {
  background: #fff;
  color: #1d2d5a;
  border: 1px solid #1d2d5a;
}
.topgrid-item {
  background: #fff;
  position: relative;
}
.topgrid-thumbnail {
  width: 100%;
  position: relative;
}
.topgrid-thumbnail:after {
  display: block;
  content: '';
  padding-top: 60%;
}
.topgrid-thumbnail .front-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.topgrid-thumbnail-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.topgrid-title {
  font-family: "barlow-bold";
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  color: #303237;
}
.topgrid-title a {
  color: inherit;
  text-decoration: none;
  text-decoration-color: #aee2f7;
}
.topgrid-title:hover a {
  text-decoration: underline;
}
.topgrid-date {
  display: none;
}
.topgrid-info {
  padding: 12px 24px;
  background: #fff;
  position: absolute;
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20%;
}
.topgrid-info-bg {
  display: none;
}
.topgrid-header {
  text-align: center;
}
.topgrid-meta {
  display: none;
  line-height: 12px;
  font-size: 12px;
  font-family: "proximanova-light";
  letter-spacing: 1px;
  margin-top: 28px;
  text-align: center;
}
.topgrid-meta a {
  color: inherit;
  text-decoration: none;
}
.topgrid-meta cate,
.topgrid-meta author,
.topgrid-meta time {
  display: inline;
}
.topgrid-meta cate {
  font-family: "proximanova-semibold";
}
.topgrid-meta .split-dec {
  font-weight: bold;
}
.topgrid-actions,
.topgrid-actions-in {
  padding: 36px 0;
  text-align: center;
}
.topgrid-actions .share,
.topgrid-actions-in .share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 36px;
}
.topgrid-actions .share a,
.topgrid-actions-in .share a {
  display: block;
  height: 100%;
  width: 100%;
}
.topgrid-actions .share svg,
.topgrid-actions-in .share svg {
  position: relative;
  top: 2px;
}
.topgrid-actions li,
.topgrid-actions-in li {
  list-style: none;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 8px;
  border: solid 1px #fff;
}
.topgrid-actions li:hover,
.topgrid-actions-in li:hover {
  border: solid 1px #000;
}
.topgrid-actions:after,
.topgrid-actions-in:after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  background: #000;
  position: relative;
  top: -12px;
  border-bottom: solid 1px #000;
}
.topgrid-actions-in {
  display: none;
}
.topgrid-cate {
  letter-spacing: 1px;
  text-align: center;
}
.topgrid-cate a {
  color: inherit;
  text-decoration: none;
}
.topgrid-cate a:hover {
  color: #aee2f7;
  text-decoration: underline;
}
.topgrid-ls {
  background: #ebf8fd;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
.topgrid-ls .item-box {
  margin-bottom: 32px;
}
.topgrid-box-one,
.topgrid-box-two {
  position: relative;
  z-index: 1;
}
.topgrid-box-two .item-box:last-child {
  margin-bottom: 0;
}
.topgrid-dot0,
.topgrid-dot1,
.topgrid-dot2 {
  opacity: 0.5;
}
.topgrid-dot0 {
  background-image: url("/files/images/material/dot0.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 400px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}
.topgrid-dot1 {
  background-image: url("/files/images/material/dot1.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 300px;
  width: 300px;
  height: 200px;
  position: absolute;
  right: 300px;
  bottom: 0;
}
.topgrid-dot2 {
  background-image: url("/files/images/material/dot2.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 200px;
  width: 150px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 150px;
}
@media (min-width: 450px) {
  .topgrid-meta {
    margin-top: 0;
  }
  .topgrid-info {
    padding: 16px 12px;
  }
  .topgrid-actions-in {
    display: block;
    padding: 0;
    margin-top: 24px;
  }
  .topgrid-actions {
    display: none;
  }
  .topgrid-info-bg {
    display: block;
    background-repeat: repeat;
    background-size: 20%;
    background-position: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    position: absolute;
  }
  .topgrid-info-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .topgrid-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
  }
}
@media (min-width: 768px) {
  .topgrid-item {
    padding: 0 0;
  }
  .topgrid-title {
    padding-bottom: 0;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    line-height: 30px;
  }
  .topgrid-title:after {
    display: none;
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #bbbdbd;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .topgrid-meta {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .topgrid-date {
    display: block;
    margin-top: 13px;
  }
  .topgrid-actions-in {
    display: none;
  }
  .topgrid-actions {
    display: block;
  }
  .topgrid-cate {
    font-size: 14px;
  }
  .topgrid-ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
  }
  .topgrid-box-one {
    -webkit-flex: 5;
    -ms-flex: 5;
    -moz-box-flex: 5;
    flex: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .topgrid-box-one .item-box {
    width: 100%;
    margin-bottom: 0;
  }
  .topgrid-box-one .topgrid-info {
    width: 60%;
  }
  .topgrid-box-two {
    -webkit-flex: 3;
    -ms-flex: 3;
    -moz-box-flex: 3;
    flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .topgrid-box-two .item-box {
    width: 95%;
  }
  .topgrid-box-two .item-box:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .topgrid-thumbnail {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .topgrid-thumbnail:hover {
    opacity: 0.7;
  }
  .topgrid-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 144px;
    line-height: 1.5;
  }
  .topgrid-ls {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1420px) {
  .topgrid-ls {
    padding-left: 184px;
    padding-right: 184px;
  }
}
.feed-sec-title {
  padding: 50px 24px;
  font: 32px/55px barlow-bold;
  position: relative;
  color: #303237;
}
.feed-sec-title .txt {
  position: relative;
}
.feed-sec-title .txt:after {
  display: block;
  content: '';
  background-image: url("/files/images/material/quote.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 150px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -20px;
  right: 0;
}
.feed-sec-title .inner-txt {
  position: relative;
  z-index: 1;
  font-size: inherit;
}
@media screen and (min-width: 450px) {
  .feed-sec-title {
    padding: 50px 32px;
  }
}
@media screen and (min-width: 768px) {
  .feed-sec-title {
    padding: 20px 0 50px 0;
  }
}
@media screen and (min-width: 1420px) {
  .main-page {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.ads_margin{
  margin: 15px 0;
}
