:root {
    --navbg: #262626;
    --font-base: "Oswald";
    --navColor: #525452;
    --fontcolor: #ad6c60;
    --fontlight: #bbb;
    --backcol: #999;
}

.blogsection .card {
    padding: 1rem;
    background-color: white;
}

.btn-explore {
    color: #ad6c60;
    transition: all 0.3s ease-in-out;
    width: fit-content;
    /* border-bottom: 0px solid #ad6c60; */
    letter-spacing: 0px;
}

.btn-explore:hover {
    /* border-bottom: 8px solid #c8d6ff; */
    color: #000e3a;
    letter-spacing: 1px;
}

.card2 {
    background-color: var(--fontcolor);
    color: white;
    border-radius: 20px;
}

.card ul {
    list-style-type: none;
    padding: 0;
}

.card ul li {
    display: inline-block;
    margin-right: 10px;
    /* Adjust the spacing between items as needed */
    background-color: #ad6c60;
    color: white;
    margin-top: 10px;
    padding: 0.2rem;
}