@media(max-width: 980px){
	.divider-banner{
		padding: 50px 30px;
	}
	.divider-banner .content-banner__home{
		padding: 0 !important;
	}
	.divider-banner .img-banner__home{
		text-align: right;
	}
	.divider-banner .img-banner__home img{
		display: inline-block;
	}

	.divider-banner  .img-banner__home img{
		border-radius: 180px 0 0 0;
	}
	.divider-top-list{
		gap: 30px 5.5%;;
	}
	.divider-top-list .divider-box{
		width: 47.25%;
	}
	.divider-top-list2{
		padding: 0 145px;
	}
	.divider-top-list2 .divider-box{
		width: 100%;
	}
	.divider-why{
		padding: 60px 30px;
	}
	.list-image-text{
		padding: 0;
		gap: 30px;
	}
	.list-image-text .item{
		width: 100%;
	}
	.list-image-text .item .featured{
		        margin-bottom: 30px;
	}
	.divider-support{
		padding: 50px 30px;
	}
	.divider-support-left, .divider-support-right{
		width: 100%;
	}
	.divider-support-left img{
		width: 75%;
		margin-bottom: 30px;
	}
	.divider-support-left{
		margin-bottom: 30px;
	}
	.divider-simple-list{
		gap: 30px 5.5%;
	}
	.divider-simple-list .box-white{
		width: 47.25%;
	}
}
@media(max-width: 767px){
	.divider-banner h1{
		font-size: 32px;
	}
	.divider-banner .description-banner__home p{
		font-size: 18px;
	}
	.wavy-bottom{
		top: -1px;
	}
	.title-section h2{
		font-size: 32px;
	}
	.title-section p{
		margin-top: 25px;
		font-size: 18px;
	}
	.divider-top-list .divider-box, .divider-simple-list .box-white{
		width: 100%;
	}
	.divider-top-list2{
		padding: 0;
	}
	.divider-why .title-section h2{
		font-size: 32px;
	}
}