
/*Banner section*/
.banner-section{
  clip-path: polygon(50% 0, 100% 0, 100% 85%, 50% 100%, 0% 85%, 0 0);
  min-height: 600px;
}
.banner-section img{
  object-fit: unset !important;
}
.banner-section p {
  font-size: 15px !important;
  letter-spacing: 0;
  line-height: 2 !important;
  text-align: center !important;
}
.banner-section h1 {
  font-size: 50px !important;
  font-weight: 600 !important;
}
.banner-section .wp-block-buttons.aligncenter, .article-outer-box .wp-block-buttons.alignleft{
	border: none !important;
}
.banner-section .btn a:hover,.article-outer-box .wp-block-button__link:hover{
  background-color: #1f2122 !important;
  transition: 0.2s;
  color: #fff !important;
}
.banner-section a.wp-block-button__link, .article-outer-box a.wp-block-button__link{
  text-decoration: none;
}
.banner-section .wp-block-button__link:before,.article-outer-box .wp-block-button__link:before{
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid #2bc8e0;
  border-top: 20px solid transparent;
  border-bottom: 26px solid transparent !important;
}
.banner-section .wp-block-button__link:hover:hover:before,.article-outer-box .wp-block-button__link:hover:hover:before{
  border-left: 25px solid #1f2122;
  transition: 0.2s;
}
.banner-section .wp-block-column {
  margin-left: 7%;
  margin-right: 7%;
}
/*Article section*/
.article-outer-box {
  margin: 0 auto !important;
  width: auto;
  height: auto;
}
.article-outer-box .alignwide{
  margin-left: 0px;
  margin-right: 0px;
}
.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;
  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) {
  .banner-section .wp-block-column.is-vertically-aligned-center:nth-child(2){
    flex-basis: 100%!important;
  }
  .article-outer-box .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .banner-section{
    min-height: 200px;
  }
}
@media screen and (max-width:1000px) {
  .banner-section h1 {
    font-size: 30px !important;
  }
  .banner-section .wp-block-columns.alignfull {
    margin: 0 auto;
  }
  .banner-section{
    min-height: 450px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1000px) {
  .article-outer-box .alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .banner-section .wp-block-column {
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media screen and (max-width: 425px) and (min-width: 320px){
  .article-outer-box .alignwide{
    flex-wrap: wrap !important;
  }
  .article-outer-box p,.article-outer-box h3,.article-outer-box h2{
    text-align: center;
  }
  .article-outer-box .wp-block-buttons{
    justify-content: center !important;
  }
}