.logo h1 {
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}
.logo h1 span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #202125;
    letter-spacing: 1.5px;
    line-height: normal;
}
.feature .featured-desc {
    padding: 0 30px;
}
.dark-bg.typ-test {
    background-color: #fff;
}
.dark-bg.typ-test .testimonial {
    background-color: #1b1b1b;
    border-radius: 5px;
}
.test-list {
    columns: 2;
    break-inside: avoid;
    list-style: none;
    padding: 0;
    margin: 0;
}
.test-list li {
    break-inside: avoid;
    margin-bottom: 15px;
}
.modal-body textarea.form-control{
    height: 80px;
}
.header-wrap .btn{
    padding: 12px 15px;
}
@media (max-width: 767px){
    .navbar .btn.btn-theme{
        display: none;
    }
    .test-list{
        columns: 1;
    }
    .banner-slider h1 {
        letter-spacing: 5px;
    }
    .banner-slider h5{
        letter-spacing: 2px !important;
    }
}