.blog--head--top {
  padding-top: 200px;
  display: flex;
  gap: 10px;
  width: 100%;
}
.blog--head--top .blog--head--content .page--breadcrumbs {
  margin-bottom: 10px;
}
.blog--head--top .blog--head--content,
.blog--head--top .blog--head--thum {
  width: 50%;
}

.blog--head--top .blog--head--thum img {
  width: 100%;
  /* min-height: 650px; */
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.blog--head--top .blog--head--content {
  padding-left: 40px;
}

.blog--head--top .blog--head--content .post--info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.blog--head--top .blog--head--content .post--info .post--slug ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 20px;
  list-style: none;
  gap: 10px;
}

.blog--head--top .blog--head--content .post--info .post--date {
  border-right: 1px solid #9ec127;
  padding-right: 20px;
  color: #6f6f6f;
}

.blog--head--top .blog--head--content .post--info .post--slug ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--headingcolor);
}

.blog--head--top .blog--head--content .post--info .post--slug ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--headingcolor);
  display: block;
  border-radius: 50px;
}

.blog--cw-sidebar {
  display: flex;
  gap: 25px;
  padding-top: 50px;
  padding-bottom: 100px;
}

.blog--cw-sidebar .blog--content--cw {
  flex: 1;
  padding-left: 40px;
}

.blog--cw-sidebar .blog--sidebar--cw {
  max-width: 585px;
  width: 100%;
  padding-right: 75px;
}

.blog--cw-sidebar .blog--sidebar--cw .recent--blogs {
  max-width: 510px;
  width: 100%;
  background: #3e5ba6;
  padding: 50px 35px;
  clip-path: polygon(
    7% 0%,
    93% 0%,
    100% 7%,
    100% 93%,
    93% 100%,
    7% 100%,
    0% 93%,
    0% 7%
  );
  position: sticky;
  top: 100px;
}

.blog--cw-sidebar .blog--sidebar--cw .recent--blogs .blogs--list--recent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog--cw-sidebar
  .blog--sidebar--cw
  .recent--blogs
  .blogs--list--recent
  ul
  li
  .thum--blog {
  width: 85px;
  height: 85px;
}

.blog--cw-sidebar
  .blog--sidebar--cw
  .recent--blogs
  .blogs--list--recent
  ul
  li
  .thum--blog
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog--cw-sidebar .blog--sidebar--cw .recent--blogs .blogs--list--recent ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog--cw-sidebar
  .blog--sidebar--cw
  .recent--blogs
  .blogs--list--recent
  ul
  li
  .heading--blog {
  flex: 1;
}

.blog--cw-sidebar
  .blog--sidebar--cw
  .recent--blogs
  .blogs--list--recent
  ul
  li
  .heading--blog
  h3 {
  color: var(--white);
  font-size: 20px;
  font-family: HaasGrotDispRoman;
}

.blog--cw-sidebar
  .blog--sidebar--cw
  .recent--blogs
  .blogs--list--recent
  ul
  li:not(:last-child) {
  border-bottom: 1px solid var(--white);
  padding-bottom: 20px;
}

.blog--cw-sidebar
  .blog--sidebar--cw
  .recent--blogs
  .blogs--list--recent
  ul
  li:not(:first-child) {
  padding-top: 20px;
}
.blog--cw-sidebar .blog--sidebar--cw .recent--blogs .heading--recent {
  color: var(--white);
  font-family: HaasGrotDispMedium;
  margin-bottom: 30px;
  font-size: 24px;
}

.blog--cw-sidebar .blog--content--cw .post--avatar {
  display: flex;
  gap: 35px;
  padding-top: 50px;
}

.blog--cw-sidebar .blog--content--cw .post--avatar .post--avatar--thum {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  overflow: hidden;
}

.blog--cw-sidebar .blog--content--cw .post--avatar .post--avatar--thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog--cw-sidebar .blog--content--cw .post--avatar .post--avatar--info {
  flex: 1;
}

.blog--cw-sidebar .blog--content--cw .post--avatar .post--avatar--info h3 {
  color: var(--black);
  font-family: HaasGrotDispBold;
  font-size: 24px;
}

.blog--content--cw h1,
.blog--content--cw h2,
.blog--content--cw h3,
.blog--content--cw h4,
.blog--content--cw h5,
.blog--content--cw h6 {
  font-family: HaasGrotDispMedium;
  color: var(--black);
}
.blog--content--cw ul {
  padding-left: 18px;
}
.blog--content--cw a {
  color: var(--headingcolor);
}

.blog--content--cw img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}


@media(max-width:1024px){
    .blog--head--top {
        flex-direction: column-reverse;
        padding-top: 120px;
    }

    .blog--head--top .blog--head--content, .blog--head--top .blog--head--thum {
        width: 100%;
    }

    .blog--head--top .blog--head--content {padding-left: 15px;padding-right: 15px;}

    .blog--cw-sidebar {
        flex-direction: column;
        padding-right: 15px;
        padding-left: 15px;
    }

    .blog--cw-sidebar .blog--content--cw {
        padding-left: 0px;
    }

    .blog--cw-sidebar .blog--sidebar--cw {
        max-width: 100%;
        padding-right: 0;
    }

    .blog--cw-sidebar .blog--sidebar--cw .recent--blogs {
        max-width: 100%;
    }

    .blog--cw-sidebar .blog--content--cw .post--avatar {
        padding-top: 30px;
    }

    .blog--cw-sidebar {
        padding-bottom: 50px;
    }
}

@media(max-width:768px){
    .blog--head--top .blog--head--content .post--info {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
        margin-bottom: 20px;
    }

    .blog--head--top .blog--head--content .post--info .post--date {
        font-size: 15px;
        border-right: 0px;
    }

    .blog--head--top .blog--head--content .post--info .post--slug ul li {
        font-size: 14px;
        gap: 5px;
    }

    .blog--head--top .blog--head--content .post--info .post--slug ul {
        padding-left: 0px;
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .post--content--area {
        font-size: 15px;
    }

    .blog--cw-sidebar .blog--content--cw {
        font-size: 15px;
    }

    .blog--cw-sidebar .blog--content--cw .post--avatar {
        flex-direction: column;
        row-gap: 15px;
        padding-top: 10px;
    }

    .blog--cw-sidebar .blog--content--cw .post--avatar .post--avatar--thum {
        width: 100px;
        height: 100px;
    }

    .blog--cw-sidebar .blog--content--cw .post--avatar .post--avatar--info h3 {
        font-size: 20px;
    }

    .blog--cw-sidebar .blog--sidebar--cw .recent--blogs {
        padding: 25px 15px;
        clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);
    }

    .blog--cw-sidebar .blog--sidebar--cw .recent--blogs .blogs--list--recent ul li .heading--blog h3 {
        font-size: 15px;
    }

    .blog--cw-sidebar .blog--sidebar--cw .recent--blogs .blogs--list--recent ul li .thum--blog {
        width: 50px;
        height: 50px;
    }

    .blog--cw-sidebar .blog--sidebar--cw .recent--blogs .heading--recent {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .blog--cw-sidebar {
        row-gap: 10px;
        padding-top: 0;
    }
}