.header-title {
    margin-block: 60px;
    text-align: center;
    font-size: 36px;
}

.lead {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 60px;
}

#platform-part .platform-item-group .platform-item h3 {
    margin-top: 20px;
}

.platform-item .icon--lg {
    font-size: 45px;
}

#pricing-part ul.nav {
    justify-content: center;
    margin-top: 60px;
}

#pricing-part ul.nav .nav-link {
    color: #fff;
}

#pricing-part ul.nav .nav-link.active {
    background-color: #EF2543;
}

#newsletter-part {
    max-height: 464px;
}

.faq-part-2 {
    margin-top: 120px;
}

.btn-group a {
    padding: 10px 15px;
    border-radius: 3px;
    background: #EF2543;
}

.template-page #template-tabs .tab-content .template-group .template-item .link-btn h4 {
    font-size: 16px;
    line-height: 34px;
    color: #414564;
    font-weight: 400;
    padding-inline: 20px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.template-page #template-tabs .tab-content .template-group .template-item .link-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    z-index: 2;
    padding-block: 8px;
}
.mt-120{
    margin-top: 120px !important;
}
@media(max-width: 767px){
    .mt-120{
    margin-top: 60px !important;
}

}