/* sm=600 */
/* md=900 */
/* lg=1200 */
/* xl=1600 */

@media screen and (max-width: 500px) {
	.section__content__title {
            font-size: 3rem !important;
	}
        
        #fp-nav {
            display: none !important;
        }
        
        #mag_logo {
            width: 80% !important;
        }
        
        #akkufresh_icons {
            margin-left: 3% !important;
            width: 43% !important;
        }
        
        #cosm_icons {
            margin-top: 29% !important;
            width: 91% !important;
        }
        
        #textile_icons {
            margin-left: 33% !important;
            margin-top: -4% !important;
            width: 81% !important;
        }
        
        #water_icons {
            margin-left: 20% !important;
            margin-top: 6% !important;
            width: 87% !important;
        }
        
        #agri_icons {
            margin-left: 10% !important;
            margin-top: 27% !important;
            width: 90% !important;
        }
        
        #condom_icons {
            margin-left: 5% !important;
            margin-top: 6% !important;
            width: 47% !important;
        }
        
        #contact_icons {
            width: 84% !important;
        }
        
        .section__content__info {
            width: 75% !important;
        }
        
        #contact_info {
            font-size: 130% !important;
        }
        
	.section__action__container {
            left: 50% !important;
	}        
}


@media screen and (min-width: 600px) {
	.section__action__btn {
		max-width: 30rem;
		padding: 1.5rem;
		flex-basis: 40%;
	}

	.section__action__container {
		justify-content: space-evenly;
	}
}

@media screen and (min-width: 900px) {
	.section__action__container {
		width: 70%;
	}

	.footer ul {
		width: 70%;
	}
}

@media screen and (min-width: 1200px) {
	.header__nav__btn {
		display: inline-block;
	}

	.header__left {
		padding: 0 10px;
	}

	.header__right {
		margin: auto 2rem;
	}

	.link__in__middle {
		display: none;
	}
	
	.menu__btn {
		display: none !important;
	}

	.section__action__container {
		width: 60%;
	}

	.footer ul {
		width: 50%;
	}
        
             
}

@media screen and (min-width: 1600px) {
	.footer ul {
		width: 40%;
	}

	.section__action__container {
		width: 50%;
	}
}
