.blog-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-details-container {
    max-width: 900px;
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.blog-text sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    opacity: 0.5;
    color: #13307E;
}

.blog-img {
    height: 380px;
    max-width: 900px;
    width: 80%;
    position: relative;
    border-radius: 10px;
}

.blog-img img {
    position: absolute;
    max-width: 900px;
    height: 507px;
    top: -150px;
    left: 50%;
    transform: translate(-50%);
    object-fit: none;
}

.blog-info {
    margin-top: 16px;
}

.blog-info-background {
    max-width: 1360px;
    border-radius: 50px;
    background: rgb(232, 239, 255);
    background: linear-gradient(23deg, rgba(232, 239, 255, 1) 0%, rgba(233, 240, 254, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 348px;
}

.blog-info-container {
    margin-top: 50px;
    width: 66%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
}

.blog-info-heading h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    color: #13307E;
}


.date {
    display: flex;
    width: 101px;
    height: 24px;
    justify-content: space-between;
}

.date img {
    width: 24px;
    height: 24px;
}

.date span {
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #13307E;
}

.blog-share {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 18px;
}

.blog-share sub {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    color: #13307E;
}

.blog-social-icons {
    display: flex;
    gap: 10px;
}

.blog-social-icon {
    width: 41.54px;
    height: 45px;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 35px 0px #829DBC26;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-social-icons img {
    width: 24px;
    height: 22.15px;
}

.blog-similars-heading h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    color:#056DFA;
    text-align: center;
    margin: 50px 0 60px 0;
}