.mid-all h2 {
    text-align: center;
    font-family: LatoBold;
}

.img-box {
    width: 94%;
    border: 3px solid #d19393;
    background: rgb(255 228 228);
    padding: 0 10px;
    margin: 30px 3%;
    display: flex;
    align-items: center;
    box-shadow: 8px 12px 7px 0px rgba(0, 0, 0, 0.55);
}
.img-box img {
    width: 50%;
    display: inline-block;
    
}
.img-box p {
    width: 48%;
    display: inline-block;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    /* white-space: nowrap;   */
    text-overflow:ellipsis; 
    overflow:hidden;
}