@media screen and (max-width: 767px) {
    .header.hide {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }
    
    .header.shrink {
        background: #fff;
        height: 7rem;
    }
    
    .header_nav button {
        width: 80%;
    }
    
    .header_logo {
        display: flex;
        width: 12rem;
    }
    
    .header_overlay {
        width: 100%;
        padding: 9rem 2rem;
    }
    
    nav li a {
        font-size: 2.5rem;
    }
    
    .banner_content {
        font-size: 3.5rem;
        width: 90%;
        top: 15%;
        right: unset;
        left: 6%;
    }
    
    .intro {
        padding: 5rem 5%;
        height: auto;
    }
    
    .intro_content {
        font-size: 3rem;
        line-height: 3rem;
    }
    
    .intro_btn {
        position: relative;
        bottom: unset;
        right: unset;
        margin-top: 3rem;
    }
    
    .intro_btn a {
        font-size: 1.7rem;
        padding: 1.5rem 1rem;
        display: block;
    }
    
    .challenges_top,
    .challenges_top-box {
        flex-direction: column;
    }
    
    .challenges_top-nav {
        position: relative;
        right: unset;
        bottom: 2rem;
        gap: 2rem;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .challenges_img,
    .challenges_content {
        width: 100%;
    }
    
    .challenges_content {
        position: relative;
        height: auto;
        padding-bottom: 5rem;
    }
    
    .challenges_content h3 {
        left: 0;
        margin-top: 3rem;
        font-size: 3.5rem;
    }
    
    .challenges_content p {
        font-size: 2rem;
        display: block;
        line-height: 3rem;
    }
    
    .challenges_bot-box {
        font-size: 1.6rem;
        display: block;
    }
    
    .challenges_content p span:first-child {
        right: 0;
    }
    
    .challenges_content p span:nth-child(3) {
        left: 0;
    }
    
    .challenges_top-nav-arrows {
        margin-left: unset;
    }
    
    .challenges_top-nav .swiper-button-next, 
    .challenges_top-nav .swiper-button-prev,
    .services_nav .swiper-button-next, 
    .services_nav .swiper-button-prev,
    .howwework_nav .swiper-button-next,
    .howwework_nav .swiper-button-prev,
    .support_nav .swiper-button-next,
    .support_nav .swiper-button-prev,
    .operate_nav .swiper-button-next,
    .operate_nav .swiper-button-prev {
        width: 3rem;
        height: 3rem;
    }
    
    .services_nav .swiper-button-next, 
    .services_nav .swiper-button-prev {
        margin-top: unset;
    }
    
    .swiper-pagination-current {
        font-size: 3rem;
    }
    
    .services_top {
        padding: 5rem 5% 0;
    }
    
    .services_title {
        font-size: 4.5rem;
    }
    
    .services_wp {
        margin-top: 5rem;
    }
    
    .services_box {
        padding: 3rem 1rem;
    }
    
    .services_box-title {
        font-size: 2rem;
    }
    
    .services_box-txt {
        font-size: 3rem;
    }
    
    .services_box-tag span {
        font-size: 2.2rem;
    }
    
    .services_box {
        padding: 3rem 1rem;
    }
    
    .services_box-tag ul li {
        font-size: 1.4rem;
    }
    
    .howwework {
        height: auto;
    }
    
    .howwework_bot_wp {
        width: 100%;
        font-size: 2.8rem;
        line-height: 3.5rem;
    }
    
    .howwework_top,
    .teams_box{
        flex-direction: column;
    }
    
    .howwework_img {
        width: 100%;
    }
    
    .howwework_title {
        font-size: 3rem;
        right: 0;
        top: 40%;
    }
    
    .howwework_nav {
        right: 0;
        justify-content: flex-end;
        gap: 1rem
    }
    
    .howwework_top-nav-arrows {
        margin-left: unset;
    }
    
    .howwework_bottom .swiper-slide.swiper-slide-active .howwework_box {
        font-size: 3rem;
    }
    
    .howwework_box {
        font-size: 2rem;
        display: block;
        height: auto;
    }
    
    .support_title,
    .teams_title,
    .operate_title {
        font-size: 4rem;
    }
    
    .img_mobile {
        display: block;
    }
    
    .support_title {
        top: 24rem;
    }
    
    .support_content {
        width: 100%;
        padding: 15rem 2rem 5rem;
        height: auto;
    }
    
    .support_nav {
        top: 30rem;
        left: 2rem;
    }
    
    .support_content-list li {
       flex-direction: column;
       align-items: flex-start;
       gap: 2rem;
    }
    
    .support_box {
        display: block;
        padding: 0;
        background-image: none!important;
    }
    
    
    .support_content-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    
    .list-title {
        font-size: 1.8rem;
    }
    
    .list-txt {
        font-size: 1.6rem;
        width: 100%;
        margin-left: unset;
    }

    .teams,
    .operate {
        height: auto;
    }
    
    .teams_desc {
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .teams_arrow{
        display: none;
    }
    
    .teams_img {
        width: 100%;
        margin-left: 0;
    }
    
    .teams_wp {
        padding: 5rem 5% 0 5%;
    }
    
    .teams_name {
        font-size: 3rem;
    }
    
    .teams_role {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
    
    .teams_bio-blue {
        font-size: 1.6rem;
    }
    
    .teams_bio {
        font-size: 1.4rem;
    }
    
    .operate_top {
        padding-top: 5rem;
    }
    
    .operate_content {
        flex-direction: column;
    }
    
    .operate_subtitle {
        font-size: 3rem;
    }
    
    .operate_slider,
    .operate_Img {
        width: 100%;
    }
    
    .operate_slider {
        height: 30rem;
        margin-top: 3rem;
    }
    
    .operateSwiper .swiper-slide {
        font-size: 2.5rem;
    }
    
    .operateSwiper .swiper-slide-active {
        font-size: 4rem;
    }
    
    .operate_Img {
        top: unset;
        left: unset;
        padding-bottom: 5rem;
    }
    
    .footer_top {
        height: auto;
        flex-direction: column;
        padding:0;
    }
    
    .footer_title {
        font-size: 6rem;
        order: 2;
        padding: 5rem 2rem;
        align-self: flex-start;
    }
    
    .footer_img {
        position: relative;
        width: 65%;
        order: 1;
    }
    
    .footer_img a {
        font-size: 1.6rem;
        bottom: 6%;
    }
    
    .footer_bot-logo {
        width: 12rem;
    }
    
    .footer_bot {
        height: auto;
        padding: 4rem 5% 0;
    }
    
    .footer_bot-topNav {
        margin-left: unset;
        gap: 3rem;
    }
    
    .footer_bot-top,
    .footer_bot-topNav,
    .footerContact {
        flex-direction: column;
    }
    
    .footer_bot-bot {
        flex-direction: column;
        gap: 2rem;
    }
    
    .footernav li a,
    .footerContact li a,
    .footer_agencycopyright a,
    .footer_copyright {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
    
    .footerContact {
        margin-bottom: 3rem;
        max-width: 96%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
      .header.hide {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }
    
    .header.shrink {
        background: #fff;
        height: 7rem;
    }
    
    .header_logo {
        display: flex;
        width: 15rem;
    }
    
    .banner_content {
        font-size: 5.5rem;
        width: 85%;
        top: 10%;
        right: unset;
        left: 5%;
    }
    
    .intro {
        padding: 5rem 5%;
        height: auto;
    }
    
    .intro_content {
        font-size: 4.5rem;
        line-height: 5.5rem;
    }
    
    .intro_btn {
        position: relative;
        bottom: unset;
        right: unset;
        margin-top: 4rem;
    }
    
    .intro_btn a {
        font-size: 3rem;
        display: block;
    }
    
    .challenges_top,
    .challenges_top-box {
        flex-direction: column;
    }
    
    .challenges_top-nav {
        position: relative;
        right: unset;
        bottom: 5rem;
        gap: 2rem;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .challenges_img,
    .challenges_content {
        width: 100%;
    }
    
    .challenges_content {
        position: relative;
        height: auto;
        padding-bottom: 5rem;
    }
    
    .challenges_content h3 {
        left: 0;
        margin-top: 3rem;
    }
    
    .challenges_content p {
        font-size: 3rem;
        line-height: 4rem;
        display: block;
    }
    
    .challenges_bot-box {
        font-size: 3.5rem;
        display: block;
    }
    
    .challenges_content p span:first-child {
        right: 0;
    }
    
    .challenges_content p span:nth-child(3) {
        left: 0;
    }
    
    .challenges_top-nav-arrows {
        margin-left: unset;
    }
    
    .challenges_top-nav .swiper-button-next, 
    .challenges_top-nav .swiper-button-prev,
    .services_nav .swiper-button-next, 
    .services_nav .swiper-button-prev,
    .howwework_nav .swiper-button-next,
    .howwework_nav .swiper-button-prev,
    .support_nav .swiper-button-next,
    .support_nav .swiper-button-prev,
    .operate_nav .swiper-button-next,
    .operate_nav .swiper-button-prev {
        width: 4rem;
        height: 4rem;
    }
    
    .services_nav .swiper-button-next, 
    .services_nav .swiper-button-prev {
        margin-top: unset;
    }
    
    .services_top {
        padding: 5rem 5% 0;
    }
    
    .services_title {
        font-size: 6.5rem;
    }
    
    .services_wp {
        margin-top: 5rem;
    }
    
    .services_box {
        padding: 3rem 1rem;
    }
    
    .services_box-title {
        font-size: 2rem;
    }
    
    .services_box-txt {
        font-size: 3rem;
    }
    
    .services_box-tag span {
        font-size: 2.2rem;
    }
    
    .services_box {
        padding: 3rem 1rem;
    }
    
    .services_box-tag ul li {
        font-size: 1.6rem;
    }
    
    .services {
        height: auto;
    }
    
    .howwework {
        height: auto;
        margin-top: 3rem;
    }
    
    .howwework_bot_wp {
        width: 100%;
        font-size: 3.8rem;
        line-height: 4.5rem;
    }
    
    .howwework_top,
    .teams_box{
        flex-direction: column;
    }
    
    .howwework_img {
        width: 75%;
    }
    
    .howwework_title {
        font-size: 6rem;
        right: 0;
        top: 40%;
    }
    
    .howwework_nav {
        width: 185px;
    }
    
    .howwework_bottom .swiper-slide.swiper-slide-active .howwework_box {
        font-size: 4.5rem;
    }
    
    .howwework_box {
        font-size: 3rem;
        display: block;
        height: auto;
    }
    
    .support_title,
    .teams_title,
    .operate_title {
        font-size: 6rem;
    }
    
    .img_mobile {
        display: block;
    }
    
    .support_title {
        top: 45rem;
    }
    
    .support_content {
        width: 100%;
        padding: 15rem 5% 5rem;
        height: auto;
    }
    
    .support_nav {
        top: 52rem;
        left: 4rem;
    }
    
    .support_box {
        display: block;
        padding: 0;
        background-image: none!important;
    }
    
    .support_content-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .support,
    .teams,
    .operate {
        height: auto;
    }
    
    .teams_desc {
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
     .teams_arrow{
        display: none;
    }
    
    .teams_img {
        width: 100%;
        margin-left: 0;
    }
    
    .teams_wp {
        padding: 5rem 5% 0 5%;
    }
    
    .operate_top {
        padding-top: 5rem;
    }
    
    .operate_content {
        flex-direction: column;
    }
    
    .operate_subtitle {
        font-size: 4rem;
    }
    
    .operate_slider,
    .operate_Img {
        width: 100%;
    }
    
    .operate_slider {
        height: 40rem;
        margin-top: 3rem;
    }
    
    .operateSwiper .swiper-slide {
        font-size: 3.5rem;
    }
    
    .operateSwiper .swiper-slide-active {
        font-size: 5rem;
    }
    
    .operate_Img {
        top: unset;
        left: unset;
        padding-bottom: 5rem;
    }
    
    .footer_top {
        height: auto;
        flex-direction: column;
        padding:0;
    }
    
    .footer_title {
        font-size: 11rem;
        order: 2;
        padding: 10rem 2rem 5rem;
        align-self: flex-start;
    }
    
    .footer_img {
        position: relative;
        width: 55%;
        order: 1;
    }
    
    .footer_img a {
        bottom: 6%;
    }
    
    .footer_bot-logo {
        width: 15rem;
    }
    
    .footer_bot {
        height: auto;
        padding: 4rem 5% 0;
    }
    
    .footer_bot-topNav {
        margin-left: unset;
        gap: 3rem;
    }
    
    .footer_bot-top,
    .footer_bot-topNav,
    .footerContact {
        flex-direction: column;
    }
    
    .footer_bot-bot {
        flex-direction: column;
        gap: 2rem;
    }
    
    .footernav li a,
    .footerContact li a,
    .footer_agencycopyright a,
    .footer_copyright {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    
    .footerContact {
        margin-bottom: 3rem;
        max-width: 96%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1183px) {
    .header_logo {
        width: 15.5rem;
    }
    
    .header_nav button {
        width: 80%;
    }
    
    .banner_content {
		font-size: 3.5rem;
		width: 24%;
		top: 11%;
		right: 12%;
	}

	.intro_content {
		font-size: 5rem;
	}

	.intro_btn a {
		font-size: 3rem;
	}

	.challenges_bot-box {
		font-size: 4rem;
	}
	
	.challenges_content {
        width: 52%;
    }

	.challenges_content p {
		font-size: 2.5rem;
	}

	.challenges_content h3 {
		font-size: 3.5rem;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 4rem !important;
		height: 4rem !important;
	}

	.services_title {
		font-size: 7rem;
	}

	.services_top {
		padding: 15rem 5% 0 5%;
	}

	.services_wp {
		margin-top: 8rem;
	}

	.services_box-title {
		font-size: 2rem;
		margin-bottom: 6rem;
		height: 23px;
	}
	
	.services_box-txt {
		font-size: 2.2rem;
	}

	.services_box {
		height: 42rem;
	}

	.services_box-tag span {
		font-size: 2.4rem;
	}

	.services_box-tag ul li {
		font-size: 1.4rem;
		padding: 0.5rem 0.8rem;
	}

	.howwework_title {
		font-size: 6rem;
		right: 0%;
	}
	
	.howwework_nav {
        right: 0;
    }
	
	.howwework_img {
        width: 90%;
    }

	.howwework_bottom .swiper-slide.swiper-slide-active .howwework_box {
		font-size: 6rem;
	}

	.howwework_box {
		font-size: 3rem;
	}

	.howwework_bot_wp {
		font-size: 4.5rem;
		width: 75%;
	}

	.support_title {
		font-size: 6rem;
	}

	.support_content-title {
		font-size: 3rem;
		margin-bottom: 4rem;
	}

	.list-title {
		width: 170px;
		height: 40px;
		font-size: 1.8rem;
	}

	.list-txt {
		font-size: 1.8rem;
		width: 65%;
	}

	.support_content {
		width: 60rem;
		height: 38rem;
		padding: 4rem 2rem;
	}
	
	.challenges_img {
        width: 80%;
    }

	.support_nav {
		top: 17rem;
	}

	.teams_wp {
		padding: 14rem 5% 0 5%;
	}
	
	.teams_title {
		font-size: 6rem;
	}
	
	.teams_role {
        margin-bottom: 2rem;
    }
    
    .teams_bio-blue {
        width: 85%;
    }

	.teams_desc {
		padding-top: 3rem;
		width: 65%;
	}

	.teams_bio {
		font-size: 1.8rem;
		line-height: 2rem;
	}
	
	.teams_img {
        width: 40%;
        margin-left: 3%;
    }
    
    .teams_arrow {
        display: none;
    }

	.operate_title {
		font-size: 6rem;
	}

	.operate_subtitle {
		font-size: 3rem;
	}

	.operate_slider {
		width: 40%;
        height: 45rem;
        margin-top: 5rem;
	}
	
	.operateSwiper .swiper-slide {
        font-size: 4rem;
    }
	
	.operateSwiper .swiper-slide-active {
        font-size: 6rem;
    }

	.operate_Img {
		width: 45%;
        top: 0rem;
        left: 0;
	}

	.footer_title {
		font-size: 12rem;
	}
    
	.footer_img {
		width: 38%;
	}

	.footer_img a {
		font-size: 2rem;
	}

	.footer_bot-logo {
		width: 15.5rem;
	}

	.footer_bot {
		padding: 5rem 5% 0 5%;
	}
	
	.footer_bot-topNav {
        margin-left: 14rem;
        gap: 5rem;
    }

	.footernav li a {
		font-size: 1.8rem;
	}

	.footerContact li a {
		font-size: 1.8rem;
		line-height: 2rem;
	}

    .footer_copyright,
	.footer_agencycopyright a{
		font-size: 1.4rem;
	}

	.footer_bot-bot {
		align-items: center;
	}
}

@media screen and (min-width: 1184px) and (max-width: 1399px) {
    .header_logo {
        width: 15.5rem;
    }
    
    .header_nav button {
        width: 80%;
    }
    
	.banner_content {
		font-size: 3.5rem;
        width: 24%;
        top: 5%;
        right: 12%;
	}

	.intro_content {
		font-size: 5.5rem;
	}

	.intro_btn a {
		font-size: 3rem;
	}

	.challenges_bot-box {
		font-size: 5rem;
	}

	.challenges_content p {
		font-size: 3rem;
	}

	.challenges_content h3 {
		font-size: 3.5rem;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 4rem !important;
		height: 4rem !important;
	}

	.services_title {
		font-size: 7rem;
	}

	.services_top {
		padding: 10rem 5% 0 5%;
	}

	.services_box-txt {
		font-size: 2.8rem;
	}

	.services_wp {
		margin-top: 4rem;
	}

	.services_box-title {
		font-size: 2.4rem;
		margin-bottom: 6rem;
		height: 23px;
	}

	.services_box {
		height: 42rem;
	}

	.services_box-tag span {
		font-size: 2.4rem;
	}

	.services_box-tag ul li {
		font-size: 1.4rem;
		padding: 0.5rem 0.8rem;
	}

	.howwework_title {
		font-size: 7rem;
	}

	.howwework_bottom .swiper-slide.swiper-slide-active .howwework_box {
		font-size: 7rem;
	}

	.howwework_box {
		font-size: 3.8rem;
	}

	.howwework_bot_wp {
		font-size: 4.5rem;
		width: 75%;
	}

	.support_title {
		font-size: 7rem;
	}

	.support_content-title {
		font-size: 3rem;
		margin-bottom: 4rem;
	}

	.list-title {
		width: 170px;
		height: 40px;
		font-size: 1.8rem;
	}

	.list-txt {
		font-size: 1.8rem;
		width: 65%;
	}

	.support_content {
		width: 60rem;
		height: 38rem;
		padding: 4rem 2rem;
	}

	.support_nav {
		top: 17rem;
	}

	.teams_wp {
		padding: 14rem 5% 0 5%;
	}
	.teams_title {
		font-size: 6rem;
	}

	.teams_desc {
		padding-top: 3rem;
	}

	.teams_name {
		font-size: 3.4rem;
	}

	.teams_role {
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}

	.teams_bio-blue {
		font-size: 2rem;
		line-height: 2.2rem;
		margin-bottom: 1rem;
		width: 100%;
	}

	.teams_bio {
		font-size: 1.6rem;
		line-height: 2rem;
	}

	.operate_title {
		font-size: 6rem;
	}

	.operate_subtitle {
		font-size: 3rem;
	}

	.operate_slider {
		width: 35%;
		height: 30rem;
		margin-top: 5rem;
	}

	.operateSwiper .swiper-slide {
		font-size: 4rem;
	}

	.operate_Img {
		width: 41%;
		top: -15rem;
		left: -5rem;
	}

	.footer_title {
		font-size: 16rem;
	}
	.footer_img {
		width: 24%;
	}

	.footer_img a {
		font-size: 1.8rem;
	}

	.footer_bot-logo {
		width: 25rem;
	}

	.footer_bot {
		padding: 5rem 5% 0 5%;
	}

	.footernav li a {
		font-size: 1.8rem;
	}

	.footerContact li a {
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.footer_copyright,
	.footer_agencycopyright a{
		font-size: 1.4rem;
	}

	.footer_bot-bot {
		align-items: center;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    .header_logo {
        width: 18.5rem;
    }
    
    .header_nav button {
        width: 90%;
    }
    
	.banner_content {
		font-size: 3.5rem;
		width: 24%;
		top: 11%;
		right: 12%;
	}

	.intro_content {
		font-size: 5.5rem;
	}

	.intro_btn a {
		font-size: 3rem;
	}
	
	.challenges_img {
        width: 78%;
    }
    
    .challenges_content {
        right: -7rem;
    }

	.challenges_bot-box {
		font-size: 5rem;
	}

	.challenges_content p {
		font-size: 3rem;
	}

	.challenges_content h3 {
		font-size: 3.5rem;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 4rem !important;
		height: 4rem !important;
	}

	.services_title {
		font-size: 7rem;
	}

	.services_box-txt {
		font-size: 2.8rem;
	}

	.services_wp {
		margin-top: 4rem;
	}

	.services_box-title {
		font-size: 2.4rem;
		margin-bottom: 6rem;
		height: 23px;
	}

	.services_box {
		height: 42rem;
	}

	.services_box-tag span {
		font-size: 2.4rem;
	}

	.services_box-tag ul li {
		font-size: 1.4rem;
		padding: 0.5rem 0.8rem;
	}
	
	.howwework_img {
        width: 70%;
    }

	.howwework_title {
		font-size: 7rem;
	}

	.howwework_bottom .swiper-slide.swiper-slide-active .howwework_box {
		font-size: 6rem;
	}

	.howwework_box {
		font-size: 3.8rem;
	}

	.howwework_bot_wp {
		font-size: 4.5rem;
		width: 75%;
	}

	.support_title {
		font-size: 7rem;
	}

	.support_content-title {
		font-size: 3rem;
		margin-bottom: 4rem;
	}

	.list-title {
		width: 170px;
		height: 40px;
		font-size: 1.8rem;
	}

	.list-txt {
		font-size: 1.8rem;
		width: 65%;
	}

	.support_content {
		width: 60rem;
		height: 38rem;
		padding: 4rem 2rem;
	}

	.support_nav {
		top: 17rem;
	}

	.teams_wp {
		padding: 14rem 5% 0 5%;
	}
	
	.teams_title {
		font-size: 6rem;
	}

	.teams_desc {
		padding-top: 3rem;
	}

    .teams_img {
        width: 37%;
        margin-left: 8%;
    }
    
    .teams_role {
        margin-bottom: 3rem;
    }
    
    .teams_bio-blue {
        font-size: 2rem;
    }
    
    .teams_bio {
        font-size: 1.8rem;
    }

	.operate_title {
		font-size: 7rem;
	}

	.operate_subtitle {
		font-size: 4rem;
	}

	.operate_slider {
		width: 45%;
		height: 40rem;
		margin-top: 5rem;
	}

	.operate_Img {
		width: 41%;
		top: -15rem;
		left: -5rem;
	}

	.footer_title {
		font-size: 21rem;
	}
	
	.footer_img {
		width: 26%;
	}

	.footer_img a {
		font-size: 2.2rem;
	}

	.footer_bot-logo {
		width: 18.5rem;
	}

	.footer_bot {
		padding: 5rem 5% 0 5%;
	}

	.footernav li a {
		font-size: 1.8rem;
	}

	.footerContact li a {
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.footer_copyright,
	.footer_agencycopyright a{
		font-size: 1.4rem;
	}

	.footer_bot-bot {
		align-items: center;
	}
}

@media screen and (min-width: 1520px) and (max-width: 1599px) {
    .banner_content {
        font-size: 4rem;
        right: 18%;
    }
    
    .intro_content {
        font-size: 6rem;
    }
    
    .challenges_img {
        width: 65%;
    }
    
    .challenges_content {
        right: 0;
    }
    
    .services_top {
        padding: 15rem 5% 0 5%;
    }
    
    .howwework_img {
        width: 55%;
    }
    
    .teams_arrow {
        width: 85%;
    }
    
    .teams_img {
        width: 29%;
    }
    
    .teams_desc {
        width: 53%;
    }
    
    .operate_slider {
        height: 35rem;
    }
    
    .footer_title {
        font-size: 22rem;
    }
    
    .footer_img {
        width: 22%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
    .banner_content {
        font-size: 4.5rem;
        top: 7%;
    }
    
    .intro_content {
        font-size: 7rem;
    }
    
    .challenges_img {
        width: 75%;
    }
    
    .challenges_content {
        right: 0;
    }
    
    .challenges_content p {
        font-size: 3.5rem;
    }
    
    .challenges_bot-box {
        font-size: 5rem;
    }
    
    .services_box-txt {
        font-size: 4rem;
    }
    
    .services_box-tag span {
        font-size: 2.5rem;
    }
    
    .services_box-tag ul li {
        font-size: 1.6rem;
    }
    
    .howwework_img {
        width: 70%;
    }
    
    .howwework_bottom .swiper-slide.swiper-slide-active .howwework_box {
        font-size: 8rem;
    }
    
    .teams_arrow {
        width: 85%;
    }
    
    .teams_img {
        width: 35%;
        margin-left: 8%;
    }
    
    .teams_desc {
        width: 53%;
    }
    
    .footer_img {
        width: 27%;
    }
    
    .footer_title {
        font-size: 24rem;
    }
    
    .footer_copyright,
	.footer_agencycopyright a{
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1720px) and (max-width: 1900px) {
    .howwework_img {
        width: 60%;
    }
    
    .challenges_img {
        width: 70%;
    }
    
    .services_top {
        padding: 13rem 5% 0 5%;
    }
    
    .operate_Img {
        width: 40%;
    }
    
    .operate_slider {
        height: 40rem;
    }
    
    .teams_img {
        width: 30%;
        margin-left: 9%;
    }
    
    .footer_img {
        width: 24.1%;
    }
}

@media screen and (min-width: 2000px) {
    .challenges_img {
        width: 65%;
    }
    
    .howwework_img {
        width: 40%;
    }
    
    .howwework_bottom {
        padding: 0;
    }
}