.Theme_Iconbox{
	padding-top: 30px;
	padding-bottom: 60px;
}
.Theme_Iconbox .iconbox-02 {
    text-align: center;
	padding-bottom: 20px;
}
.Theme_Iconbox .iconbox-02 .icon{
	margin-bottom: 15px;
}
.Theme_Iconbox .iconbox-02 .title{
	font-size: 16px;
	line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
	font-weight: 700;
	margin-top: 0px;
    margin-bottom: 12px;
}
.Theme_Iconbox .iconbox-02 .icon img{
	max-width: 100%;
}
.Theme_Iconbox .iconbox-02 p{
	margin-bottom: 18px;
}
@media (max-width: 992px){
	.Theme_Iconbox{
		padding-bottom: 50px;
	}
}
@media (max-width: 767px){
	.Theme_Iconbox{
		padding-bottom: 30px;
	}

}