.post-information-user {
  margin-top: 0px;
  position: relative;
}

.post-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
}

.post-section_container {
  display: flex;
  justify-content: space-between;
  grid-template-columns: 25% 40% 25%;
  gap: 56px;
}

.post-information-user {
  width: 848px;
  display: flex;
  flex-direction: column;
}

.post-information-user__container {
  max-width: 848px !important;
  width: 100%;
}

.post-information-user__description {
  color: var(--color-white-200);
  font-family: Inter, sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.09px;
  margin-top: 32px;
}

.post-information__title,
.free-seo-offer__title,
.posts-latest__title {
  color: var(--color-white-200);
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.36px;
  padding-top: 24px;
}

.post-information-user__description--margin {
  margin-bottom: 24px;
}

.post-information__description {
  color: var(--color-white-300);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin: 24px 0px;
}

.post-information-benefits-list {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
  margin: 24px 0px;
}

.post-information-benefits {
  position: relative;
  padding-left: 1.5rem;
}

.post-information-benefits::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-white-300);
  font-size: 1.2rem;
  line-height: 1;
}

.post-information-benefits,
.strategy-item__description,
.free-seo-offer__description {
  color: var(--color-white-300);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.post-information-benefits__title,
.strategy-item__title,
.post-information-description__hightlight {
  color: var(--color-white-300);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.post-information-images-list {
  list-style: none;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  row-gap: 24px;
  padding: 24px 0px;
}

.post-innformation-image-list {
  scale: 0.6;
  opacity: 0;
}

.strategy-list {
  list-style: none;
  display: grid;
  gap: 24px;
}

.strategy-item__description {
  margin-top: 8px;
}

.post-large-image {
  padding: 24px 0px;
}

.post-information-benefits-list--margin {
  margin: 0px 0px 0px 16px;
}

.free-seo-offer {
  margin: 24px 0px;
  border-radius: 8px;
  background: rgba(219, 225, 229, 0.19);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.free-seo-offer__title {
  padding: 0;
}

.free-seo-offer-content {
  display: grid;
  gap: 8px;
}

.free-seo-offer-content a {
  margin-right: 5px;
  text-decoration: none;
  color: var(--color-blue-100);
}

.posts-latest__title {
  margin: 24px 0px;
}

.post-latest-list {
  display: flex;
  gap: 32px;
  width: 1200px;
}

.blog-post__card {
  width: 319px;
  position: relative;
}

.blog-post-card-background {
  position: absolute;
  bottom: 1px;
  right: 1pxx;
}

.blog-post-card-background > img {
  width: 100%;
  object-fit: cover;
}

.contacts-section--margin {
  margin-top: 160px;
}

.post-list-link {
  width: 144px;
  display: flex;
  flex-direction: column;
  align-items: end;
  list-style: none;
  margin-top: 72px;
  gap: 32px;
  cursor: pointer;
  position: relative;
}

.post-link {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(219, 225, 229, 0.19);
  transition: all 0.2s;
}

.post-link:hover {
  background: var(--color-blue-100);
}

.sidebar {
  display: flex;
  padding-left: 88px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar li {
  padding: 0.75rem 1rem;
  color: #888;
  font-size: 15px;
  line-height: 1.4;
  transition: color 0.2s ease;
  border-left: 1px solid #666670;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.21px;
  cursor: pointer;
}

.sidebar li:hover {
  color: #ccc;
}

.nav-active {
  color: #fff;
  font-weight: 600;
  border-left: 3px solid white !important;
  background-color: transparent;
}
.nav-active  a{
  color: #fff !important;
}


.sidebar li a {
  color: #888;
  text-decoration: none;
}

.testimonial {
  display: flex;
  padding: 88px 168px 48px 112px;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  align-self: stretch;
  border-left: 5px solid rgba(177, 190, 197, 0.32);
  position: relative;
  margin: 24px 0px;
}

.testimonial__icon {
  position: absolute;
  left: 39px;
  top: 32px;
}

.testimonial__text {
  color: var(--color-white-300);
  font-family: Inter, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  max-width: 328px;
}

.testimonial__author {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
  padding-top: 35px;
  max-width: 328px;
}

.testimonial__author-name {
  color: var(--color-white-200);
  text-align: right;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.225px;
}

.testimonial__author-role {
  color: var(--color-white-300);
  text-align: right;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.21px;
}

.testimonial__author-avatar img {
  border-radius: 5px;
}

.post-latest-list{
  margin-left: -80px;
}