body {
  font-family: 'Font-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
}
body strong {
  font-family: 'Font-Semibold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
body, p {
  font-size: 15px;
}
img {
  max-width: 100%;
}
h2, h3 {
  font-family: 'Font-Bold', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.home-section__title {
  border-top: 3px solid #dea14b;
  padding-top: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
}
.home-section__title span, .home-section__title h3 {
  background: #dea14b;
  color: #ffffff;
  padding: 4px 15px;
  font-size: 18px;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.home-section__top .container {
  display: flex;
  flex-wrap: wrap;
}
.home-section__left {
  width: 38%;
  background: #f3f3f3;
  margin-top: 15px;
  padding-bottom: 15px;
}
.home-section__left .home-section__title {
  margin-top: 0;
  margin-bottom: 20px;
}
.home-section__right {
  width: calc(62% - 30px);
  margin-left: 30px;
}
.home-section__recent-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2px 15px;
}
.home-section__recent-item:not(:last-child) {
  margin-bottom: 15px;
}
.home-section__recent-item .img {
  width: 90px;
  height: 60px;
}
.home-section__recent-item .img a {
  width: 100%;
  height: 100%;
  display: flex;
}
.home-section__recent-item .img a div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.home-section__recent-item-content {
  max-width: calc(100% - 90px);
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}
.home-section__recent-item-content a {
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 17px;
}
.home-section__recent-item-content a:hover {
  text-decoration: underline;
}
.home-section__recent-item-content a.category {
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  margin-bottom: 3px;
  color: #dea14b;
  text-transform: uppercase;
}
.home-section__recent-item-content .date {
  color: #8d8d8d;
  font-size: 12px;
  margin-top: 10px;
}
.home-section__today .home-section__title {
  margin-bottom: -25px;
  z-index: 2;
  position: relative;
}
.home-section__today a h2 {
  color: #000;
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .home-section__today a h2 {
    font-size: 19px;
  }
}
.home-section__today a h2:hover {
  text-decoration: underline;
}
.home-section__trending {
  margin-top: 15px;
}
.home-section__trending-item {
  display: flex;
  flex-wrap: wrap;
}
.home-section__trending-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-section__trending-item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.home-section__trending-item .img {
  width: 90px;
  height: 60px;
}
.home-section__trending-item .img a {
  width: 100%;
  height: 100%;
  display: flex;
}
.home-section__trending-item .img a div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.home-section__trending-item-content {
  width: calc(100% - 140px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.home-section__trending-item-content a.category {
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  margin-bottom: 3px;
  color: #dea14b;
  text-transform: uppercase;
}
.home-section__trending-item-content > a {
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 19px;
}
.home-section__trending-item-content > a:hover {
  text-decoration: underline;
}
.home-section__trending .author-box {
  margin-top: 10px;
}
.home-section__about {
  margin-top: 40px;
}
.home-section__about .container {
  display: flex;
  flex-wrap: wrap;
}
.home-section__about .img {
  width: 230px;
}
.home-section__about .content {
  width: calc(100% - 230px);
  padding-left: 15px;
}
.home-section__about .content h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10px;
}
.home-section__about .content a {
  color: #dea14b;
  text-decoration: none;
}
.home-section__about .content a:hover {
  text-decoration: underline;
}
.home-section__columns {
  margin-top: 30px;
}
.home-section__columns-items {
  display: flex;
}
.home-section__columns-item {
  width: calc(33.333%);
}
.home-section__columns-item h3 {
  margin-top: -6px;
  width: fit-content;
  display: flex;
}
.home-section__columns-item .text {
  padding-right: 30px;
}
.author-box {
  color: #8d8d8d;
  font-size: 14px;
  margin-bottom: 5px;
}
.author-box a {
  color: #8d8d8d;
}
.author-box a:hover {
  text-decoration: underline;
}
.home-section-latest {
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-section-latest .container {
  display: flex;
  flex-wrap: wrap;
}
.home-latest__cats {
  width: 25%;
}
.home-latest__cat {
  cursor: pointer;
  background: #dea14b;
  margin: 10px 0;
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid #dea14b;
}
.home-latest__cat h3 {
  color: #fff;
  margin: 0;
  padding: 0 15px;
  font-size: 18px;
}
.home-latest__cat.active {
  background: none;
}
.home-latest__cat.active h3 {
  color: #dea14b;
}
.home-latest__posts {
  width: calc(75% - 30px);
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.home-latest__posts-cat {
  flex-direction: column;
  display: none;
}
.home-latest__posts-cat a {
  color: #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  font-size: 17px;
}
.home-latest__posts-cat a:hover {
  text-decoration: underline;
}
.home-latest__posts-cat.active {
  display: flex;
}
.home-latest__posts-cat .title {
  font-size: 27px;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 12px 0;
}
@media (max-width: 992px) {
  p {
    margin-bottom: 10px;
  }
  .home-section__top .container {
    flex-direction: column;
  }
  .home-section__top .container > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .home-section__right {
    flex-direction: column-reverse;
    display: flex;
  }
  .home-section__today {
    margin-top: 30px;
  }
  .home-section__about .container {
    flex-direction: column;
  }
  .home-section__about .container .img {
    width: 100%;
  }
  .home-section__about .container .content {
    width: 100%;
    padding-left: 0;
  }
  .home-section__about .container .content h2 {
    font-size: 24px;
    margin-top: 15px;
  }
  .home-section__columns-items {
    flex-direction: column;
  }
  .home-section__columns-item {
    width: 100%;
  }
  .home-section__columns-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .home-section__columns .home-section__title {
    margin-bottom: 10px;
  }
  .home-section-latest .container {
    flex-direction: column;
  }
  .home-latest__cats {
    width: calc(100% + 30px);
    display: flex;
    overflow: auto;
    margin-left: -15px;
  }
  .home-latest__cat {
    margin-right: 15px;
    min-height: 36px;
  }
  .home-latest__cat:first-child {
    margin-left: 15px;
  }
  .home-latest__cat h3 {
    width: max-content;
    font-size: 16px;
    padding: 0 10px;
  }
  .home-latest__posts {
    margin-left: 0;
    width: 100%;
  }
}
.homepage__tags {
  margin-top: 20px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.homepage__tags a {
  display: inline-flex;
  margin: 5px 10px 5px 0px;
  background: #dea14b;
  border: 1px solid #dea14b;
  padding: 6px 12px;
  color: #fff;
  font-family: 'Font-Semibold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.homepage__tags a:hover {
  color: #dea14b;
  background: none;
}
.homepage__tags a:last-child {
  margin-right: 0;
}
