.related-posts-block {
  padding-bottom: 140px;
  padding-top: 100px;
}

.related-posts-block-heading-wrapper {
  margin-bottom: 50px;
}

.related-posts-block-heading {
  font-family: "Raleway-ExtraBold", sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
}

.related-posts-block-image-wrapper {
  background-color: #f9f7f0;
}

.profile-wrapper-image {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  object-fit: cover;
}

.related-posts-block-grid {
  display: grid;
  gap: 24.5px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-posts-block-title {
  font-family: "Raleway-ExtraBold", sans-serif;
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #000;
}

.related-posts-block-title-wrapper {
  margin-top: 31.3px;
  text-align: center;
  margin-bottom: 17.8px;
}

.related-posts-block-link {
  text-decoration: none;
  color: black;
}

.related-posts-block-text-wrapper {
  text-align: center;
}

.related-posts-block-text {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #000;
}

.profile-wrapper-bottom {
  padding-top: 100px;
}

.profile-wrapper-bottom .container {
  padding: 50px 50px 74px;
  border-radius: 10px;
  background-color: #f9f7f0;
}

.author-wrapper-about-wrapper {
  margin-bottom: 19px;
}

.author-wrapper-about {
  font-family: "Raleway-ExtraBold", sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.profile-wrapper-bottom-wrapper {
  display: flex;
  justify-content: space-between;
}

.profile-wrapper-company {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #313131;
}

.profile-wrapper-name {
  font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #313131;
}

.profile-wrapper-name-wrapper {
  margin-bottom: 8px;
}

.profile-wrapper-column-1 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.profile-wrapper-column-2 {
  width: 100%;
  max-width: 600px;
}

.first-profile-wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.first-profile-wrapper .profile-wrapper-column-1 {
  justify-content: center;
  padding-top: 53px;
  padding-bottom: 90px;
}

.first-profile-wrapper .profile-wrapper-image {
  width: 62px;
  height: 62px;
}

@media (max-width: 1024px) {
  .profile-wrapper-bottom-wrapper {
    display: block;
  }
  .profile-wrapper-column-2 {
    margin-top: 2rem;
  }
  .related-posts-block-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-item {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
	.first-profile-wrapper .profile-wrapper-column-1 {
  padding-bottom: 20px;
}
  .related-posts-block-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
