p {
  margin: 0 !important;
}

.blogs-wrapper {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 100px;
}
.blogs-wrapper .container {
  max-width: 1530px;
  margin: auto;
}
@media (max-width: 1530px) {
  .blogs-wrapper .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .blogs-wrapper .container {
    padding: 0 20px;
  }
}
.blogs-wrapper h2 {
  margin: 60px 0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .blogs-wrapper h2 {
    font-size: 30px;
  }
}
.blogs-wrapper .categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .blogs-wrapper .categories {
    gap: 10px;
  }
}
.blogs-wrapper .categories__category {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #f1f9fa;
  cursor: pointer;
}
@media (max-width: 768px) {
  .blogs-wrapper .categories__category {
    width: 100%;
  }
}
.blogs-wrapper .categories__category.active {
  background: #028c99;
}
.blogs-wrapper .categories__category.active span {
  color: #fff;
}
.blogs-wrapper .categories__category span {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  font-family: Inter;
}
.blogs-wrapper .title {
  color: #222;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .blogs-wrapper .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.blogs-wrapper .description {
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  max-width: 1010px;
  margin: auto !important;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .blogs-wrapper .description {
    font-size: 16px;
  }
}
.blogs-wrapper .blog-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 74px;
  border-radius: 10px;
  padding: 75px 0;
  margin: 140px 0 70px;
  position: relative;
}
@media (max-width: 768px) {
  .blogs-wrapper .blog-cards {
    grid-template-columns: 1fr;
  }
}
.blogs-wrapper .blog-cards:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 70px);
  opacity: 0.1;
  background: #222;
  top: -65px;
  bottom: 0;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .blogs-wrapper .blog-cards:before {
    display: none;
  }
}
.blogs-wrapper .blog-cards__card {
  max-width: 490px;
  margin: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  background-color: #e9e9e9;
  border: 1px solid #e6e6e6;
}
.blogs-wrapper .blog-cards__card:nth-child(odd) {
  margin-top: -140px;
}
.blogs-wrapper .blog-cards__card:first-child {
  transform: translateY(-140px);
  margin-top: unset !important;
}
@media (max-width: 768px) {
  .blogs-wrapper .blog-cards__card:nth-child(odd) {
    margin-top: 0;
  }
}
.blogs-wrapper .blog-cards__card-image {
  padding: 20px;
}
.blogs-wrapper .blog-cards__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blogs-wrapper .blog-cards__card-content {
  padding: 20px;
  padding-right: 48px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.blogs-wrapper .blog-cards__card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blogs-wrapper .blog-cards__card-description {
  color: #222;
  font-family: Inter;
  font-size: 18px;
  line-height: 32px;
}
.blogs-wrapper .blog-cards__card.active {
  background-color: #fff;
}
.blogs-wrapper .blog-cards__card:first-of-type {
  background-color: #fff;
}
.blogs-wrapper .blog-cards__card.active .blog-cards__card-content {
  background-color: #d2eef9;
}
.blogs-wrapper .blog-cards__card:first-of-type .blog-cards__card-content {
  background-color: #d2eef9;
}
.blogs-wrapper .load-more-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .blogs-wrapper .load-more-wrapper {
    margin-top: 40px;
  }
}
.blogs-wrapper .load-more-wrapper .load-more {
  display: inline-flex;
  padding: 16px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 6px;
  background: #ff9a02;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.blog-wrapper {
  margin-top: 80px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 100px;
}
.blog-wrapper .container {
  max-width: 1530px;
  margin: auto;
}
@media (max-width: 1530px) {
  .blog-wrapper .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .blog-wrapper {
    margin-top: 20px;
  }
  .blog-wrapper .container {
    padding: 0 20px;
  }
}
.blog-wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 73px;
}
@media (max-width: 768px) {
  .blog-wrapper .header {
    flex-direction: column;
    gap: 20px;
  }
}
.blog-wrapper .header__left {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .blog-wrapper .header__left {
    flex-direction: column;
    gap: 20px;
  }
}
.blog-wrapper .header__left .author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-wrapper .header__left .author-info .author .name {
  color: #028c99;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 9px;
}
.blog-wrapper .header__left .author-info .avatar {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-wrapper .header__left .author-info .author .excerpt {
  color: #acacac;
  font-family: Inter;
  font-size: 14px;
}
.blog-wrapper .header__right {
  height: 63px;
  display: flex;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

@media (max-width: 768px) {
  .blog-wrapper .header__right {
    height: 40px;
  }
}
.blog-wrapper .header__right .evidence {
  width: 209px;
  border-radius: 6px 0px 0px 6px;
  background: #ff9a02;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .blog-wrapper .header__right .evidence {
    font-size: 14px;
  }
}
.blog-wrapper .header__right .reference {
  height: 100%;
  color: #adadad;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .blog-wrapper .header__right .reference {
    font-size: 14px;
  }
}
.blog-wrapper .header .category-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #028c99;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 49px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .blog-wrapper .header .category-btn {
    height: 40px;
    width: 100%;
  }
}
.blog-wrapper .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media (max-width: 1300px) {
  .blog-wrapper .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 768px) {
  .blog-wrapper .wrapper {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
}
.blog-wrapper .blog {
  max-width: 980px;
}
@media (max-width: 1300px) {
  .blog-wrapper .blog {
    max-width: 100%;
  }
}
.blog-wrapper .blog .title {
  color: #222;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .blog-wrapper .blog .title {
    font-size: 30px;
  }
}
.blog-wrapper .blog .image-wrapper {
  background: rgba(34, 34, 34, 0.1);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.blog-wrapper .blog .image-wrapper img {
  border-radius: 10px;
  width: 100%;
}
.blog-wrapper .blog .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-wrapper .blog .content h3 {
  color: #222;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .blog-wrapper .blog .content h3 {
    font-size: 30px;
  }
}
.blog-wrapper .blog .content h6 {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 768px) {
  .blog-wrapper .blog .content h6 {
    font-size: 16px;
  }
}
.blog-wrapper .blog .content p {
  color: #222;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .blog-wrapper .blog .content p {
    font-size: 16px;
  }
}
.blog-wrapper .blog .content ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #222;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .blog-wrapper .blog .content ul {
    font-size: 16px;
  }
}
.blog-wrapper .blog .review {
  margin-top: 70px;
  border-radius: 6px;
  background: #f1f9fa;
  padding: 40px;
}
.blog-wrapper .blog .review .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
  max-width: 660px;
  margin: auto;
  position: relative;
}
.blog-wrapper .blog .review .wrapper .avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-wrapper .blog .review .wrapper .content {
  color: #222;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
}
.blog-wrapper .blog .review .wrapper .author {
  color: #028c99;
  font-family: Inter;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.blog-wrapper .blog .review .wrapper .quote-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.blog-wrapper .related-posts {
  margin-top: 70px;
}
.blog-wrapper .related-posts .title {
  color: #222;
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .blog-wrapper .related-posts .title {
    font-size: 40px;
  }
}
.blog-wrapper .related-posts .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .blog-wrapper .related-posts .cards {
    grid-template-columns: 1fr;
  }
}
.blog-wrapper .blog-card {
  max-width: 490px;
  margin: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  background-color: #e9e9e9;
  border: 1px solid #e6e6e6;
  display: block;
}
.blog-wrapper .blog-card-image {
  padding: 20px;
}
.blog-wrapper .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-wrapper .blog-card-content {
  padding: 20px 40px 30px 20px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.blog-wrapper .blog-card-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-wrapper .blog-card-description {
  color: #222;
  font-family: Inter;
  font-size: 18px;
  line-height: 32px;
  margin-top: 15px;
}
.blog-wrapper .blog-card.right-card {
  text-align: center;
  box-shadow: unset;
}
.blog-wrapper .blog-card-btn {
  width: 122px;
  height: 49px;
  border-radius: 6px;
  background: #028c99;
  border: 0;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: auto;
  margin-top: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.blog-wrapper .right .tabs {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 63px;
}
.blog-wrapper .right .tabs button {
  border: 0;
  background-color: #fff;
  color: #222;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.blog-wrapper .right .tabs button.active {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #028c99;
  color: #fff;
}
.blog-wrapper .right .tabs button:not(:first-child).active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.blog-wrapper .right .featured-articles {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  display: none !important;
}
.blog-wrapper .right .featured-articles.active {
  display: block !important;
}
.blog-wrapper .right .featured-articles__item {
  padding-top: 20px;
  text-align: left;
}
.blog-wrapper .right .featured-articles__item:nth-child(odd) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.blog-wrapper .right .featured-articles__item-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  color: #222;
}
.blog-wrapper .right .featured-articles__item-text {
  color: #525252;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-wrapper .right .shop-now-btn {
  height: 56px;
  border-radius: 6px;
  background: #028c99;
  border: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  display: inline-flex;
  font-weight: 700;
/*   margin-top: 30px; */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
}
.blog-wrapper .right .tob {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-top: 25px;
  position: sticky;
  top: 67px;
}
.blog-wrapper .right .tob__title {
  padding: 20px 30px;
  border-bottom: 1px solid #e6e6e6;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
.blog-wrapper .right .tob__list {
  padding: 30px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
.blog-wrapper .right .tob__list li {
  cursor: pointer;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #656565;
}
.blog-wrapper .right .tob__list a {
  color: #656565;
}
.blog-wrapper .right .tob__list li.active a {
  border-bottom: 2px solid #028c99;
}
.blog-wrapper .right .tob__list li:hover a {
  border-bottom: 2px solid #028c99;
}
.blog-wrapper .right .tob__list li a.active {
  border-bottom: 2px solid #028c99;
}

.tab-content .categories {
  list-style: none;
  padding: 30px;
}

.tab-content .categories li {
  cursor: pointer;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #656565;
  text-align: left;
}
.categories__category a {
  color: #222;
}
.blogs-container {
  margin-bottom: 70px;
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .right {
    min-width: 400px;
  }
  .header__right {
    max-width: 400px !important;
  }
}
@media (min-width: 1400px) {
  .right {
    min-width: 490px;
  }
  .blog-wrapper .header__right {
    min-width: 490px;
    .reference {
      width: 100%;
    }
    .evidence {
      width: 100%;
    }
  }
}
@media (max-width: 420px) {
  .reference {
    font-size: 12px !important;
  }
  .evidence {
    width: 170px !important;
  }
}
@media (max-width: 768px) {
  .blogs-container {
    padding-bottom: 0 !important;
    .blog-cards {
      margin-top: 0;
    }
  }
  .blogs-wrapper .blog-cards__card:first-child {
    transform: translateY(0px);
  }
}
