.blog-single #hero .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .blog-single #hero .container {
    height: 336px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #hero .container {
    height: 365px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #hero .container {
    height: 280px;
  }
}
.blog-single #hero .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.07;
  z-index: -1;
}
.blog-single #hero .container .title-row {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.blog-single #hero .container .title-row h1,
.blog-single #hero .container .title-row h1 > *,
.blog-single #hero .container .title-row h2,
.blog-single #hero .container .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .blog-single #hero .container .title-row h1,
  .blog-single #hero .container .title-row h1 > *,
  .blog-single #hero .container .title-row h2,
  .blog-single #hero .container .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #hero .container .title-row h1,
  .blog-single #hero .container .title-row h1 > *,
  .blog-single #hero .container .title-row h2,
  .blog-single #hero .container .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #hero .container .title-row h1,
  .blog-single #hero .container .title-row h1 > *,
  .blog-single #hero .container .title-row h2,
  .blog-single #hero .container .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.blog-single #hero .container .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.blog-single #hero .container .subtitle-row {
  margin-top: 20px;
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}
.blog-single #hero .container .image-container {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog-single #hero .container .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.blog-single #hero .container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single #article-content .container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .blog-single #article-content .container {
    padding: 0 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #article-content .container {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #article-content .container {
    padding: 0 25px;
  }
}
.blog-single #article-content .container .article-header {
  margin-bottom: 40px;
}
.blog-single #article-content .container .article-header h1,
.blog-single #article-content .container .article-header h1 > * {
  font-size: clamp(28px, 4vw, 60px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  line-height: 67px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #article-content .container .article-header h1,
  .blog-single #article-content .container .article-header h1 > * {
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #article-content .container .article-header h1,
  .blog-single #article-content .container .article-header h1 > * {
    line-height: 35px;
  }
}
.blog-single #article-content .container .article-body p {
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #262626;
  line-height: 33px;
}
.blog-single #similar-articles {
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 70px 0;
  position: relative;
}
.blog-single #similar-articles::after {
  position: absolute;
  content: "";
  left: -100px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 65%;
  background-color: rgba(202, 222, 255, 0.2);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .blog-single #similar-articles {
    margin-top: 65px;
    margin-left: 65px;
    margin-right: 65px;
  }
  .blog-single #similar-articles::after {
    left: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #similar-articles {
    margin-top: 45px;
    margin-left: 45px;
    margin-right: 45px;
  }
  .blog-single #similar-articles::after {
    left: -45px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #similar-articles {
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .blog-single #similar-articles::after {
    left: -25px;
    width: 80%;
  }
}
.blog-single #similar-articles .title-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 100px;
  gap: 50px;
}
.blog-single #similar-articles .title-row h1,
.blog-single #similar-articles .title-row h1 > *,
.blog-single #similar-articles .title-row h2,
.blog-single #similar-articles .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .blog-single #similar-articles .title-row h1,
  .blog-single #similar-articles .title-row h1 > *,
  .blog-single #similar-articles .title-row h2,
  .blog-single #similar-articles .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #similar-articles .title-row h1,
  .blog-single #similar-articles .title-row h1 > *,
  .blog-single #similar-articles .title-row h2,
  .blog-single #similar-articles .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #similar-articles .title-row h1,
  .blog-single #similar-articles .title-row h1 > *,
  .blog-single #similar-articles .title-row h2,
  .blog-single #similar-articles .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
.blog-single #similar-articles .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #2a487c;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .blog-single #similar-articles .title-row {
    gap: 30px;
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #similar-articles .title-row {
    gap: 15px;
    margin-bottom: 45px;
  }
  .blog-single #similar-articles .title-row h2 {
    flex-shrink: unset;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #similar-articles .title-row {
    gap: 10px;
    margin-bottom: 25px;
  }
  .blog-single #similar-articles .title-row h2 {
    flex-shrink: unset;
  }
}
.blog-single #similar-articles .title-row .arrows {
  display: flex;
  gap: 17px;
}
.blog-single #similar-articles .title-row .arrows .slider__arrow {
  cursor: pointer;
  opacity: 0.5;
  outline: 1px solid #2a487c;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url("../../images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .blog-single #similar-articles .title-row .arrows .slider__arrow {
    height: 32px;
    width: 32px;
    min-width: 32px;
    background-size: auto 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #similar-articles .title-row .arrows .slider__arrow {
    height: 30px;
    width: 30px;
    min-width: 30px;
    background-size: auto 13px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #similar-articles .title-row .arrows .slider__arrow {
    height: 25px;
    width: 25px;
    min-width: 25px;
    background-size: auto 11.4px;
  }
}
.blog-single #similar-articles .title-row .arrows .slider__arrow.prev {
  transform: rotate(180deg);
}
.blog-single #similar-articles .title-row .arrows .slider__arrow.activated {
  opacity: 1;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #similar-articles .title-row .arrows {
    gap: 5px;
  }
}
.blog-single #similar-articles ul {
  display: flex;
}
.blog-single #similar-articles ul li {
  flex: 1;
}
.blog-single #similar-articles ul li .image-container {
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.9;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .blog-single #similar-articles ul li .image-container {
    aspect-ratio: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #similar-articles ul li .image-container {
    aspect-ratio: 1.1;
  }
}
.blog-single #similar-articles ul li .image-container:hover .view-more {
  width: 20%;
  opacity: 1;
  bottom: 5%;
  left: 5%;
}
.blog-single #similar-articles ul li .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transition: transform 3s cubic-bezier(0, 0.2, 0.4, 1);
}
.blog-single #similar-articles ul li .image-container img:hover {
  transform: scale(1.1);
}
.blog-single #similar-articles ul li .image-container .view-more {
  width: 10%;
  aspect-ratio: 1;
  max-width: 132px;
  bottom: 0%;
  left: 10%;
  opacity: 0;
  font-size: 1px;
  position: absolute;
  text-align: center;
  outline: 1px solid #ffffff;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 500;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: background-color 1s, all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #similar-articles ul li .image-container .view-more {
    bottom: 5%;
    left: 5%;
    width: 25%;
    opacity: 1;
    max-width: 95px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #similar-articles ul li .image-container .view-more {
    bottom: 5%;
    max-width: 90px;
    left: 5%;
    width: 20%;
    opacity: 1;
  }
}
.blog-single #similar-articles ul li .image-container .view-more:hover {
  background-color: #ffffff;
  color: #2a487c;
  cursor: pointer;
}
.blog-single #similar-articles ul li .image-container .view-more:hover a {
  color: #2a487c;
}
.blog-single #similar-articles h3 {
  font-size: clamp(22px, 2vw, 28px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  line-height: 51px;
}
.blog-single #similar-articles p {
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2a487c;
  line-height: 33px;
}
.blog-single #similar-articles .big-card-slider {
  overflow: hidden;
}
.blog-single #similar-articles .big-card-slider ul {
  position: relative;
  height: 100%;
  transition: transform 0.4s ease-in-out;
}
.blog-single #similar-articles .big-card-slider ul li {
  margin-right: 100px;
  height: 100%;
  width: 100%;
}
.blog-single #similar-articles .big-card-slider ul li:not(:nth-child(-n+3)) {
  display: none;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  .blog-single #similar-articles .big-card-slider ul li {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single #similar-articles .big-card-slider ul li {
    margin-right: 60px;
  }
  .blog-single #similar-articles .big-card-slider ul li:not(:nth-child(-n+2)) {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single #similar-articles .big-card-slider ul li {
    margin-right: 80px;
  }
  .blog-single #similar-articles .big-card-slider ul li:not(:nth-child(-n+1)) {
    display: none;
  }
}