.BlogPage_main__iO8vl {
  min-height: 100vh;
  width: 100%;
  padding: 40px 20px;
}

.BlogPage_titleContent__94GQ3 {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.BlogPage_title__m3U_7 {
  color: #0f707c;
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  font-weight: bold;
  text-align: center;
}

.BlogPage_subtitle__HyPQT {
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: clamp(0.9rem, 1.5vw, 1.5rem);
  margin-top: 20px;
}

.BlogPage_postsContainer__0LrBF {
  width: 85%;
  margin: 0 auto;
  display: flex;
  grid-gap: 30px;
  gap: 30px;
  position: relative;
  margin-bottom: 60px;
}

.BlogPage_latestPostContainer__VvCyw {
  display: flex;
  flex-direction: column;
  /* border: 1px solid red; */
  grid-gap: 20px;
  gap: 20px;
  width: 50%;
  box-shadow: 0 6px 8px -2px #0f707c;
  transition: 0.2s all ease;
  cursor: pointer;
  position: relative;
}

.BlogPage_latestPostContainer__VvCyw:hover {
  box-shadow: 0 9px 8px -2px #0f707c;
}

.BlogPage_latestPostImageContainer__qft24 {
  position: relative;
  width: 100%;
  /* border: 2px solid red; */
  height: 350px;
  max-height: 350px;
}

.BlogPage_latestPostImage__kFysp,
.BlogPage_rightPostImage__mV3pv {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.BlogPage_latestPostInfoContainer__J1cij {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  position: relative;
  grid-gap: 15px;
  gap: 15px;
}

.BlogPage_latestPostInfoContainer__J1cij>h3 {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 600;
  flex: 1 1;
}

.BlogPage_latestPostInfoContainer__J1cij>p {
  flex: 1 1;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  font-weight: 300;
  margin: 0;
}

.BlogPage_rightPostsContainer__oe7bO {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  width: 50%;
  position: relative;
}

.BlogPage_rightPost__V0ulx {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  position: relative;
  flex: 1 1;
  box-shadow: 0 5px 8px -2px #0f707c;
  cursor: pointer;
  transition: 0.2s all ease;
  height: 100%;
}

.BlogPage_rightPost__V0ulx:hover {
  box-shadow: 0 8px 8px -2px #0f707c;
}

.BlogPage_rightPostImageContainer__jzVB9 {
  width: 30%;
  height: 100%;
}

.BlogPage_rightPostInfoContainer__oW0xG {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 10px;
  flex: 1 1;
}

.BlogPage_rightPostInfoContainer__oW0xG>h3 {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 600;
}

.BlogPage_rightPostInfoContainer__oW0xG>p {
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  font-weight: 300;
  margin-top: 10px;
}

.BlogPage_rightPostDate__RWWdA {
  justify-self: flex-end;
  margin-top: auto;
  color: #a3a3a3;
  font-size: 0.9rem;
}

.BlogPage_olderPostsContainer__w8GKk {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.BlogPage_olderPostsMainTitle__nKO0B {
  color: #0f707c;
  font-weight: 600;
  text-align: center;
  font-size: clamp(2.3rem, 3vw, 3rem);
}

.BlogPage_olderPostsColumn__Kp5zI {
  width: 50%;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.BlogPage_olderPost__LtZWE {
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  justify-content: space-between;
  grid-gap: 30px;
  gap: 30px;
}

.BlogPage_olderPostLeft__bF_ld {
  display: flex;
  flex-direction: column;
  width: 60%;
  grid-gap: 10px;
  gap: 10px;
  order: 1;
}

.BlogPage_olderPostTitle__a4mo1 {
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}

.BlogPage_olderPostSubtitle__zdb9q {
  font-size: 1rem;
  font-weight: 300 !important;
}

.BlogPage_olderPostDateLine__o9tgv {
  font-size: 0.8rem;
  color: gray;
  font-weight: 400;
}

.BlogPage_olderPostRight__B3bBK {
  width: 40%;
  height: 100%;
  position: relative;
  order: 2;
}

.BlogPage_olderPostImageContainer__cQJjI {
  width: 100%;
  height: 100%;
  position: relative;
}

.BlogPage_olderPostImage__A9mdd {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-height: 220px;
}

.BlogPage_olderPostSocialRow__eb1jJ {
  grid-gap: 20px;
  gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.BlogPage_olderPostSocialBlock__atPr7 {
  display: flex;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  grid-gap: 10px;
  gap: 10px;
}

.BlogPage_olderPostSocialBlock__atPr7>span {
  color: gray;
}

.BlogPage_socialIcon__3C_To {
  color: gray;
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
}

.BlogPage_shareIcon__tL23o {
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s all ease;
  padding: 2px 2px;
}

.BlogPage_shareIcon__tL23o:hover {
  background-color: #c0c2c4;
}

.BlogPage_loadMoreButton__CReWT {
  color: #0f707c;
  text-decoration: underline;
  margin: 0 auto;
  display: block;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
}

.BlogPage_endOfListSpan___KP_h {
  text-align: center;
  display: block;
}

@media screen and (max-width: 1500px) {
  .BlogPage_postsContainer__0LrBF {
    flex-direction: column;
    align-items: center;
  }

  .BlogPage_latestPostContainer__VvCyw,
  .BlogPage_rightPostsContainer__oe7bO {
    width: 80%;
  }

  .BlogPage_rightPost__V0ulx {
    height: 250px;
  }
}

@media screen and (max-width: 1200px) {

  .BlogPage_latestPostContainer__VvCyw,
  .BlogPage_rightPostsContainer__oe7bO {
    width: 85%;
  }

  .BlogPage_rightPost__V0ulx {
    height: 300px;
  }

  .BlogPage_olderPostsContainer__w8GKk {
    width: 90%;
  }

  .BlogPage_olderPostsColumn__Kp5zI {
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {

  .BlogPage_latestPostContainer__VvCyw,
  .BlogPage_rightPostsContainer__oe7bO {
    width: 90%;
  }

  .BlogPage_latestPostInfoContainer__J1cij {
    flex-direction: column;
  }

  .BlogPage_rightPost__V0ulx {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }

  .BlogPage_rightPostImageContainer__jzVB9 {
    width: 100%;
    height: 250px;
  }
}

@media screen and (max-width: 900px) {
  .BlogPage_olderPostsColumn__Kp5zI {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .BlogPage_olderPostsContainer__w8GKk {
    width: 100%;
  }

  .BlogPage_olderPostTitle__a4mo1 {
    font-size: 1rem;
  }

  .BlogPage_olderPostSubtitle__zdb9q {
    font-size: 0.7rem;
  }

  .BlogPage_olderPostRight__B3bBK {
    width: 20%;
  }

  .BlogPage_olderPostLeft__bF_ld {
    width: 80%;
  }

  .BlogPage_olderPostImageContainer__cQJjI {
    /* border: 1px solid red; */
    overflow: hidden;
  }

  .BlogPage_olderPostImage__A9mdd {
    height: 100px;
  }
}

@media screen and (max-width: 600px) {
  .BlogPage_main__iO8vl {
    padding: 20px 5px;
  }

  .BlogPage_postsContainer__0LrBF {
    width: 100%;
  }

  .BlogPage_latestPostContainer__VvCyw,
  .BlogPage_rightPostsContainer__oe7bO {
    width: 100%;
  }

  .BlogPage_olderPostsColumn__Kp5zI {
    width: 100%;
  }

  .BlogPage_olderPost__LtZWE {
    flex-direction: column;
  }

  .BlogPage_olderPostLeft__bF_ld {
    order: 2;
    width: 100%;
  }

  .BlogPage_olderPostRight__B3bBK {
    order: 1;
    width: 100%;
    height: 200px;
  }

  .BlogPage_olderPostImage__A9mdd {
    height: 100%;
    width: 100%;
  }

  .BlogPage_olderPostSocialRow__eb1jJ {
    justify-content: center;
  }
}

