.Blog-details{
    padding: var(--p60) var(--p12);
    background: #d2e6f1;
    /* height: 532px; */
}
.breadcrumb{
    padding-left:var(--p1);
}
section.Blog-details img {
    width: 95%;
    /* max-width: 45%; */
    margin-right: 20px;
    /* max-height: 400px; */
    object-fit: cover;
    height: 350px;
    /* float: left; */
}
section.Blog-details .container div {
    width: 100%;
    /* min-height: 400px; */
}
section.attr-d-img  {
    width: 50%;
}

.attr-d-text {
    background: #f7f1ec;
    padding: 20px;
    border-radius: 40px;
    width: 50%;
}

.attr-main-div {
    display: flex;
}


.attr-d-text p {
    color: var(--secondary-color);
}


.breadcrumb-wrap {
    padding: var(--p20);
    background-color: #fff;
    border-bottom: 1px solid #ececec;
}





