.blog-page-list .page-main .columns {
  display: flex;
}
.blog-page-list .page-main .columns .blog-title-wrapper {
  display: flex;
  padding: 104px 0 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}
@media (max-width: 821px) {
  .blog-page-list .page-main .columns .blog-title-wrapper {
    display: flex;
    padding: 40px 0 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
}
@media (max-width: 479.98px) {
  .blog-page-list .page-main .columns .blog-title-wrapper {
    display: flex;
    padding: 40px 20px 0px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-title-column {
  display: flex;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
@media (max-width: 821px) {
  .blog-page-list .page-main .columns .blog-title-wrapper .blog-title-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    gap: 20px;
  }
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-title-column .title {
  color: #2E2E2E;
  font-family: 'Nunito Sans', serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.5px;
}
@media (max-width: 821px) {
  .blog-page-list .page-main .columns .blog-title-wrapper .blog-title-column .title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 479.98px) {
  .blog-page-list .page-main .columns .blog-title-wrapper .blog-title-column .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.5px;
  }
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-title-column .description {
  color: #000;
  font-family: 'Nunito Sans', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 696px;
}
@media (max-width: 479.98px) {
  .blog-page-list .page-main .columns .blog-title-wrapper .blog-title-column .description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: none;
    width: 100%;
  }
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  align-self: stretch;
}
@media (max-width: 821px) {
  .blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column {
    gap: 30px;
  }
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .tabs {
  display: flex;
  align-items: center;
  align-self: stretch;
  overflow-y: hidden;
  overflow-x: scroll;
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .tabs .tab {
  display: flex;
  padding: 16px 32px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--dividers, #e7ebef);
  color: var(--text-secondary_disabled, #8c9196);
  text-align: center;
  font-family: 'Nunito Sans', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-wrap: nowrap;
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .tabs .tab-active {
  border-bottom: 3px solid var(--accent, #eb5673);
  color: var(--text-primary, #1e2832);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .tabs::-webkit-scrollbar {
  width: 40px;
  height: 8px;
}
@media (max-width: 821px) {
  .blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .tabs::-webkit-scrollbar {
    height: 6px;
  }
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .tabs::-webkit-scrollbar-thumb {
  background: #a5a1a1;
  border-radius: 0;
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .tabs::-webkit-scrollbar-thumb:hover {
  background: #1E2832;
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .sort {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .sort .sort-text {
  color: rgba(46, 46, 46, 0.5);
  font-family: 'Nunito Sans', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .sort .sort-select {
  display: flex;
  align-items: flex-start;
}
.blog-page-list .page-main .columns .blog-title-wrapper .blog-tabs-column .sort .sort-select .custom-sorter-options {
  border: 0 solid;
  border-radius: 0;
  box-shadow: none;
  text-align: end;
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 54px;
  grid-row-gap: 128px;
  padding-top: 64px;
  margin-bottom: 64px;
}
@media (max-width: 821px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 54px;
    grid-row-gap: 60px;
    padding-top: 30px;
  }
}
@media (max-width: 479.98px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    align-self: stretch;
  }
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
@media screen and (min-width: 821px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom {
    grid-column: span 3;
  }
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom:nth-child(-3n + 3),
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom:nth-child(-4n + 4),
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom:nth-child(-5n + 5) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 821px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom:nth-of-type(7n) {
    grid-column: span 2;
  }
}
@media (max-width: 479.98px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom {
    width: 100%;
  }
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container {
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}
@media (max-width: 821px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container {
    gap: 20px;
  }
}
@media (max-width: 479.98px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container {
    gap: 12px;
  }
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-image {
  width: 100%;
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-image .image-container .image-wrap img {
  height: 300px;
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 479.98px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-image .image-container .image-wrap img {
    height: 220px;
  }
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info {
  padding: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info .post-data-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: unset;
  font-family: unset;
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info .post-data-wrap .post-category .category-name {
  color: #ADADAD;
  text-align: center;
  font-family: 'Nunito Sans', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 821px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info .post-data-wrap .post-category .category-name {
    font-size: 15px;
  }
}
@media (max-width: 479.98px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info .post-data-wrap .post-category .category-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
  }
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info .post-data-wrap .ellipse-95 {
  width: 3px;
  height: 3px;
  background: #ADADAD;
  display: inline-block;
  border-radius: 4px;
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info .post-data-wrap .post-date {
  color: #ADADAD;
  text-align: center;
  font-family: 'Nunito Sans', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 821px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info .post-data-wrap .post-date {
    font-size: 15px;
  }
}
@media (max-width: 479.98px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info .post-data-wrap .post-date {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
  }
}
.blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info .post-title-wrap .post-title {
  color: var(--text-primary, #1e2832);
  font-family: 'Nunito Sans', serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 479.98px) {
  .blog-page-list .page-main .columns .post-list-wrapper .post-list.modern .post-item-custom .post-container .post-info .post-title-wrap .post-title {
    font-size: 18px;
    line-height: 20px;
  }
}
.blog-page-list .page-main .columns .blog-empty-state {
  padding: 100px 0;
}
.blog-post-view .page-main .columns {
  display: flex;
}
.blog-post-view .page-main .columns .column.main {
  width: 100%;
}
.blog-post-view .page-main .columns .column.main [data-content-type="row"] [data-element="inner"] {
  align-items: center;
}
.blog-post-view .page-main .columns .column.main .post-view-title {
  display: flex;
  height: 448px;
  padding: 48px 0px 0px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
}
@media (max-width: 479.98px) {
  .blog-post-view .page-main .columns .column.main .post-view-title {
    height: 350px;
    padding: 0;
  }
}
.blog-post-view .page-main .columns .column.main .post-view-title .title-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  background-color: #4c4c4d;
  border-radius: 4px;
}
@media (max-width: 479.98px) {
  .blog-post-view .page-main .columns .column.main .post-view-title .title-image {
    height: 350px;
    object-fit: cover;
  }
}
.blog-post-view .page-main .columns .column.main .post-view-title .title-column {
  display: flex;
  width: 620px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  z-index: 1;
}
@media (max-width: 479.98px) {
  .blog-post-view .page-main .columns .column.main .post-view-title .title-column {
    width: 335px;
  }
}
.blog-post-view .page-main .columns .column.main .post-view-title .title-column .category-date-post {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.blog-post-view .page-main .columns .column.main .post-view-title .title-column .category-date-post .post-category {
  display: flex;
  align-items: center;
}
.blog-post-view .page-main .columns .column.main .post-view-title .title-column .category-date-post .post-category .category-name {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: 'Nunito Sans', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0 10px 0 0;
  padding: 0;
  background: none;
  text-transform: none;
}
.blog-post-view .page-main .columns .column.main .post-view-title .title-column .category-date-post .ellipse-95 {
  width: 3px;
  height: 3px;
  background: #ADADAD;
  display: inline-block;
  border-radius: 4px;
}
.blog-post-view .page-main .columns .column.main .post-view-title .title-column .category-date-post .post-date {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: 'Nunito Sans', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.blog-post-view .page-main .columns .column.main .post-view-title .title-column .name-post .name-style {
  color: #FFF;
  text-align: center;
  font-family: 'Nunito Sans', serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1px;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .custom-clearfix {
  display: block;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .custom-clearfix .custom-actions-options .custom-switcher-trigger {
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid var(--dividers, #e7ebef);
  border-right: 1px solid var(--dividers, #e7ebef);
  border-left: 1px solid var(--dividers, #e7ebef);
  background: var(--backgrounds-page, #fafafa);
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .custom-clearfix .custom-actions-options .custom-switcher-dropdown {
  width: 100%;
  padding: 0;
  margin-top: 0;
  top: auto;
  box-shadow: none;
  bottom: 100%;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .custom-clearfix .custom-actions-options .custom-switcher-dropdown .swatch-option.selected::before {
  box-shadow: 0 0 0 2px inset #eb5673, 0 0 0 3px inset #ffffff;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .swatch-attribute {
  margin-bottom: 0 !important;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .swatch-attribute .custom-switcher-dropdown {
  max-height: 290px;
  overflow-y: auto;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .swatch-attribute .custom-switcher-dropdown .swatch-option {
  width: 100% !important;
  height: 30px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  background-size: 30px 20px !important;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .swatch-attribute .custom-switcher-dropdown .swatch-option span {
  display: inline !important;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .swatch-attribute .custom-switcher-dropdown .swatch-option.disabled {
  color: #e3e3e3;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .swatch-attribute .custom-switcher-dropdown .swatch-option.disabled:after {
  background: none;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .swatch-attribute .custom-switcher-dropdown .swatch-more {
  display: none;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .swatch-attribute:last-child {
  width: 100%;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .pagebuilder-column-group {
  justify-content: center;
  margin-bottom: 40px;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .pagebuilder-column-group .pagebuilder-column-line {
  gap: 40px;
  display: flex;
  width: 100%;
  max-width: 800px;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-items {
  justify-content: center;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item {
  width: 100%;
  display: flex;
  justify-content: center;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info {
  display: flex;
  max-width: 302px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog {
  position: relative;
  width: 100%;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-photo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9.723px;
  border-radius: 4px;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-photo .product-image-container {
  background: #FAFAFA;
  width: 100%;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-photo .product-image-container .product-image-photo {
  mix-blend-mode: multiply;
  width: 100%;
  object-fit: scale-down;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 479.98px) {
  .blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-photo .product-image-container .product-image-photo {
    width: 70px;
    height: 70px;
  }
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  visibility: hidden;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
}
@media (max-width: 768.98px) {
  .blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-inner .product-item-actions .actions-primary {
    display: none;
  }
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-inner .product-item-actions .actions-primary button.action {
  background: #1E2832;
  color: #fff;
  width: 100%;
  border-radius: 0 0 4px 4px;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-inner .product-item-actions .actions-primary button.action .add-to-cart-text {
  color: var(--backgrounds-page, #fafafa);
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-inner .product-item-actions .actions-primary button.action .add-to-cart-text-added {
  color: var(--backgrounds-page, #fafafa);
  font-family: "Nunito Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  gap: 8px;
  display: flex;
  flex-direction: row;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-inner .product-item-actions .actions-primary .unavailable {
  display: flex;
  height: 37px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 0 0 4px 4px;
  background: var(--primary, #1e2832);
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog .product-item-inner .product-item-actions .actions-primary .unavailable .text-unavailable {
  color: #fff;
  font-family: Nunito Sans, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-media-wrap-blog:hover .product-item-inner {
  visibility: visible;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-item-details .product-item-name {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: var(--text-primary, #1e2832);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  font-family: Nunito Sans, serif;
  align-self: stretch;
  display: block;
  height: 44px;
  overflow: hidden;
}
@media (max-width: 1024.98px) {
  .blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    color: var(--text-primary, #1e2832);
    font-family: 'Nunito Sans', serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
}
@media (max-width: 479.98px) {
  .blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    height: 56px;
  }
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-item-details .product-item-name .product-brand {
  color: var(--text-secondary_disabled, #8c9196);
  font-family: 'Nunito Sans', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-item-details .product-item-name .product-brand {
    font-size: 12px;
  }
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .product-item .product-item-info .product-item-details .product-review-price {
  display: flex;
  justify-content: space-between;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .post-holder {
  display: flex;
  padding: 104px 0;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .post-holder {
    display: flex;
    padding: 40px 20px;
    gap: 40px;
  }
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .post-holder .post-content ._post-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .post-holder .post-content ._post-description p {
  color: #000;
  font-family: 'Nunito Sans', serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  width: 800px;
  margin-bottom: 40px;
}
@media (max-width: 1024.98px) {
  .blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .post-holder .post-content ._post-description p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 821px) {
  .blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .post-holder .post-content ._post-description p {
    width: 100%;
  }
}
@media (max-width: 479.98px) {
  .blog-post-view .page-main .columns .column.main ._post-view.post-view-modern .post-holder .post-content ._post-description p {
    font-size: 16px;
    line-height: 24px;
  }
}
