html, body{
	letter-spacing: 0.5px;
}
.header .logo img{
    max-height: 48px;
}

.header .btn-getstarted{
	border-radius: 80px;
}

.hero .icon-box{
	padding: 20px;
}

.hero .icon-box h3{
	font-size: 16px;
}

section, .section{
    padding: 48px 0;
}

.about .content{
	font-size: 14px;
}

.about .content ul li {
    padding: 5px 0 0 0;
}

.about .content-2{
	font-size: 17px;
}

.about .content-2 ul li {
    padding: 10px 0 0 0;
}

.section-title p.sm{
	font-size: 28px;
}

.features .features-item i {
    font-size: 36px;
}

.services .service-item h3{
	font-size: 18px;
}

.services .service-item .icon{
	background: transparent;
	width: auto;
	height: auto;
}

.services .service-item .icon img{
	width: auto;
	height: 100px;
}

.services .service-item .icon img.h{
	height: 50px;
}

.footer .footer-links ul a{
	line-height: normal;
}

.detail-logo{
	width: auto;
	height: 150px;
}

.detail-logo.h{
	height: 75px;
}

.service-item{
	background-color: var(--surface-color);
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.service-info .title{
	font-size: 16px;
    font-weight: 700;
}

.service-info .text{
	font-size: 14px;
}

.box-image{
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-image img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.box-image.service{
	height: 200px;
}
.box-image.service.sm{
	height: 100px;
}
.box-image.service img{
	height: 100%;
	width: 100%;
}

main.detail-page{
	margin-top: 75px;
}