section.story-container {
    background-color: white;
    padding-bottom: 5rem;
}

.single-blog {
    width: 100% !important;
    padding: 0 20px !important;
    border-right: 0 !important;
}

:host ::ng-deep div.blogPara ul li,
:host ::ng-deep div.blogPara p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-align: justify;
    margin-bottom: 2rem;
}

:host ::ng-deep div.blogPara h4,
:host ::ng-deep div.blogPara h3,
:host ::ng-deep div.blogPara h2 {
    color: #fff;
}

:host ::ng-deep div.blogPara ul li b,
:host ::ng-deep div.blogPara h3 {
    font-size: 1.75rem;
}

:host ::ng-deep div.blogPara ul li b,
:host ::ng-deep div.blogPara p b {
    font-weight: 500;
}

:host ::ng-deep div.blogPara h4 {
    font-size: 1.65rem;
}

:host ::ng-deep div.blogPara li:not(:last-child) {
    margin-bottom: 0.5rem;
}

:host ::ng-deep div.blogPara p.li {
    margin-bottom: 1rem;
}

div.blog-story {
    width: 90%;
}

div.blog-story h1 {
    text-align: start;
    font-size: 40px;
    font-weight: 500;
    color: #3c3c3c;
}

div.blog-story div.image {
    height: 66.5rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #b0b0b08a;
}

div.blog-story div.image img {
    object-fit: contain;
    background-color: black;
}

div.blog-story div.content-more {
    color: white;
}

div.blog-story div.content-more div.content div.paras {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -.2px;
    text-align: justify;
    margin-bottom: 2rem;
    padding-right: 8%;
    border-right: 1px solid #e5e5e5c2;
    font-size: 19px;
    color: black;
}

div.blog-story div.content-more div.content div.paras h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.75rem;
}

div.blog-story div.content-more div.content div.time-date p {
    color: #0f9b0f;
    font-weight: 600;
    font-size: 16px;
}

div.blog-story div.content-more div.content div.paras :host ::ng-deep p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.2px;
    text-align: justify;
    margin-bottom: 2rem;
}

div.blog-story div.content-more div.more {
    padding-left: 5%;
}

div.blog-story div.content-more div.more div.row {
    border: 1px solid #dddddd;
    padding: 4px 5px;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

div.blog-story div.content-more div.more div.row:hover {
    scale: 1.01;
    box-shadow: 0px 0px 5px 0px #00000082;
}

div.blog-story div.content-more div.more div.row div.img {
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #e9e9e9;
    height: 15rem;
}

div.blog-story div.content-more div.more div.row div.img img {
    object-fit: fill;
}

div.blog-story div.content-more div.more div.row div.para p {
    color: black;
    font-weight: 700;
    letter-spacing: 0.35;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

div.blog-story div.content-more div.more div.row div.para p.time {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #0f9b0f;
}

/*/////////////////////////////MEDIA QUERY/////////////////////////// */

@media only screen and (max-width: 1601px) {
    :host ::ng-deep div.blogPara p {
        font-size: 18px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 1281px) {
    div.blog-story div.image {
        height: 29.5rem;
    }

    :host ::ng-deep div.blogPara p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 1.4rem;
    }
}

@media only screen and (max-width: 1025px) {
    div.blogPara p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 901px) {
    :host ::ng-deep div.blogPara p {
        font-size: 11px;
        line-height: 17px;
        margin-bottom: 0.7rem;
    }

    :host ::ng-deep div.blogPara h3 {
        font-size: 19px;
    }

    div.blog-story h1 {
        font-size: 33px;
        margin-bottom: 0.5rem !important;
    }

    div.blog-story {
        width: 90%;
        padding-top: 1rem !important;
    }

    div.blog-story div.image {
        height: 15.5rem;
        margin-bottom: 2rem !important;
    }

    div.blog-story div.image img {
        object-fit: fill;
        background-color: black;
    }

    div.blog-story div.content-more div.more div.row div.para p {
        font-size: 11px;
        line-height: 17px;
    }

    div.blog-story div.content-more {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 480px) {
    div.blog-story div.content-more div.content div.paras {
        padding-right: 0px;
        border: none;
    }

    div.blog-story h1 {
        font-size: 38px;
        line-height: 47px;
        margin-bottom: 1rem !important;
    }

    :host ::ng-deep div.blogPara p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 1rem;
    }

    :host ::ng-deep div.blogPara h4 {
        font-size: 35px;
        line-height: 47px;
    }

    div.blog-story div.content-more div.more div.row div.para p {
        font-size: 15px;
        line-height: 22px;
    }

    div.blog-story div.image {
        height: 16rem;
        margin-bottom: 2rem !important;
        margin-top: 2rem;
    }

    div.blog-story div.content-more {
        margin-bottom: 0.3rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0rem 0%;
    }

    div.blog-story div.content-more div.content {
        width: 100%;
        padding: 0.6rem 5%;
    }

    div.blog-story div.content-more div.more {
        width: 100%;
        padding: 0rem 7%;
        padding-bottom: 6%;
    }

    div.blog-story {
        width: 100%;
        padding: 0rem 8%;
        padding-top: 1rem !important;
    }
}

@media only screen and (max-width: 361px) {
    div.blog-story div.content-more div.content div.paras {
        padding-right: 0px;
        border: none;
    }

    div.blog-story h1 {
        font-size: 38px;
        line-height: 47px;
        margin-bottom: 1rem !important;
    }

    :host ::ng-deep div.blogPara p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 1rem;
    }

    :host ::ng-deep div.blogPara h4 {
        font-size: 33px;
        line-height: 44px;
    }

    div.blog-story div.content-more div.more div.row div.para p {
        font-size: 15px;
        line-height: 22px;
    }

    div.blog-story div.image {
        height: 16rem;
        margin-bottom: 2rem !important;
        margin-top: 2rem;
    }

    div.blog-story div.content-more {
        margin-bottom: 0.3rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0rem 0%;
    }

    div.blog-story div.content-more div.content {
        width: 100%;
        padding: 0.6rem 5%;
    }

    div.blog-story div.content-more div.more {
        width: 100%;
        padding: 0rem 7%;
        padding-bottom: 6%;
    }

    div.blog-story {
        width: 100%;
        padding: 0rem 8%;
        padding-top: 1rem !important;
    }

    div.blog-story h1 {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 0.3rem !important;
    }
}