.merak-three-card-icon-section {
  background-color: #fff;
  padding: 3rem 0;
  position: relative;
}
.merak-three-card-icon-section .three-card-icon-wrapper {
  position: relative;
  z-index: 2;
}
.merak-three-card-icon-section .merak-three-card-icon-content-title {
  font-size: 1.05rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  font-family: "Lato";
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .merak-three-card-icon-section .merak-three-card-icon-content-title {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-three-card-icon-section .merak-three-card-icon-content-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .merak-three-card-icon-section .merak-three-card-icon-content-title {
    width: 90%;
  }
}
.merak-three-card-icon-section .three-card-icon-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.merak-three-card-icon-section .three-card-icon-content.is-active {
  max-height: 500vh;
  transition: max-height 0.5s ease-in-out;
}
.merak-three-card-icon-section .merak-three-card-icon-title {
  text-align: left;
  font-size: 1.55rem;
  font-weight: 700;
  font-family: "Lato";
  color: #0077A8;
  line-height: 1.22;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .merak-three-card-icon-section .merak-three-card-icon-title {
    font-size: 1.99rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-three-card-icon-section .merak-three-card-icon-title {
    font-size: 2rem;
  }
}
.merak-three-card-icon-section .merak-three-card-icon-title svg {
  right: 0;
  position: absolute;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transform: rotate(180deg);
}
.merak-three-card-icon-section .merak-three-card-icon-title svg.is-active {
  transform: rotate(0deg);
}
@media screen and (max-width: 1023px) {
  .merak-three-card-icon-section .merak-three-card-icon-title svg {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .merak-three-card-icon-section .merak-three-card-icon-title {
    display: flex;
    align-items: center;
  }
}
.merak-three-card-icon-section .columns {
  justify-content: center;
  --bulma-column-gap: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 1023px) {
  .merak-three-card-icon-section .columns {
    --bulma-column-gap: 0.5rem;
    padding: 0;
  }
}
.merak-three-card-icon-section .article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.2s ease;
  text-decoration: none;
  color: inherit;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.14) 0px 2px 4px 0px;
}
.merak-three-card-icon-section .article-card:hover {
  transform: translateY(-5px);
}
.merak-three-card-icon-section .article-card .article-content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.merak-three-card-icon-section .article-card .article-content .article-image {
  display: flex;
  justify-content: center;
}
.merak-three-card-icon-section .article-card .article-content .article-title {
  text-align: center;
  font-size: 1.35rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-weight: 700;
  font-family: "Lato";
  color: #535867;
  line-height: 1.22;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .merak-three-card-icon-section .article-card .article-content .article-title {
    font-size: 1.59rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-three-card-icon-section .article-card .article-content .article-title {
    font-size: 1.6rem;
  }
}
.merak-three-card-icon-section .article-card .article-content .article-excerpt {
  text-align: left;
  font-size: 1.05rem;
  margin-bottom: auto;
  font-family: "Lato";
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 769px) {
  .merak-three-card-icon-section .article-card .article-content .article-excerpt {
    font-size: 1.09rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-three-card-icon-section .article-card .article-content .article-excerpt {
    font-size: 1.125rem;
  }
}
.merak-three-card-icon-section .article-card .article-content .article-meta {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  font-family: "Lato";
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .merak-three-card-icon-section .article-card .article-content .article-meta {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .merak-three-card-icon-section .article-card .article-content .article-meta {
    font-size: 1rem;
  }
}
.merak-three-card-icon-section .article-card .article-content .article-meta .article-separator {
  margin: 0 0.5rem;
}
.merak-three-card-icon-section .article-card .article-content a.article-meta {
  padding: 0.67rem 0;
}
