@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.front-left {
  grid-area: big;
  position: relative;
}

.front-left img {
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-left p {
  font-size: 1.1rem;
}

.front-left .textbox {
  padding: 20px;
  z-index: 1;
  position: absolute;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.front-left .textbox .title {
  font-size: 2.5rem;
  margin-top: 20px;
  color: black;
}

.front-left .textbox .title:hover {
  -webkit-text-decoration: underline 4px #ffca1e;
          text-decoration: underline 4px #ffca1e;
}

.front-left .textbox .category {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1px 5px;
  border: 2px solid black;
  color: #fcba04;
  font-weight: 700;
  font-size: 1rem;
}

.front-left .textbox .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.front-left .textbox .meta .date {
  margin: 0 20px;
}

.front-small {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front-small > a {
  height: 100%;
  width: 50%;
}

.front-small > a img {
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.front-small .textbox {
  padding: 20px;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
}

.front-small .textbox .category {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 1px 5px;
  border: 2px solid black;
  color: #fcba04;
  font-weight: 700;
  font-size: 0.9rem;
}

.front-small .textbox .title {
  font-size: 1.5rem;
  color: black;
  -webkit-text-decoration: #ffca1e;
          text-decoration: #ffca1e;
}

.front-small .textbox .title:hover {
  -webkit-text-decoration: underline 4px #ffca1e;
          text-decoration: underline 4px #ffca1e;
}

.front-small .textbox .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.front-small .textbox .meta .date {
  margin: 0 20px;
}

@media screen and (max-width: 1100px) {
  .front-left .textbox {
    width: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    right: 10%;
    left: 10%;
  }
  .front-left .textbox h2 {
    font-size: 1.8rem;
    margin: 0;
  }
  .front-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .front-small > a {
    width: 100%;
  }
  .front-small .textbox {
    width: 100%;
  }
  .front-small .textbox .title {
    margin: 15px 0;
    font-size: 1.5rem;
  }
  .front-small .textbox .meta {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .front-left .textbox .title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 580px) {
  .front-left .textbox {
    left: 20px;
    right: 20px;
  }
  .front-left .textbox .title {
    font-size: 1.5rem;
  }
  .front-left .textbox .category {
    font-size: 0.8rem;
  }
  .front-small {
    width: 100%;
    height: 100%;
  }
  .front-small .textbox {
    padding: 10px;
  }
  .front-small .textbox .title {
    font-size: 1rem;
    margin: 10px 0;
  }
  .front-small .textbox .category {
    font-size: 0.8rem;
  }
}

article.post {
  margin: 0 auto;
}

article.post .post-container {
  width: 100%;
}

article.post .post-container .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  text-align: center;
}

article.post .post-container .hero .category {
  letter-spacing: 2px;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
}

article.post .post-container .hero h1 {
  max-width: 1100px;
  margin: auto;
  font-size: 3.5rem;
  font-weight: 700;
  padding: 0 50px;
  margin-bottom: 20px;
}

article.post .post-container .hero p {
  font-size: 1.2rem;
  max-width: 1100px;
  padding: 0 50px;
  line-height: 1.2;
}

article.post .post-container .hero hr {
  width: 100px;
  border: none;
  height: 2px;
  background-color: black;
  margin: 40px 0;
}

article.post .post-container .hero .date-and-author {
  margin-bottom: 30px;
}

article.post .post-container .hero img {
  width: 100%;
}

article.post .post-container .slice-container {
  max-width: 800px;
  padding: 0 50px;
  width: 100%;
  margin: auto;
}

article.post .post-container .slice-container blockquote,
article.post .post-container .slice-container * {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

article.post .post-container .slice-container p {
  font-size: 1.3rem;
  margin: 30px 0;
  line-height: 1.5;
}

article.post .post-container .slice-container img {
  width: 100%;
}

article.post .post-container .slice-container h2,
article.post .post-container .slice-container h3,
article.post .post-container .slice-container h4,
article.post .post-container .slice-container h5 {
  margin: 20px 0;
}

article.post .post-container .slice-container h2 {
  font-size: 2rem;
}

article.post .post-container .slice-container h3 {
  font-size: 1.4rem;
}

article.post .post-container .slice-container ul,
article.post .post-container .slice-container ol {
  margin: 20px 0 20px 50px;
}

article.post .post-container .slice-container ul li,
article.post .post-container .slice-container ol li {
  font-size: 1.3rem;
  margin: 5px 0;
}

article.post .post-container .slice-container .embed-youtube iframe {
  width: 100%;
  min-height: 400px;
}

article.post .post-container .slice-container blockquote {
  padding-left: 50px;
  border-left: 5px orange solid;
  margin: 20px 0;
}

article.post .post-container .slice-container blockquote p {
  font-size: 1.4rem;
}

article.post .post-container .slice-container blockquote cite {
  display: block;
  text-align: right;
}

article.post .post-container section.share {
  margin: 50px auto;
  width: 100%;
  max-width: 700px;
  padding: 0 50px;
}

article.post .post-container section.share h4 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

article.post .post-container section.share .share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article.post .post-container section.share .share-links div {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

article.post .post-container section.share .share-links div img {
  height: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
}

article.post .post-container section.share .share-links .share-facebook {
  background-color: #38529a;
}

article.post .post-container section.share .share-links .share-vk {
  background-color: #4a76a8;
}

article.post .post-container section.share .share-links .share-twitter {
  background-color: #26a3d8;
}

article.post .post-container section.comments {
  margin: 50px auto;
  width: 100%;
  max-width: 700px;
  padding: 0 50px;
}

article.post .post-container section.comments .comment-title {
  font-size: 2.5rem;
}

article.post .post-container section.comments .comments-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
}

article.post .post-container section.comments .comments-container > div {
  margin: auto;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  article.post .post-container .hero h1 {
    font-size: 2.8rem;
  }
  article.post .post-container .hero p {
    font-size: 1.1rem;
    max-width: 1000px;
  }
  article.post .post-container .slice-container p {
    margin: 20px 0;
    font-size: 1.2rem;
  }
  article.post .post-container .slice-container ol li,
  article.post .post-container .slice-container ul li {
    font-size: 1.2rem;
  }
  article.post .post-container section.share h4 {
    font-size: 1.5rem;
  }
  article.post .post-container section.comments .comment-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  article.post .post-container .hero h1 {
    font-size: 2.5rem;
  }
  article.post .post-container .hero p {
    font-size: 1.1rem;
    max-width: 900px;
  }
  article.post .post-container .slice-container {
    padding: 0 20px;
  }
  article.post .post-container .slice-container blockquote p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 580px) {
  article.post .post-container .hero {
    padding: 20px 0;
  }
  article.post .post-container .hero .category {
    font-size: 0.8rem;
    font-weight: 600;
  }
  article.post .post-container .hero h1 {
    font-size: 1.3rem;
    padding: 0 15px;
    margin: 10px 0;
  }
  article.post .post-container .hero p {
    padding: 0 15px;
    font-size: 0.8rem;
  }
  article.post .post-container .hero hr {
    margin: 20px 0;
    height: 1px;
  }
  article.post .post-container .hero .date-and-author span {
    font-size: 0.8rem;
  }
  article.post .post-container .slice-container p {
    font-size: 1rem;
  }
  article.post .post-container .slice-container h2 {
    font-size: 1.3rem;
  }
  article.post .post-container .slice-container h3 {
    font-size: 1.1rem;
  }
  article.post .post-container .slice-container ol,
  article.post .post-container .slice-container ul {
    margin-left: 20px;
  }
  article.post .post-container .slice-container ol li,
  article.post .post-container .slice-container ul li {
    font-size: 1rem;
  }
  article.post .post-container .slice-container .embed-youtube iframe {
    min-height: 150px;
  }
  article.post .post-container .slice-container blockquote {
    padding-left: 30px;
  }
  article.post .post-container .slice-container blockquote p {
    font-size: 1.1rem;
  }
  article.post .post-container section.share {
    padding: 0 20px;
    margin: 20px auto;
  }
  article.post .post-container section.share h4 {
    font-size: 1.2rem;
  }
  article.post .post-container section.share .share-links .fab {
    width: 30px;
    height: 30px;
    font-size: 1rem;
    padding: 7px;
  }
  article.post .post-container section.comments {
    padding: 0 20px;
    margin: 20px auto;
  }
  article.post .post-container section.comments .comment-title {
    font-size: 1.2rem;
  }
}

header {
  border-bottom: #ffca1e 4px solid;
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

header a {
  text-decoration: none;
}

header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
  margin: auto;
  height: 4rem;
}

header .header-container span a {
  background: -webkit-gradient(linear, left top, right top, from(#ffed1c), to(#ff8b1e));
  background: linear-gradient(90deg, #ffed1c 0%, #ff8b1e);
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  padding: 0 10px;
}

header .header-container span a::after {
  content: 'Pro';
}

header .header-container .nav-desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

header .header-container .nav-desktop ul li {
  margin: 0 20px;
}

header .header-container .nav-desktop ul li a,
header .header-container .nav-desktop ul li span {
  color: black;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
}

header .header-container .nav-desktop ul .posts {
  padding: 0;
  cursor: pointer;
}

header .header-container .nav-desktop ul .posts span .chevron {
  height: 15px;
  padding-top: 2px;
  margin-left: 5px;
}

header .header-container .nav-desktop ul .posts-list {
  top: 4rem;
  background-color: white;
  position: absolute;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

header .header-container .nav-desktop ul .posts-list li {
  width: 100%;
  margin: 20px 0px;
}

header .header-container .nav-desktop ul .posts-list-active {
  display: block;
}

header .nav-mobile {
  display: none;
}

header .burger-btn {
  display: none;
  cursor: pointer;
  border-radius: 50%;
  border: 3px #ffca1e solid;
  padding: 7px;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .burger-btn img {
  width: 100%;
}

@media (max-width: 850px) {
  header .header-container .nav-desktop ul li {
    margin: 0 15px;
  }
}

@media (max-width: 768px) {
  header .header-container {
    padding: 0 20px;
  }
  header .header-container span a {
    font-size: 2rem;
  }
  header .nav-desktop {
    display: none;
  }
  header .burger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .nav-mobile .nav-links {
    overflow-y: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .nav-mobile .nav-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  header .nav-mobile .nav-links a {
    display: block;
    text-align: center;
    width: 90%;
    border-bottom: 1px black solid;
    padding: 10px 0;
    font-weight: 500;
    color: black;
    font-size: 1rem;
  }
  header .nav-mobile .media-links {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 120px;
    background: -webkit-gradient(linear, left top, right top, from(yellow), to(orange));
    background: linear-gradient(90deg, yellow, orange);
  }
  header .nav-mobile .media-links .link {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    background-color: #202020;
    margin: 0 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header .nav-mobile .media-links .link:hover {
    background-color: white;
  }
  header .nav-mobile .media-links .link:hover img {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  header .nav-mobile .media-links .link img {
    height: 100%;
    -webkit-filter: invert(1);
            filter: invert(1);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

header .menu-active {
  height: 100vh;
}

footer {
  background: -webkit-gradient(linear, left top, right top, from(#ffe31e), to(#ffad1e));
  background: linear-gradient(90deg, #ffe31e 0%, #ffad1e 100%);
}

footer .footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 50px;
}

footer .footer-container .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  width: 100%;
}

footer .footer-container .flex-container .logo > span {
  font-size: 2.5rem;
  color: orange;
  background-color: white;
  padding: 2px 10px;
  font-weight: 700;
}

footer .footer-container .flex-container .column-name {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px 0;
  color: white;
}

footer .footer-container .flex-container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 50%;
}

footer .footer-container .flex-container .links .link-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}

footer .footer-container .flex-container .links .link-column li {
  margin: 5px 0;
}

footer .footer-container .flex-container .links .link-column li a {
  color: #3d3d3d;
  font-size: 1rem;
  font-weight: 500;
}

footer .footer-container .flex-container .social-media .meida-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

footer .footer-container .flex-container .social-media .meida-links > a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding: 10px;
  width: 45px;
  height: 45px;
  background-color: #202020;
  margin-right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer-container .flex-container .social-media .meida-links > a:hover {
  background-color: white;
}

footer .footer-container .flex-container .social-media .meida-links > a:hover img {
  -webkit-filter: invert(0);
          filter: invert(0);
}

footer .footer-container .flex-container .social-media .meida-links > a img {
  height: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer-container .bottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-container .bottom-items span {
  letter-spacing: 0.5px;
  font-weight: normal;
  font-size: 0.9rem;
  font-weight: 500px;
  color: #5a5a5a;
}

@media screen and (max-width: 1000px) {
  footer .footer-container {
    padding: 50px 100px;
  }
  footer .footer-container .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  footer .footer-container .flex-container .links {
    width: 100%;
    margin: 30px 0;
    font-size: 1rem;
  }
  footer .footer-container .flex-container .social-media {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-container .flex-container .social-media .meida-links a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-container {
    padding: 40px 15px;
  }
  footer .footer-container .flex-container .logo span {
    font-size: 2rem;
  }
  footer .footer-container .flex-container .logo .links .link-column {
    margin: 50px 0;
  }
}

@media screen and (max-width: 580px) {
  footer .footer-container .flex-container {
    margin-bottom: 20px;
  }
  footer .footer-container .flex-container .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer .footer-container .flex-container .links .link-column {
    margin: 10px 0;
  }
  footer .footer-container .flex-container .links .link-column a {
    font-size: 1rem;
  }
  footer .footer-container .bottom-items span {
    font-size: 0.8rem;
  }
}

.article {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.article:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.article .image-link img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  width: 100%;
  padding: 20px 30px;
}

.article .textbox .title {
  width: 100%;
  color: black;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 15px 0;
}

.article .textbox .desc {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #363636;
  line-height: 1.4;
}

.article .textbox .category {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 1px 5px;
  border: 2px solid black;
  color: #fcba04;
  font-weight: 700;
  font-size: 0.9rem;
}

.article .textbox .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article .textbox .meta .author {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.article .textbox .meta .date {
  font-size: 0.8rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .article .textbox .title {
    font-size: 1.3rem;
  }
  .article .textbox .desc {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 580px) {
  .article .image-link {
    display: block;
  }
  .article .image-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article .textbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .article .textbox .category {
    font-size: 0.8rem;
  }
  .article .textbox .title {
    margin: 10px 0;
    font-size: 1rem;
  }
  .article .textbox .meta .author {
    font-size: 0.8rem;
  }
  .article .textbox .meta .date {
    font-size: 0.7rem;
  }
}

section.category {
  width: 100%;
  max-width: 1500px;
  padding: 50px;
  margin: auto;
}

section.category h1 {
  font-size: 3.5rem;
}

.category-container {
  margin: 40px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: max-content;
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
  row-gap: 30px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

@media screen and (max-width: 768px) {
  section.category {
    padding: 30px 20px;
  }
  section.category h1 {
    font-size: 2.5rem;
  }
  .category-container {
    margin: 20px 0;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 580px) {
  section.category {
    padding: 20px;
  }
  section.category h1 {
    font-size: 1.5rem;
  }
  .category-container {
    margin: 15px 0;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  outline: none;
}

*:focus {
  outline: none;
}

*::-moz-selection {
  background: yellow;
}

*::selection {
  background: yellow;
}

body {
  background-color: #f0f0f0;
}

main {
  margin-top: 4rem;
}

article {
  width: 100%;
}

article .header {
  width: 100%;
  height: 200px;
  background-color: #ffd900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article .header h1 {
  font-size: 4rem;
  color: whitesmoke;
  border-bottom: 8px white solid;
}

article h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}

article hr {
  border: none;
  height: 2px;
  width: 100px;
  margin: 10px auto 40px auto;
  background: black;
}

article p {
  font-size: 1.5rem;
  margin: 20px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

article section.story,
article .mission {
  width: 100%;
  max-width: 800px;
  padding: 0 50px;
  margin: 50px auto;
}

article section.story img,
article .mission img {
  width: 100%;
  height: auto;
}

article section.team {
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin: 50px auto;
}

article section.team .team-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  row-gap: 60px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

article section.team .team-grid .member {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  padding: 20px;
  background-color: whitesmoke;
}

article section.team .team-grid .member img {
  width: 100%;
  border: 3px orange solid;
  border-radius: 50%;
}

article section.team .team-grid .member .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

article section.team .team-grid .member .textbox .name {
  font-weight: bold;
}

@media (max-width: 1000px) {
  article .header {
    height: 150px;
  }
  article .header h1 {
    font-size: 3rem;
  }
  article section {
    margin: 50px auto;
  }
  article section h2 {
    font-size: 2.5rem;
  }
  article section p {
    font-size: 1.2rem;
  }
  article section hr {
    margin: 0px auto 40px auto;
  }
  article section.team .team-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  article section.story,
  article section.missio,
  article section.team {
    padding: 0 20px;
  }
}

@media (max-width: 580px) {
  article section {
    margin: 30px auto;
  }
  article section h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  article section p {
    font-size: 1rem;
  }
  article section hr {
    margin: 0px auto 30px auto;
  }
  article section.team .team-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.home-container hr {
  background: -webkit-gradient(linear, left top, right top, from(#ffed1c), to(#ff8b1e));
  background: linear-gradient(90deg, #ffed1c 0%, #ff8b1e);
  height: 4px;
  border: none;
}

.front-grid {
  max-width: 1500px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 50px 50px 100px 50px;
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'big top' 'big bottom';
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: 250px 250px;
      grid-template-rows: 250px 250px;
  row-gap: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.front-grid .top {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: top;
}

.front-grid .bottom {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: bottom;
}

.latests {
  max-width: 1500px;
  width: 100%;
  margin: 50px auto;
  padding: 0 50px;
}

.latests .latests-header {
  font-size: 3.5rem;
  margin-bottom: 20px;
}

.latests .latests-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 80px;
}

@media screen and (max-width: 1100px) {
  .front-grid {
        grid-template-areas: 'big big' 'top bottom';
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 350px max-content;
        grid-template-rows: 350px -webkit-max-content;
        grid-template-rows: 350px max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .latests .latests-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .front-grid {
    padding: 80px 20px;
  }
  .latests {
    padding: 80px 20px;
    margin: 0 auto;
  }
  .latests .latests-header {
    font-size: 2.5rem;
  }
  .latests .latests-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 580px) {
  .front-grid {
    padding: 50px 20px;
    row-gap: 10px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .latests {
    padding: 50px 20px;
  }
  .latests .latests-header {
    font-size: 2rem;
  }
  .latests .latests-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

