* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
    width: 1200px;
    margin: auto;
}
.font-roboto {
    font-family: 'Roboto', sans-serif;
}
.height-max-content {
    height: max-content;
}
a:hover {
    color: currentColor;
}
a:hover {
    text-decoration:underline;
    cursor: pointer;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    z-index: 9999;
    width: 100%; 
}
.w-100 {
    width: 100%;
}
.border {
    border: 1px solid #f7f7f7;
}
.radius-5 {
    border-radius: 5px;
}
.radius-20 {
    border-radius: 20px;
}
a {
    text-decoration: none;
}
ul li {
    list-style: none;
}
.font-24 {
    font-size: 24px;
}
.font-20 {
    font-size: 20px;
}
.font-18 {
    font-size: 18px;
}
.font-16 {
    font-size: 16px;
}
.font-14 {
    font-size: 14px;
}
.font-12 {
    font-size: 12px;
}
.white-1 {
    color: #fff;
}
.bg-white-1 {
    background: #fff;
}
.bg-header {
    background: #5f7f85;
}
.bg-grey-1 {
    background: #f8f8f8;
}
.bg-grey-2 {
    background: #dbd9d9;
}
.bg-grey-3 {
    background: #f9f9f9;
}
.bg-brow-1 {
    background: #e1bb74;
}
.red-1 {
    color: #E10606;
}
.black-1 {
    color: #000000
}
.button-chapter {
    background: #91cdcb;
    color: white;
    padding: 10px 20px;
}
.fw-600 {
    font-weight: 600;
}
.fw-400 {
    font-weight: 400;
}
.line-height-2 {
    line-height: 2;
}
.content-chapter {
    font-family: "Palatino Linotype", "Arial", "Times New Roman", sans-serif;
    line-height: 180%;
    color: #2B2B2B;
    font-size: 22px;
    text-align: left;
    word-wrap: break-word;
}

.border-bottom {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 5px;
}
.search-header input {
    width: 100%;
    background: #F8F8F8;
    padding: 10px;
    border: none;
    border-radius: 10px;
    color: #B8B8B8;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.search-header input:valid {
    color: #000000
}
.search-header input:focus {
    outline: none;
    box-shadow: none;
}
.info-story {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

@media only screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
    }
    .breadcrumb {
        font-size: 10px;
    }
    .description {
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
    .breadcrumb {
        font-size: 10px;
    }
    .breadcrumb {
        font-size: 10px;
    }
}