figure{
  margin: 0;
}
.arrow-left{
  transform: rotateY(180deg);
  margin-right: 1rem;
}
.blog .navbar_cta .app_store{
  border-color: #a6a6a6;
}
.blog .navigation--white .navbar_cta .app_store{
  border-color: #000;
}
.blog_content.blog_content--support,.post_content.post_content--support{
  margin-top: 10rem;
  min-height: calc(100vh - 420px);
}
.header{
  background-color: #000000;
}
.header.header--post .header_text{
  background-image: none;
  padding: 9.25rem 0 6.25rem;
}
.header.header--post{
  background-image: url(/assets/images/Bg_fold.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.header_text.header_text--support{
  padding: 8rem 0 5rem;
}
.header_text{
  color: #fff;
  background-image: url(/assets/images/BLOG_HEADER.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 8.75rem;
  text-align: center;
  margin: 0 auto;
  max-width: 48.13rem;
  padding: 8rem 0 0;
}
.header_text p{
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  opacity: 0.8;
}
.header .navbar_item{
  color: #fff;
}
.category-support{
  margin-bottom: 1rem;
}
.summary-wrap img{
  display: block;
}
.overlay-img {
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #00B265;
}
.link-img:hover .overlay-img {
  opacity: 0.3;
}
.summary-wrap .link-img{
  border-radius: 4px;
  display: block;
  margin-bottom: 1.25rem;
  position: relative;
}

.summary-wrap a{
  display: flex;
  transition: color 0.5s;
}
.summary-wrap a span{
  margin-right: 1rem;
}
.summary-wrap h3 a{
  font-weight: 700;
}
.summary-wrap h3 a:hover{
  color: #019354;
}
.blog h2{
  font-size: 1.5rem;
  line-height: 1.5;
}

.blog_content a{
  font-weight: 500;
}
.blog_content .link-list{
  color:#00B265;
}
.blog_content,.post_content{
  border-bottom: 1px solid #E9ECEF;
}
.posts,.post_detail{
  margin: 3.75rem auto;
  max-width: 46.25rem;
  padding: 0 1.25rem;
}
.posts img{
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.post_detail img{
  border-radius: 4px;
  max-width: 100%;
}
.post_detail .title{
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.post{
  border-bottom: 1px solid #E9ECEF;
  padding: 3.25rem 1.5rem;
}
.post:last-child{
  border-bottom: none;
  margin-bottom: 3.75rem;
  padding: 3.25rem 1.5rem 1.375rem;
}
.post h3{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1.25rem;
}
.post a,.post_content .controls a{
  color: #2E2E2E;
  display: flex;
  transition: all 0.5s;
}
.post a:hover{
  color: rgba(0, 0, 0, 0.5);
}
.post_content .controls a:hover{
  opacity: 0.5;
}
.post_detail a{
  color: #00B265;
}
.post_detail a:hover{
  color: #019354;
}
.author,.more-link{
  font-weight: 500;
}
.more-link{
  justify-content: flex-end;
}
a.more-link:hover{
  opacity: 0.5;
  color: #2E2E2E;
  transition: all 0.5s;
}
.post p,.post_detail p{
  line-height: 1.75;
  margin: 1.25rem 0;
  font-size: 1.125rem;
}
.post li,.post_detail li, .blog_content li{
  font-size: 1.125rem;
  line-height: 2
}
.post_content .controls {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.header_follow{
  justify-content: center;
  align-items: center;
  padding: 4rem 0 1.25rem;
}
.header_follow > span{
  color: #F8F9FA;
  letter-spacing: 1.08px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 1rem;
}
.header_follow svg path{
  fill: #F8F9FA;
}
.header_follow .twitter:hover path{
  opacity: 0.5;
  fill: #F8F9FA;
}
@media (min-width: 480px){
  .posts,.post_detail {
    padding: 0 3rem;
  }
  .post_detail .title{
    font-size: 2.5rem;
  }
  .post_detail h2{
    font-size: 2.25rem;
  }
}
@media (min-width:768px) {
  .header .navigation.navigation--white .navbar_item{
    color: #2E2E2E;
  }
  .post_detail .title{
    font-size: 3rem;
  }
  .post h3{
    font-size: 2.25rem;
  }
}



