@media(max-width:767px){
			.img{
				text-align: center;
			}
			.img img{
				width: 70%;
				margin-bottom: 10px;
			}
			.item .col-md-10{
				justify-content: center;
			}

			h6{
				font-size: 13px;
			}
		}

		.item .col-md-12{
			border-top: solid 3px #f15a24;
			padding: 5px;
			box-shadow: 0 2px 2px rgba(0,0,0,.29);
			border-radius: 5px;
		}

		#ic .item{
			margin-bottom: 30px;
		}

		.item .col-md-10{
			display: flex;
			align-items: center;
		}

		.item a{
			text-decoration: none!important;
			color:#535353;
		}

		.item a:hover{
			color:'';
		}

		h2{
			color:#535353;
		}

		.item:hover .col-md-12{
			scale: 1.05;
			background: white;
			-webkit-box-shadow: -8px 13px 28px -4px rgba(158,158,158,1);
			-moz-box-shadow: -8px 13px 28px -4px rgba(158,158,158,1);
			box-shadow: -8px 13px 28px -4px rgba(158,158,158,1);
		}

		.item h6{
			justify-content: center;
		}