@media (min-width: 768px) {
    .m_title_desc_bottom_40 {
        margin-bottom: 40px;
    }

    .MB_ct {
        background-color: #000;
        padding: 30px;
    }
}

#title_img {
    margin-bottom: 40px;
}

.main-content * {
    margin: 0 auto;
    padding: 0;
    line-height: 24px !important;
    box-sizing: border-box;
}

.main-content hr {
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

.product-head-content {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.stickybar {
    background-color: #1f1f1f;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.stickybar>ul,
ul li {
    display: contents;
    color: #fff;
}

.stickybar a {
    position: relative;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2rem !important;
    line-height: 1;
}

#operatingLeases {
    width: 100%;
}

#img_list {
    margin-top: 74px;
    margin-bottom: 34px;
    font-size: 14px;
}

.container {
    max-width: 960px;
}

#img_list img {
    margin-right: 35%;
    margin-left: 35%;
    margin-bottom: 34px;
}

@media (max-width: 790px) {
    #img_list img {
        margin-bottom: 11px;
    }
}

#grid_style .row .col-md-6 {
    background-color: #1f1f1f;
    border: solid #000000;
    border-radius: 2px;
    padding: 30px;
}

#grid_style .row .col-md-6 p:first-child {
    margin-bottom: 10px;
    font-size: 16px;
}

.text_algin_center {
    margin-bottom: 32px;
}

.text_algin_center p+p {
    margin-top: 20px;
}

@media (max-width: 790px) {
    .main-content .container {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.fixed-ul {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.main-content {
    top: 70px;
}

@media (max-width: 600px) {
    .main-content {
        top: 70px;
    }
}

@media (min-width: 1200px) {
    .main-content {
        top: 120px;
    }
}