<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-section, .article-outer-box{
  width: auto;
  height: auto;
}
/*Banner section*/
.banner-section{
  clip-path: polygon(50% 0, 100% 0, 100% 85%, 50% 100%, 0% 85%, 0 0);
}
.banner-section p {
  font-size: 15px !important;
  letter-spacing: 0;
  line-height: 2 !important;
  text-align: center !important;
}
.banner-section .wp-block-buttons.aligncenter, .article-outer-box .wp-block-buttons.alignleft{
	border: none !important;
}
.banner-section .btn a:hover {
  background-color: #1f2122 !important;
  transition: 0.2s;
}
.banner-section a.wp-block-button__link, .article-outer-box a.wp-block-button__link{
  text-decoration: none;
}
/*Article section*/
.article-outer-box {
  margin: 0 auto !important;
  max-width: 950px !important; 
}
.article-outer-box h3{
	background: #36a0e2;
  display: -webkit-inline-box;
  font-family: 'Assistant', sans-serif;
  color: #1f2122 !important;
  font-weight: 700;
  font-size: 13px;
  padding: 5px !important;
  letter-spacing: 2px;
  margin: 0 0 20px !important;
}
.article-outer-box h2 {
  margin: 0 0 10px !important;
}
.article-outer-box p {
  font-size: 15px !important;
  line-height: 2 !important;
  text-align: left !important;
  margin: 0 0 10px !important;
}
.article-outer-box img{
	clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width:781px) {
  .wp-block-column.is-vertically-aligned-center{
    flex-basis: 100%!important;
  }
}
@media screen and (max-width:1000px) {
  .banner-section h1 {
    font-size: 30px !important;
  }
  .alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .banner-section .wp-block-columns.alignfull {
    margin: 0 auto;
  }
}</pre></body></html>