.blog {
    margin-top: 70px;
}

.blog-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 670px;
    height: 297px;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 35px 0px #829DBC26;
}

.blog-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 30px;
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 30px;
    gap: 30px;
}

.blog-card-img img {
    width: 100%;
    height: 237px;
    object-fit: cover;
    border-radius: 16px;
}

.blog-card-heading sub {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    color: #13307E;
}

.blog-card-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    opacity: 0.5;
    color: #13307E;
}

.blog-card-button {
    display: flex;
    justify-content: flex-end;
}

.blog-card-button button {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: Hug (90px);
    height: Hug (24px);
    gap: 20px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #056DFA;
    transition: .3s;
}



.blog-card-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}