.story-container {
    margin-top: 75px;
}

.story-content {
    border-radius: 8px;
    padding-top: 1px;
    max-width: 1200px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .18);
}

.story-main-pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    border-radius: 8px;
}

.story-title {
    font-size: 36px; 
    margin: 0; 
    padding: 30px 16px 0;
    
}

.story-desc {
    border-top: 1px solid #eee; 
}

.story-info {
    display: flex;
    margin-top: 30px;
}

.story-auther {
    display: flex;
}

.story-auther img {
    border-radius: 50%;
    float: left; 
    margin-right: 20px; 
    margin-bottom: 20px; 
    height:65px
}
.contributor img {
    height:80px;
    width: 80px;
}
.autther-info {
    margin-top: -20px;
}

.auther-text {
    margin-bottom: -7px !important;
}

.story-footer {
    display: flex;
    border-top: 1px solid #eee; 
    padding: 16px 32px;
}

.story-footer button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dfe1e5;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    transition: .3s;
    user-select: none;
    width:200px;
}

#btn-trick {
    width:250px;
}

.story-footer button i {
    font-size: 15px;
}

.story-small-info {
    margin-top: 20px;
}

.story-dates {
    font-size: 14px !important;
    display: block;
}

.story-img-bloc {
    position: relative;
    width: 100%;
    height: 255px;
}

.story-patient-info {
    position: absolute;
    top:30px;
    left: 50px;
    width: calc(100% - 450px);
    height:75%;
    border: 1px solid #eee; 
    background-color: #f2f2f347;
    border-radius: 8px;
    text-align: center;
}

.story-patient-info-mob {
    position: relative;
    width: 100%;
    left: unset;
    margin-bottom: 50px;
}

.story-dates-ar {
    text-align: right;
}

.story-auther-ar img {
    margin-right: unset;
    margin-left: 20px;
}

.treated-txt-ar {
    text-align: center !important;
}

@media screen and (max-width: 660px ){
    body {
        padding-top: 1px !important;
    }

    .story-title {
        font-size: 22px;
        padding: 0px 0px;
    }

    .story-info {
        display: block;
        padding: 0px;
    }

    .story-auther {
       margin-bottom: 10px;
    }

    .story-footer {
        display: block;
        padding: 0px 0px 1px 0px;
        
    }

    .story-footer button {
        width: 90% !important;
        margin: 20px 0px;
    }

    .story-main-pic {
        width: 100%;
    }
    .story-patient-info-mob {
        display: block !important;
    }
    .story-patient-info-web {
        display: none !important;
    }
}