/**
 * section_icons
 * @version	2.0
 * @release	17-01-2022
 * @author	msolowski Marcin Sołowski
 * @website	http://msolowski.pl
 */

.section_icons.background_color .icon.is_gl_bc_light
{
	background-color: var(--root_color_white);
	background-color: transparent;
}

.section_icons .icon.is_gl_bc_light
{
	border: 1px solid var(--root_color_lead);
	padding: var(--global_size_40);
	border-radius: 12px;
	background-color: transparent;
}

.section_icons .icon .image
{
/*	width: 100%;
	max-width: 72px;
	display: inline-block; */
}

.section_icons .icon .image img
{
	max-width: 72px;
}

.section_icons .icon.is_css_ta_center .image img
{
	margin: 0 auto;
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}