.content-box-light
{
    display:flex;
}

.content-box-light>div:last-child
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-box-light>div>div
{
    font-size:14px;
    line-height: 17px
}

.support-icon 
{
	width:130px;
    flex-basis: 130px;
    min-width:130px;
	height:105px;
	border-radius: 10px;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    margin-right:20px;
}

.support-icon.faq, .support-icon.community
{
	background:#63FFA2;
}

.support-icon.request, .support-icon.tutorial
{
	background: linear-gradient(69.55deg, #FFEA46 16.87%, #FFEF56 89.52%);
}

.support-icon span
{
    display:block;
}

.support-icon span.faq {
    width: 60px; 
    height: 60px;
    background: url('/img/support_icon_sprites.png') -0 -0;
}

.support-icon span.request {
    width: 60px; height: 60px;
    background: url('/img/support_icon_sprites.png') -60px -0;
}

.support-icon span.tutorial {
    width: 60px; height: 60px;
    background: url('/img/support_icon_sprites.png') -120px -0;
}

.support-icon span.community {
    width: 60px; height: 60px;
    background: url('/img/support_icon_sprites.png') -180px -0;
}