.make_clickable {

    border: 1px solid #d9d7d7;

    padding: 10px;

    border-radius: 10px;

}



.wp_content_box_shadow {

    box-shadow: 7px 7px 5px #d9d7d7;

    background-color: #d8fdd2;

}

.seo-marketing h3 {
    margin: 15px 0 10px 0;
    font-weight: 300;
    text-align: center;
    font-family: var(--heading-4);
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}




.nav-pills .nav-link {
    background: #ea1313;
    border: 0;
    border-radius: .25rem;
    color: #fff !important;
    margin: 2px;
    border: none;
}

.nav .nav-item button.active {
    background-color: #000;
    color: #fff;
}

.nav .nav-item button.active::after {
    content: "";
    border-bottom: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
}
