.BlogContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--PMGR_24px);
  padding: var(--PMGR_48px) 0;
}
.BlogP1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--PMGR_16px);
}
.BlogP1T {
  font-size: var(--font_16px);
  color: var(--color_med_green);
  text-transform: capitalize;
}
.BlogP1H {
  font-size: var(--font_24px);
  color: var(--color_blue);
}
.BlogP1P {
  font-size: var(--font_16px);
  width: 50vw;
  text-align: center;
  text-transform: capitalize;
}

/*  */
/*  */
/*  */
.BlogP2 {
  display: flex;
  align-items: flex-start;
  gap: var(--PMGR_32px);
}
.BlogBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--PMGR_8px);
  height: 42vw;
}
.BlogBoxP1 {
  position: relative;
}
.BlogBoxP1 img {
  width: 26vw;
  border-radius: var(--PMGR_8px);
}
.BlogBoxP1Cal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  border-radius: var(--PMGR_8px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
}

.BBP1CD,
.BBP1CM,
.BBP1CY {
  width: 4.5vw;
  height: 2.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: var(--font_16px);
  color: #1a67af;
}

.BBP1CM {
  background: rgba(104, 181, 74, 0.7);
  color: white;
  font-size: var(--font_16px);
  height: 2vw;
  text-transform: capitalize;
}
.BBP1CY {
  height: 2.3vw;
  font-size: var(--font_16px);
}
.BlogBoxP2 {
  font-size: var(--font_24px);
  width: 24vw;
}
.BlogBoxP3 {
  width: 26vw;
  font-size: var(--font_16px);
  text-transform: capitalize;
  color: #5b7a99;
}
.BlogBoxP4,
.BlogBoxP4:active,
.BlogBoxP4:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #19499b;
  font-size: var(--font_16px);
  padding-top: var(--PMGR_16px);
  margin-top: auto;
}
.BlogBoxP4 img {
  width: 1.5vw;
}
@media (max-width: 768px) {
  .BlogP2 {
    flex-direction: column;
  }
  .BlogP1H {
    width: 80vw;
    text-align: center;
  }
  .BlogP1P {
    width: 80vw;
  }
  .BlogBox {
    height: auto;
  }
  .BlogBoxP1 img {
    width: 80vw;
  }
  .BBP1CD,
  .BBP1CM,
  .BBP1CY {
    height: 10vw;
    width: 15vw;
  }
  .BlogBoxP2 {
    width: 80vw;
  }
  .BlogBoxP3 {
    width: 80vw;
  }
  .BlogBoxP4 img {
    width: 4vw;
  }
  .BlogBoxP4 {
    align-self: flex-end;
  }
}
.ArticleC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--PMGR_48px);
  width: 100%;
  gap: var(--PMGR_32px);
}
.ArticleP1A {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 80vw;
}
.ArticleP1A,
.ArticleP1A:active,
.ArticleP1A:visited {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  color: var(--color_blue);
  font-size: var(--font_20px);
  gap: var(--PMGR_8px);
}
.ArticleP1A img {
  width: 2vw;
}

.ArticleP2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--PMGR_24px);
}
.ArticleP2C {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--PMGR_16px);
}
.ArticleP2I {
  position: relative;
}
.ArticleP2I img {
  width: 60vw;
  border-radius: var(--PMGR_8px);
}
.ArticleP2ICal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.5%;
  border-radius: var(--PMGR_8px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
}

.AP2CD,
.AP2CM,
.AP2CY {
  width: 4.5vw;
  height: 2.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: var(--font_16px);
  color: #1a67af;
}

.AP2CM {
  background: rgba(104, 181, 74, 0.7);
  color: white;
  font-size: var(--font_16px);
  height: 2vw;
  text-transform: capitalize;
}
.AP2CY {
  height: 2.3vw;
  font-size: var(--font_16px);
}
.ArticleP2CT {
  font-size: var(--font_24px);
  color: var(--color_blue);
  width: 50vw;
  text-align: center;
}
.ArticleP2CP {
  font-size: var(--font_16px);
}
.ArticleP3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--PMGR_24px);
}
.ArticleP3TB {
  width: 60vw;
  display: flex;
  flex-direction: column;
  gap: var(--PMGR_16px);
}
.ArtP3TBH {
  color: var(--color_blue);
  font-size: var(--font_18px);
  text-transform: uppercase;
}
.ArtP3TBT {
  color: var(--color_dark_green);
  font-size: var(--font_18px);
  text-transform: uppercase;
}
.ArtP3TBP {
  font-size: var(--font_18px);
  letter-spacing: 0.5px;
  line-height: 125%;
}
.ArticleP4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--PMGR_48px);
  padding-top: var(--PMGR_48px);
}
.ArtP4T {
  font-size: var(--font_24px);
  color: #212121;
}
.ArtP4Boxes {
  display: flex;
  align-items: flex-start;
  gap: var(--PMGR_64px);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ArticleP1A img {
    width: 5vw;
  }
  .ArticleP2CT {
    width: 85vw;
  }
  .ArticleP2I img {
    width: 85vw;
    height: 60vw;
  }
  .AP2CD,
  .AP2CM,
  .AP2CY {
    width: 15vw;
    height: 10vw;
  }

  .AP2CM {
    height: 10vw;
  }
  .AP2CY {
    height: 10vw;
  }
  .ArticleP3TB {
    width: 85vw;
  }
}
