.also-read {
   display: flex;
    border: 1px dashed #9b1717;
    border-radius: 5px;
    position: relative;
    padding: 9px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 12px;
    background-color: #fffdf9;
    margin: 20px 0;
}
.also-read img {
    max-width: 100%;
    height: auto;
}

.also-read h4{color: black;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    float: right;
    margin-top: 20px;
    float: right;}
.also-read img {
    max-width: 100%;
    height: auto;
    max-width: 150px;
    width: 100px !important;
    border-radius: 4px !important;
    margin: 8px 10px 0 0;
    box-shadow: 0px 1px 8px #70707096 !important;
}

.also-read:before {
    content: "Also read";
    position: absolute;
    top: -12px;
    font-size: 14px;
    color: #cb0000;
    left: 10px;
    background: #fff;
    padding: 0 4px;
    font-weight: 500;
    border-radius: 50px;
}