.titles {
  color: #242623;
  font-size: 3rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.descs {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  font-family: Arial, Helvetica, sans-serif;
}
.btns {
  padding: 1.5rem 3rem;
  border-left: 2px solid #d9c181;
  border-bottom: 2px solid #d9c181;
  font-size: 1.4rem;
  color: #000;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  width: fit-content;
  cursor: pointer;
}

.header {
  width: 100vw;
  height: 33.8rem;
  position: relative;
}
.header__bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.header__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 12%;
}

.header-menu {
  width: 100%;
  color: #fff;
}
.header-menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.6rem;
  padding-top: 4rem;
}
.header-menu-list__item {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
}

.header-menu-list__item a {
  font-weight: 600;
  transition-duration: 300ms;
}

.header-menu-list__item:hover a {
  color: #fed700;
}

.header-menu-list__item.active a {
  color: #fed700;
}

.header-menu-subtitle {
  color: #fff;
  font-size: 3.4rem;
  text-align: center;
  font-weight: 600;
  margin-top: 5rem;
  text-transform: uppercase;
}
.header-menu-title {
  color: #ffd966;
  text-transform: uppercase;
  text-align: center;
  font-size: 5rem;
  margin-top: 2rem;
  font-weight: 700;
}
.main {
  width: 100vw;
}
.main-wrapper {
  width: 100%;
  overflow: hidden;
}
.intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 35rem;
}
.intro-title {
  color: rgb(128, 128, 128);
  text-transform: uppercase;
  text-align: center;
  margin-top: 8rem;
}

.intro-title span {
  color: #ffd966;
}

.intro-text:first-of-type {
  margin-top: 10rem;
  margin-bottom: 2rem;
}

.intro-text {
  width: 100%;
  max-width: 46rem;
  font-size: 1.6rem;
  color: #666666;
}
.intro-btn {
  margin-top: 3rem;
}
.about {
  margin-top: 6rem;
  padding: 0 35rem;
}
.about-title {
  color: #242623;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin-bottom: 3rem;
}

.about-title::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #d9c181;
  bottom: -10px;
  left: 0;
}
.about-text {
  width: 100%;
  max-width: 54.5rem;
  text-align: center;
  color: #5d5d5d;
  margin-bottom: 3rem;
}
.about-info__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 15.5rem;
}
.about-info-left {
  flex-basis: 50%;
  position: relative;
  z-index: 2;
}
.about-info-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-info-right {
  flex-basis: 50%;
  background-color: #ffe7a7;
  padding: 3.5rem 5rem 3.5rem 10rem;
  transform: translate(-5rem, 5.5rem);
}
.about-info-right__year {
  padding: 1rem 1.5rem 1rem 2rem;
  border: 2px solid #d9c181;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 600;
  color: #242623;
  letter-spacing: 0.5rem;
  margin-bottom: 1.5rem;
}
.about-info-right__subtitle {
  color: #242623;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.about-info-right__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin-bottom: 2.5rem;
}
.about-info-right__title::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: #fff;
  bottom: -10px;
  left: 0;
}
.about-info-right__text {
  color: #5d5d5d;
  font-size: 1.6rem;
  line-height: 1.5;
}
.works {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 12rem;
  padding: 0 35rem;
}
.works-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  width: fit-content;
}
.works-title::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: #d9c181;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.works-text {
  width: 100%;
  max-width: 53rem;
  text-align: center;
  color: #5d5d5d;
  margin-bottom: 6rem;
}
.works-info__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.works-info__item {
  width: 100%;
  max-width: 35.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.works-info-title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 2rem;
}
.works-info-text {
  margin-bottom: 2rem;
}
.works-btn {
  padding: 1rem 2rem;
}
.apartment {
  width: 100%;
  padding: 0 35rem;
}
.apartment-title {
  font-weight: 600;
}

.apartment-title__top {
  display: inline-block;
  margin-bottom: 2rem;
}
.apartment-title__bottom {
  display: inline-block;
  margin-bottom: 3rem;
  position: relative;
}
.apartment-title__bottom::after {
  content: "";
  position: absolute;
  background-color: #d9c181;
  width: 40%;
  height: 2px;
  bottom: -10px;
  left: 0;
}

.apartment-text {
  width: 100%;
  max-width: 57.5rem;
  text-align: center;
  color: #5d5d5d;
  margin-bottom: 2rem;
}
.apartment__wrapper-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.apartment-item {
  position: relative;
  width: 33.3%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.apartment-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.apartment-item__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 500ms;
}

.apartment-item:hover .apartment-item__bg::after {
  background-color: rgba(0, 0, 0, 0.8);
}

.apartment-item__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.apartment-item__circle {
  opacity: 0;
  transition-duration: 500ms;
  margin-bottom: 2rem;
}

.apartment-item-title {
  font-size: 2rem;
  color: #fff;
  opacity: 0;
  transition-duration: 500ms;
}

h4.apartment-item-title {
  text-transform: capitalize;
}

.apartment-item-num {
  color: #d9c181ff;
  opacity: 0;
  font-size: 2.4rem;
  transition-duration: 500ms;
}
.apartment-item:hover .apartment-item-title,
.apartment-item:hover .apartment-item-num,
.apartment-item:hover .apartment-item__circle {
  opacity: 1;
}
.apartment__wrapper-bot {
  margin-top: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.apartment-left,
.apartment-right {
  flex-basis: 50%;
}
.apartment-left__title,
.apartment-right__title {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.apartment-left__bg,
.apartment-right__bg {
  width: 100%;
  height: 37.6rem;
  margin-bottom: 3rem;
}
.apartment-left__bg img,
.apartment-right__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apartment-btn {
  padding: 1rem 2rem;
}

.our {
  width: 100%;
  margin-top: 12rem;
  padding: 0 35rem;
}
.our-title {
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin-bottom: 3rem;
}

.our-title::after {
  content: "";
  position: absolute;
  background-color: #d9c181;
  width: 80%;
  height: 2px;
  bottom: -10px;
  left: 0;
}
.our-text {
  width: 100%;
  max-width: 58.5rem;
  color: #5d5d5d;
  text-align: center;
  margin-bottom: 4rem;
}
.our__wrapper {
  width: 100%;
  display: flex;
}
.our-left {
  flex-basis: 50%;
}
.our-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.our-left .our-item {
  width: 100%;
  height: 37.4rem;
}
.our-right .our-item {
  width: 100%;
  height: 40.5rem;
}
.our-item__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.our-item__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 500ms;
}

.our-item:hover .our-item__bg::after {
  background-color: rgba(0, 0, 0, 0.8);
}
.our-item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-item-title {
  color: #fff;
  margin-top: 3rem;
}

.our-item__circle,
.our-item-title {
  opacity: 0;
  transition-duration: 500ms;
}
.our-item:hover .our-item__circle,
.our-item:hover .our-item-title {
  opacity: 1;
}
.our-btn__wrapper {
  width: 100%;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
}

.our-btn {
  width: fit-content;
}
.our-right {
  flex-basis: 50%;
}
.feedback {
  margin-top: 12rem;
}
.feedback-title {
  font-weight: 600;
  position: relative;
  margin: 0 auto 3rem;
  width: fit-content;
}

.feedback-title::after {
  content: "";
  position: absolute;
  background-color: #d9c181;
  width: 80%;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.feedback__wrapper {
  width: 100%;
}
.feedback-text {
  text-align: center;
  width: 100%;
  max-width: 53.8rem;
  margin: 0 auto 2rem;
}
.swiper {
  width: 100%;
  background-color: #242623;
  padding: 6rem 0;
  height: fit-content;
}
.swiper-slide {
  padding: 0 35rem;
}

.swiper-slide__text {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
}
.swiper-slide__name {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}
.swiper-slide__signature {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-family: "Herr Von Muellerhoff", cursive;
  font-weight: 400;
  font-style: normal;
}

.swiper-button-prev {
  left: 15%;
}
.swiper-button-next {
  right: 15%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 3rem;
  color: #fff;
}

.feedback-info__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 35rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #242623;
  font-weight: 600;
}
.feedback-info-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.feedback-info-item__num {
  font-size: 5.1rem;
}
.feedback-info-item__desc {
  font-size: 2rem;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .header,
  .intro,
  .about,
  .works,
  .apartment,
  .our {
    padding: 0 2rem;
  }

  .header {
    height: 37rem;
  }

  .about-info__wrapper {
    flex-direction: column;
  }

  .about-info-right {
    transform: translate(0rem, 0rem);
    padding: 3rem;
  }

  .works-info__wrapper {
    flex-direction: column;
    gap: 5rem;
  }

  .apartment__wrapper-top,
  .apartment__wrapper-bot {
    flex-direction: column;
  }

  .apartment-item {
    width: 100%;
  }

  .our__wrapper {
    flex-direction: column;
  }

  .our-left .our-item,
  .our-right .our-item {
    margin-bottom: 2rem;
  }

  .our-btn__wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .swiper-slide {
    padding: 0 2rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .feedback-info__wrapper {
    flex-direction: column;
    gap: 3rem;
    padding: 2rem;
  }
}

.footer {
  font-family: Arial, Helvetica, sans-serif !important;
}

.google-map {
  width: 100vw;
  max-width: 100vw;
  left: 0;
  position: relative; /* Если нужно, можно изменить на fixed или absolute */
}

.map {
  transform: translateY(50%);
  opacity: 0;
  transition: all 1.5s ease;
}
.map.active {
  transform: translateY(0);
  opacity: 1;
}

.pagelayer {
  padding-bottom: 6rem;
  font-family: Arial, Helvetica, sans-serif;
}

.pagelayer__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.6;
  -webkit-transition: all 400ms !important;
  transition: all 400ms !important;
}

.pagelayer__bg {
  background-image: url("../img/contact-us.jpg");
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 120px;
  padding-left: 0px;
  position: relative;
}

.pagelayer__title {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 700;
  opacity: 0;
  /* line-height: 1.2em; */
  transition: 2s all ease;
  text-transform: Uppercase;
  letter-spacing: 0px;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 12;
}

.info {
  position: relative;
  max-width: 117rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
  font-family: Arial, Helvetica, sans-serif;
}
.info__title {
  font-size: 3rem;
  color: #242623;
  font-weight: 700;
  text-transform: Uppercase;
  letter-spacing: 0px;
  text-align: center;
  padding-bottom: 6rem;
  position: relative;
  transition: all 2s ease;
  transform: translateY(50%);
  opacity: 0;
}

.info__title::after {
  content: "";
  border: 1px solid #d9c181;
  width: 10%;
  position: absolute;
  width: 140px;
  bottom: 5rem;
  left: 50%;
  transform: translate(-50%, 50%);
}

.info__desc {
  max-width: 60rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #5d5d5d;
  margin-bottom: 3.5rem;
  transition: all 2s ease;
  transform: translateY(50%);
  opacity: 0;
}
.info__bottom {
  display: flex;
}
.info__form {
  max-width: 77.7rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3rem;
  margin-right: 3rem;
  transition: all 1.5s ease;
  transform: translateX(-80%);
  opacity: 0;
}
.intro__form-input {
  line-height: 2rem;
  min-height: 2rem;
  font-size: 2rem;
  height: fit-content;
  padding: 2rem 3rem;
  border-style: solid;
  outline: none;
  border-width: 1px;
  border-color: #00012d;
  border-radius: 65px;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  width: 25rem;
}

.intro__form-textarea {
  font-size: 2rem;
  padding-top: 1.5rem;
  padding-right: 3rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  border-style: solid;
  border-color: #00012d;
  border-radius: 2rem;
  width: 80rem;
}

.info__right {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 1.5s ease;
  transform: translateX(80%);
  opacity: 0;
}
.info__right-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  font-weight: 400;
}
.info__right-item-title {
  font-size: 1.8rem;
  color: #242623;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.info__right-item-desc {
  font-size: 1.8rem;
  color: #242623;
  font-weight: 700;
  column-gap: 1rem;
  display: flex;
  align-items: center;
}

.info__right-item-desc a {
  color: #000;
  font-size: 1.4rem;
}

.info__right-item-desc span {
  font-size: 1.4rem;
}

.btn__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.form__btn {
  padding: 1rem 2rem;
  outline: none;
  border: 1px solid #00012d;
  border-radius: 1rem;
  font-size: 1.4rem;
  background: transparent;
}

.pagelayer-address-icon svg {
  width: 2rem;
  height: 2rem;
}

.footer {
  width: 100%;
  height: 100%;
  background: #ffe8a8;
}

.footer__wrapper {
  padding: 10rem 20rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer__item {
  max-width: 30rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer__data {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.footer__item-title {
  font-size: 1.8rem;
  font-weight: bolder;
  color: #242623;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.footer__link svg {
  width: 15px;
  height: 15px;
  margin-right: 1rem;
}
.footer__link {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #000000;
  border: none;
  text-decoration: none;
}

.footer__links {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.footer__title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #242623;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.footer__form {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.footer__form input {
  min-height: 2.5rem;
  padding: 1rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  font-size: 1.6rem;
}

.footer__form button {
  outline: none;
  border: none;
  font-family: Cabin;
  padding: 1.5rem 0;
  border-radius: 1.5rem;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: Uppercase !important;
  background-color: #00012d;
  color: #ffffff;
  -webkit-transition: all 400ms !important;
  transition: all 400ms !important;
}

.footer__text {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.works.about-page {
  margin-top: 12rem;
  margin-bottom: 0;
}

.feedback.about-page {
  margin-top: 0;
}

@media (max-width: 768px) {
  .footer__wrapper {
    padding: 40px 20px;
  }

  .pagelayer-address-icon svg {
    width: 20px;
    height: 20px;
  }

  .info {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }

  .info__form {
    max-width: 100%;
    width: 100%;
  }
  .intro__form-textarea {
    max-width: 100%;
    width: 100%;
  }

  .info__desc {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .intro__form-input {
    min-width: 100%;
    line-height: 2rem;
    min-height: 40px;
    font-size: 14px;
    border-radius: 10px;
  }
  .info__bottom {
    flex-direction: column;
  }

  .intro__form-textarea {
    max-width: 100%;
    width: 100%;
    height: 100px;
    font-size: 14px;
    border-radius: 10px;
  }
  .info__form {
    row-gap: 10px;
  }

  .form__btn {
    padding: 10px 20px;
    outline: none;
    border: 1px solid #00012d;
    border-radius: 10px;
    font-size: 14px;
    background: transparent;
  }

  .info__title {
    font-size: 18px;
  }
  .pagelayer__title {
    font-size: 25px;
  }

  .pagelayer__bg {
    background-image: url("../img/contact-us.jpg");
    background-attachment: fixed;
    background-position-y: 0;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 120px;
    padding-left: 0px;
    position: relative;
    background-position-x: 40%;
    background-size: 130%;
  }

  .info__form {
    margin-bottom: 30px;
  }
  .info__right-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .info__right-item-desc {
    font-size: 14px;
  }

  .info__right-wrapper {
    row-gap: 20px;
  }
  .info {
    margin-bottom: 40px;
  }

  .pagelayer {
    padding-bottom: 50px;
  }

  .footer__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
  }

  .footer__item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer__item {
    width: 100%;
    max-width: 70%;
    text-align: center;
  }

  .footer__data {
    align-items: center;
    row-gap: 15px;
  }

  .footer__link {
    font-size: 18px;
  }

  .footer__title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer__links {
    row-gap: 15px;
  }

  .footer__text {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer__form input {
    padding: 12px;
    font-size: 16px;
  }

  .footer__form {
    row-gap: 15px;
  }

  .footer__form button {
    padding: 15px 0;
    font-size: 16px;
  }
}

.blog {
  height: 100%;
  width: 100vw;
  position: relative;
  padding: 8rem 4rem;
  flex: 1 1 auto;
}

body {
  height: 100%;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.blog__wrapper {
  width: 100%;
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.blog__cards {
  height: fit-content;
  display: flex;
  row-gap: 3rem;
}

.blog__card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15) !important;
}

.blog__card-img {
  width: 35.8rem;
  height: 25rem;
}

.blog__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__card-info {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
  row-gap: 5rem;
}

.blog__card-title {
  font-size: 2rem;
}

.blog__card-text {
  font-size: 1.6rem;
}

.blog__card-date {
  font-size: 1.4rem;
}

.blog__card-bottom {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog__card {
  }
  .blog__wrapper {
    justify-content: center;
  }

  .blog__card-title {
    font-size: 18px;
  }

  .blog__card-date,
  .blog__card-bottom {
    font-size: 14px;
  }

  .blog__card-text {
    font-size: 16px;
  }

  .blog__card-img {
    width: 100%;
    height: 200px;
  }

  .blog__card-info {
    padding: 20px;
  }
}

.info__right-item:nth-child(2) {
  display: none;
}
