.blog-card-box {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 10px;
    cursor: pointer;
    transition: background-color 2s ease;
    margin-top: 25px;
    height:100%;
}

.blog-card-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-card-text {
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-card-date-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-card-date {
    text-decoration: none;
    color: #868686;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    /* 633.333% */
}

.blog-card-btn {
    text-decoration: none;
    color: #868686;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    /* 633.333% */
}

.blog-card-box:hover {
    background-color: #61B094;
}

.blog-card-box:hover .blog-card-date {
    color: #fff;
}

.blog-card-box:hover .blog-card-text {
    color: #fff;
}

.blog-card-box:hover .blog-card-btn {
    color: #fff;
}

.blog-card-box:hover .blog-card-btn svg path {
    stroke: #fff;
}

.blog-deatail-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-deatail-s-2 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    /* 142.5% */
}

.blog-deatail-s-3-p {
    color: #000;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.blog-line {
    height: 1px;
    width: 100%;
    background-color: #EAEAEA;
    margin-top: 40px;
}
.show-more-btn{
 display: flex !important;
 justify-content: center !important;
 align-self: center;
 margin-top: 40px !important;
}