
.sprt_typediv{
    width: 70.941%;
    margin: 100px auto 0 auto;
    min-width: 1000px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.sprt_type{
    border: 1px solid #e1e1e1;
    width: 42.6%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 3.7%;
}
.sprt_type>p{
    width: 100%;
    display: flex;
    justify-content: center;
}
.sprt_typeimg>img{
    height: 64px;
    width: auto;
}
.sprt_typeimg{
    width: 100%;
    margin: 55px 0;
    text-align: center;
}
.sprt_typename{
    font-family: 'Montserrat';
	font-weight: 700;
    font-size: 21px;
	color: #000;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}
.sprt_typetext{
    text-align: center;
    font-family: 'Montserrat';
	font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
	color: #a0a0a0;
    width: 80% !important;
}
.sprt_typehref{
    width: 100%;
    display: inline-block;
    border: 1px solid #000;
    width: 133px;
    height: 38px;
    line-height: 1.5;
    font-family: 'Montserrat';
	font-weight: 300;
    font-size: 12px;
	color: #000;
    line-height: 38px;
    text-align: center;
    margin: 50px auto 40px auto;
}
.sprt_typehref:hover{
    color: #FFF;
    background-color: #FF8B00;
    border: 1px solid #FF8B00;
}