.contact a {
    font-size: 14px;
    color: #444444;
}

.contact ul {
    list-style-type: none;
    padding-left: 0;
}

.feature-details .nav-pills .nav-link {
    border-radius: 0 !important;
}

.feature-details .nav-pills .nav-link:hover {
    cursor: pointer;
}

.feature-details .nav-pills .nav-link.active {
    background-color: #f8f8f8 !important;
}

.service-title {
    font-size: 14px !important;
}

.feature-list {
    width: 30%;
}

.tab-content {
    width: 70%;
}

@media (max-width: 767.98px) {
    .feature-details p {
        font-size: 13px;
        line-height: 1.7;
    }

    .feature-details .feature-img {
        border-radius: 8px;
    }

    .alt-services .details p {
        line-height: 1.7;
        font-size: 12px;
    }

    .alt-services .details h3 {
        margin: 10px 0 10px 0;
        font-size: 16px;
    }

    .alt-services .details {
        padding: 10px !important;
        min-height: 130px !important;
    }
}