.grid-row-nazory {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 16px;
}
@media only screen and (max-width: 968px) {
  .grid-row-nazory {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nazor-box {
  text-decoration: none;
}
.nazor-box .post-image {
  width: 200px;
  height: 200px;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
}
.nazor-box .post-image img, .nazor-box .post-image svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.nazor-box .post-title-box {
  width: 220px;
  margin: 0 auto;
}
.nazor-box .post-title-box.left {
  width: 280px;
}
@media (max-width: 768px) {
  .nazor-box .post-title-box.left {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
}
.nazor-box .post-title {
  padding: 12px 0px;
  color: #0056b3;
  font-size: 20px;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 4px;
}
.nazor-box .sm-title {
  font-size: 16px;
  text-align: left;
  padding-bottom: 12px;
}
.nazor-box .post-description {
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  width: auto;
  margin: 0 auto;
  padding-top: 16px;
  max-width: 210px;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
}
.nazor-box .post-description.big {
  max-width: 90%;
}
.nazor-box .post-description p {
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  width: auto;
  margin: 0 auto;
}

.nazory-title {
  max-width: 400px;
  position: relative;
  color: rgb(35, 61, 97);
  font-size: 34px;
  padding-bottom: 48px;
  font-weight: 400;
}
.nazory-title strong {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .nazory-title {
    font-size: 24pt;
    padding-bottom: 32px;
    text-align: center;
  }
}
.nazory-title::after {
  content: "";
  width: 150px;
  height: 2px;
  background: rgb(239, 126, 34);
  bottom: 0px;
  left: 0;
  position: absolute;
}

@media (max-width: 768px) {
  .nazory-description {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
}
.nazory-description p {
  padding-top: 32px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .nazory-description p {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
}
.nazory-description p strong {
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
}

.grid-row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .grid-row-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-row-2 .grid-col {
  width: 100%;
}

.pust-si-me {
  position: relative;
  width: 100%;
  height: 100px;
}

.pust-si-me img {
  position: absolute;
  top: -10px;
  left: 35%;
  transform: translateX(-50%);
  width: fit-content;
  max-height: 120px;
}
@media (max-width: 768px) {
  .pust-si-me img {
    left: 75%;
  }
}

/*# sourceMappingURL=style.css.map */
