.banner-ap-img{
	background-image: url("../../image/content/main.jpg");
	background-repeat: no-repeat;
	height: 510px;
	background-position: 50% 50%;
    background-size: 1920px 510px; }

    @media screen and (max-width: 1024px){
		.banner-ap-img{
			background-image: url("../../image/content/mains.jpg");
			height: 700px;
			background-size: 1024px 700px;
			background-position: 50% 50%;
		}
	}

.btn-daz-3{
    font-size: 18px;
    padding: 13px 10px;
    width: 48%;}
	@media screen and (max-width: 1170px){
		.btn-daz-3{
		    font-size: 16px;
		}
    }
    @media screen and (max-width: 970px){
		.btn-daz-3{
		    font-size: 14px;
		}
    }
	.btn-daz-3 + .btn-daz-3{
	    margin-left: 1%
	}

@media screen and (max-width: 768px){
	.mainImg{
		margin: 0 auto;
	}
}