@media (max-width: 1440px) {
    img.Soc-image-right {
       
        right: -20%;
       
    }

    .entry-content {
       padding-left:30px;
       padding-right:30px;
    }
	img.per-image-right {
		right: -51%;
	}
}


@media (max-width: 1230px) {
   

    .entry-content {
       padding-left:30px;
       padding-right:30px;
    }
	img.per-image-right {
		right: -52%;
	}
}

@media (max-width: 1024px) {

    img.enviro-image-right {
       
        height: 70%;
    }

    .Enviro-climate p {
        max-width: 571px;
    }
	img.per-image-right {
		right: -60%;
	}

}

@media (max-width: 912px) {
	img.enviro-image-right {
       
        height: 72%;
    }

    .Enviro-climate p {
        max-width: 486px;
    }
}

@media (max-width: 860px) {
	img.enviro-image-right {
       
        height: 59%;
    }

    .Enviro-comm-text {
        max-width: 546px;
    }
}

@media (max-width: 768px) {
	img.enviro-image-right {
        height: 56%;
    }

    .Enviro-comm-text {
        max-width: 419px;
    }
}


@media (max-width: 540px) {
    img.enviro-image-right {
        clip-path: none;
        height: auto;
        width: 100%;
        position: static;
    }

    .Enviro-comm-text {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .headbanner {
        height: 479px!important;
    }

}