@import './../../../css/style-common.css';
@import './../../../css/style-J.css';
@import './../../../css/style-e.css';

header body .container {
    max-width: 1440px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'FSAlbert Pro';
}

p,
p>* {
    font-size: 18px;
    line-height: 26px !important;
    font-weight: 400;
}

.section-space-top {
    padding-top: 285px;
    width: 100%;
}

.story-det-image-thumb {
    /* margin: 0 auto; */
    margin: 0 auto 40px;
    display: block;
    width: 100%;
}

header{
    background-color: var(--primary-color);
}

.stories-reading-time{
    margin-left: -4px;
}

.our-mission{
    display: none;
}

.MsoNormal > *{
    font-family: 'FSAlbert Pro' !important;
    color: var(--text-color);
}

.MsoNormal span {
    font-family: 'FSAlbert Pro' !important;
    color: var(--text-color);
}

.MsoNormal p {
    font-size: 18px;
    line-height: 26px !important;
    color: var(--text-color);
}

.MsoNormal p span{
    font-family: 'FSAlbert Pro' !important;
    font-size: 18px;
    line-height: 26px !important;
    color: var(--text-color);
}

.MsoNormal p *{
    font-family: 'FSAlbert Pro' !important;
    font-size: 18px;
    line-height: 26px !important;
    color: var(--text-color);
}

.story-content-heading{
    font-weight: 300;
    color: var(--primary-color);
}

.stories-details-section .stories-d-t{
    color: var(--text-color);
}

@media only screen and (max-width: 1199px) {
    header .container{
        padding: 0 !important;
    }
}

@media only screen and (max-width : 767px) {
    iframe {
        width: 100%;
    }
    .stories-reading-time{
        margin-left: 0;
    }
}

@media only screen and (min-width: 1800px) {

    body .stories-details-section .container {
        max-width: 1524px !important;
    }
}

@media only screen and (max-width: 575px) {
    .section-space-top {
        padding-top: 160px;
        padding-bottom: 0;
    }

    .stories-details-section .small-title {
        margin-top: 15px;
    }

}
