.container {
	max-width: 72rem;
    padding-left: 1rem;
    padding-right: 1rem;
	margin: 0 auto;
	width: 100%;
}
@media (max-width:1699px) {}

@media (max-width:1439px) {}

@media (max-width:1279px) {}

@media (max-width:1199px) {}

@media (max-width:1023px) {}

@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {}

@media (max-width:767px) {

	.wrapper {
	    padding-top: 2.1rem;
	    padding-bottom: 2.1rem;
	}
	.header-info h1 {
	    font-size: 24px;
	}
	.plastic-synergy-heading h2 {
		font-size: 1.795rem;
	}
	.row.card-wrap .col-6 {
	    width: 100%;
	}
	.share-icon {
	    left: 42%;
	    transform: translateX(-58%);
	}
	.popular-tags-section {
    	margin-top: 20px;
	}
	.p-4 {
	    padding: 1.2rem!important;
	}

}

@media (max-width:575px) {

	.header .container {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}
	.container {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}
	.header {
	    padding-top: 1.3rem;
	    padding-bottom: 1.3rem;
	}
	.header-left-col {
	    width: 100%;
	    order: 2;
	}
	.header-right-col {
	    width: 100%;
	    order: 1;
		margin-bottom: 10px;
	}
	.header-info h1 {
	    font-size: 22px;
	}
	.wrapper {
	    padding-top: 1.6rem;
	    padding-bottom: 1.6rem;
	}
	.share-icon {
	    left: 35%;
	    transform: translateX(-65%);
	}
	.plastic-synergy-heading h2 {
	    font-size: 1.695rem;
	    line-height: 1.7rem;
	}
	.plastic-synergy-heading p {
		line-height: 1.55rem;
        font-size: 17px;
	}
	.first-participate-text {
	    padding-top: 1.4rem;
	    padding-bottom: 1.4rem;
	}
	.resource-library-item {
	    margin-top: 12px;
	    padding: 12px;
	}
	.resource-library-top-left {
	    width: 100%;
		order: 2;
	}
	.resource-library-top-left-info {
	    padding-right: 0px;
	}
	.resource-library-top-right {
	    width: 100%;
	    order: 1;
	    margin-bottom: 10px;
	}
	.card-header .icon.gradient-icon {
	    min-width: 2.5rem;
	}
	.popular-tags-section.card h4{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 16px;
	}
}
