@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swaphttps://fonts.googleapis.com/css2?family=Barlow: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&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  color: #6b6b6b;
  background-color: #f4d04e;
}

.container {
  max-width: 144rem;
  max-height: 96rem;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 376px) {
  .container {
    padding: 0 2.4rem;
    max-height: 81.2rem;
  }
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  display: flex;
  flex-direction: column;
  border: 1px solid #111;
  border-radius: 2rem;
  padding: 2.4rem;
  width: 38.4rem;
  height: 52.2rem;
  box-shadow: 8px 8px 0 0 #000;
  background: #fff;
  color: #111;
  font-size: 1.4rem;
  font-weight: 800;
}
.card__img {
  border-radius: 1rem;
}
.card__box {
  padding: 2.4rem 0;
}
.card__category {
  display: block;
  border-radius: 0.4rem;
  padding: 0.4rem 1.2rem;
  background-color: #f4d04e;
  width: 8.2rem;
  height: 2.9rem;
}
.card__date {
  font-weight: 500;
}
.card__title {
  font-size: 2.4rem;
}
@media (max-width: 376px) {
  .card__title {
    font-size: 2rem;
  }
}
.card__title:hover, .card__title:active, .card__title:active {
  color: #f4d04e;
  cursor: pointer;
}
.card__description {
  font-weight: 500;
  font-size: 1.6rem;
  color: #6b6b6b;
}
@media (max-width: 376px) {
  .card__description {
    font-size: 1.4rem;
  }
}
@media (max-width: 376px) {
  .card {
    width: 32.7rem;
    height: auto;
    font-size: 1.2rem;
  }
}

.author {
  display: flex;
  align-items: center;
}
.author__img {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  margin-right: 1.2rem;
}
@media (max-width: 376px) {
  .author__name {
    font-size: 1.4rem;
  }
}

.margin-bottom {
  margin-bottom: 1.2rem;
}/*# sourceMappingURL=style.css.map */