@media screen and (max-width: 1199px) {
  .static-hero .hero-inner .wpo-static-hero-inner .slide-title .slide-title-btn {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 15px;
  }
}

@media screen and (max-width: 991px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 100px;
    margin-top: 0;
  }
}

@media screen and (max-width:500px) {
	.team-info-text h2 {
		font-size: 24px;
		padding: 10px 12px;
	}
	.team-info-wrap .row:nth-child(2) {
		flex-direction: column-reverse;
	}
	.team-info-img {
		padding: 20px;
	}
	.team-info-text {
		padding: 30px 20px;
	}
	.wpo-about-section .wpo-about-text h2, .wpo-section-title h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.home-cta p {
		font-size: 16px;
		line-height: 26px;
	}
	.wpo-site-footer .wpo-upper-footer .col, .wpo-site-footer-s2 .wpo-upper-footer .col {
		margin-bottom: 30px;
	}
	.wpo-site-footer .wpo-lower-footer .copyright, .wpo-site-footer-s2 .wpo-lower-footer .copyright {
		font-size: 14px;
		font-weight: 400;
	}
}

@media screen and (max-width: 434px) {
    .static-hero .hero-inner .wpo-static-hero-inner {
      margin-top: -170px;
    }
  
    .static-hero .static-hero-right .static-hero-img .static-hero-img-inner {
      width: 200px;
      height: 200px;
    }
  
    .static-hero .static-hero-right {
      top: 66%;
    }
  
    .static-hero {
      height: 900px;
    }
  
    .static-hero .hero-inner .wpo-static-hero-inner .slide-text ul li {
      padding-left: 0;
    }
  
    .static-hero .hero-inner .wpo-static-hero-inner .slide-text ul li:before {
      display: none;
    }
  
    .static-hero .slide-text p {
      margin-bottom: 8px;
    }
  
    .static-hero .hero-inner .wpo-static-hero-inner .slide-sub-title h2 {
      font-size: 26px;
      line-height: 26px;
    }
  
    .static-hero .slide-title {
      padding-top: 0;
    }

    .wpo-site-header .navbar-header {
        float: right;
    }
    .navbar-brand {
      margin-right: 0;
    }
    .wpo-site-header .row {
      width: 106%;
    }

    .wpo-section-title span {
      font-size: 13px;
    }
    .wpo-blog-pg-section .format-gallery .owl-nav .owl-prev, .wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
      top: 37%;
    }
    .wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
      left: 0;
    }
    .wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
      right: 0;
    }
}

@media screen and (max-width: 342px) {
	.static-hero {
		height: 1000px;
	}
}

