.Blog-details{padding:var(--p60) var(--p12)}.breadcrumb{padding-left:var(--p1)}section.Blog-details img {
    width: 100%;
    /* max-width: 45%; */
    /* margin-right: 20px; */
    max-height: 400px;
    object-fit: cover;
    height: 100%;
    float: left;
}
.Blog-details h1{
    color: black;
    font-size: var(--f30);
    margin-bottom: var(--m20);
}
.Blog-details a {
    display: table;
   font-size: 13px;
    color: #1b4d5a;
     font-weight: 600;
    margin-top: 20px;
    background: white;
}
.Blog-details a i{
    color: #1b4d5a;
}
.Blog-details p {
    text-wrap: wrap;
    display: block;
    white-space: inherit;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    color: black;
}
.Blog-details p{text-wrap:wrap;display:block;white-space:inherit;word-wrap:break-word;overflow-wrap:break-word;width:100%}