body .ts-servicebox-style-5 .themestek-box-link a {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: block;
}

body .ts-servicebox-style-5 .themestek-box-link a:after {
    content: "\e850";
    font-family: "ts-labtechco-icons";
    font-size: 20px;
    padding-left: 10px;
    background: none !important;
    font-weight: normal;
    line-height: 22px;
    vertical-align: middle;
    float: right;
}
.ts-servicebox-style-5{
    background-color: #fff;
}
.ts-servicebox-style-5.themestek-box  .themestek-box-content-inner{
    position: relative;
}
.ts-servicebox-style-5.themestek-box  .themestek-box-content-inner{
    padding: 40px 40px 30px;
    border: 1px solid #e1eeff;
}
.ts-servicebox-style-5 .ts-ihbox-icon.ts-large-icon{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ts-servicebox-style-5 .ts-ihbox-icon.ts-large-icon {
    position: absolute;
    top: -33px;
    right: 15px;
    width: 60px;
    text-align: center;
    height: 60px;
    color: white;
}
.ts-servicebox-style-5 .ts-large-icon i:before{
    font-size: 34px;
}
.ts-servicebox-style-5.themestek-box .themestek-pf-box-title h3{
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: none;
}
.ts-servicebox-style-5.themestek-box .themestek-pf-box-title h3{
    text-transform: none;
}
.ts-servicebox-style-5 .themestek-box-category{
   margin-bottom: 10px; 
}
.themestek-box.ts-servicebox-style-5 .themestek-box-category a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.ts-servicebox-style-5 .themestek-box-link {
    margin-top: 35px;
    border-top: 1px solid #e1eeff;
    padding-top: 20px;
}
.themestek-box.ts-servicebox-style-5 .themestek-box-category a,
.ts-servicebox-style-5 h3 a:hover, 
.ts-servicebox-style-5 .themestek-box-link a:hover {
    color: var(--tste-labtechco-skincolor);
}
.ts-servicebox-style-5 .ts-ihbox-icon.ts-large-icon {
    background-color: var(--tste-labtechco-skincolor);
}
.ts-servicebox-style-5:hover .ts-ihbox-icon.ts-large-icon {
    background-color: var(--tste-labtechco-skincolor-dark);
}
body .ts-servicebox-style-5 .themestek-box-link a {
    color: var(--tste-labtechco-skincolor-dark);
}

@media (max-width: 1024px) {
	.ts-servicebox-style-5.themestek-box .themestek-box-content-inner{
		padding-left: 19px;
		padding-right: 19px;
	}
}