@import url('all.min.css');
@import url("icon-pack.css");
@import url("twitter.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --primary-color: #011B56;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Inter", serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    color: #000000;
}

html {
    max-width: 100%;
}

body {
    background-color: #FAFBFF;
}

label,
p {
    margin: 0px;
    font-weight: normal;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border: none;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

.htmlFixed {
    overflow: hidden;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

.the_container {
    width: 1660px;
    padding: 0px 30px;
    max-width: 100%;
    margin: 0px auto;
}

.the_header {
    background-color: #fff;
    border-bottom: 1px solid #E8EDF3;
    display: flex;
    align-items: center;
    height: 77px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.the_header .container {
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: space-between;
}

.the_logo img {
    height: 42px;
}

.top_search {
    flex: 1;
    padding-right: 60px;
    padding-left: 150px;
}

.top_search form {
    position: relative;
    width: 80%;
}

.top_search form button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 44px;
    padding: 0 15px;
    color: #8495B0;
    background: #f5f7fa;
    border-radius: 10px;
}

.top_search input {
    height: 46px;
    background-color: #F5F7FA;
    border: 1px solid #E8EDF3;
    border-radius: 10px;
    width: 100%;
    padding-left: 15px;
}

.top_search input::placeholder {
    color: #8495B0;
}

.tr_buttons ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tr_buttons ul li a,
.tr_buttons ul li button{
    font-size: 24px;
    position: relative;
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    cursor: pointer;
}

.tr_buttons ul li a i,
.tr_buttons ul li button i{
    position: relative;
}

.tr_buttons ul li a i::after,
.tr_buttons ul li button i::after {
    content: attr(data-count);
    position: absolute;
    left: -8px;
    top: -2px;
    background-color: #FF4F4F;
    color: #fff;
    height: 16px;
    border-radius: 16px;
    z-index: 2;
    font-size: 12px;
    width: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs_content {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.sidemenuBox ul:not(.terms_links) {
    display: flex;
    flex-direction: column;
}

.sidemenuBox ul:not(.terms_links) li a {
    color: #000;
    display: flex;
    padding: 5px 15px;
    transition: all .3s;
    border-radius: 10px;
}

.sidemenuBox ul:not(.terms_links) li a:hover {
    background-color: hsl(202deg 69% 52% / 10%);
}

.sidemenuBox {
    padding: 30px 0;
}

.sidemenuBox+.sidemenuBox {
    border-top: 1px solid #0000001A;
}

.sidemenuBox ul li a strong {
    font-weight: 500;
}

.sidemenuBox>h3 {
    margin: 0 0 15px;
    font-weight:bold;
    font-size: 22px;
    color: #000;
    padding-left: 15px;
}

.mc_item {
    display: flex;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.mc_item::before {
    content: '';
    position: absolute;
    inset: 0;
    top: 50%;
    background: linear-gradient(180deg, rgba(131, 58, 180, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 2;
}

.mc_item img {
    width: 100%;
    border-radius: 6px;
    transition: all 1s;
    display: none;
}

.mc_item:hover img {
    transform: scale(1.2);
}

.mc_item span {
    position: absolute;
    inset: 15px;
    top: auto;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -1px;
    z-index: 3;
}

.main_contents {
    margin-top: 30px;
}

.middle_content {
    margin-top: 15px;
}

.middle_content .row>div:first-child {
    flex: 1;
}

.middle_content .row>div:last-child {
    width: 274px;
}

.content_item1 {
    background-color: #fff;
    border: 1px solid #E8EDF3;
    padding: 30px;
    border-radius: 6px;
    transition: all .3s;
}

.content_item2 {
    background-color: #fff;
    border: 1px solid #E8EDF3;
    padding: 30px;
    border-radius: 6px;
    transition: all .3s;
}

.content_item1:hover {
    box-shadow: 0px 4px 7px 0px #0000001A;
}

.content_item1+.content_item1 {
    margin-top: 20px;
}

.ci_text_overlay {
    display: flex;
    gap: 24px;
}

.ci_text_overlay2 {
    display: grid;
    gap: 24px;
}

.ci_img {
    width: 220px;
}

.ci_img a {
    display: block;
    height: 100%;
}

.ci_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.ci_img2 {
    width: unset;
}

.ci_img2 a {
    display: block;
    height: 100%;
}

.ci_img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.ci_text {
    flex: 1;
    width: -webkit-fill-available;
}


.ci_text h3 {
    margin: 0 0 15px;
    font-weight:bold;
    font-size: 22px;
    /*display: flex;*/
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.ci_text h3 a {
    font-weight: inherit;
    color: #000;
}

.ci_text h2 a {
    font-weight: inherit;
    color: #000;
}

.ci_text>a {
    font-size: 1.05rem;
    font-weight: 400;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #000;
}

.item_badge {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.item_badge li a {
    background-color: #E6EBF1;
    display: inline-flex;
    height: 20px;
    align-items: center;
    color: #929292;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 600;
}

.fixedMenu {
    position: fixed;
    width: 260px;
    left: 0;
    bottom: 0;
    top: 77px;
    padding-left: 15px;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #E8EDF3;
}

.fixedMenu::-webkit-scrollbar {
    width: 20px;
}

.fixedMenu::-webkit-scrollbar-track {
    background-color: transparent;
}

.fixedMenu::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
    transition: all .3s;
}

.fixedMenu:hover::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
}

.fixedMenu::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.main_swiper {
    display: none;
    overflow: hidden;
    position: relative;
}

.post_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 24px;
}

.pf_left {
    display: flex;
    align-items: center;
}

.pf_left>a:first-child {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
    display: block;
}

.pf_left>div:last-child {
    padding-left: 8px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
}

.pf_left>div:last-child a {
    color: inherit;
    font-weight: inherit;
}

.pf_left>div:last-child i {
    color: #3466F6;
}

.pf_left>div:last-child span {
    display: block;
    color: #6B7280;
    font-size: 12px;
    font-weight: 400;
}

.pf_left>a:first-child::before {
    content: attr(data-title);
    background-color: #6B7280;
    display: flex;
    height: 12px;
    padding: 0 7px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 8px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    border-radius: 2px;
}

.pf_right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pf_right li a {
    color: #000;
    font-weight: 500;
}

.sideLinkbox {
    padding: 24px 15px;
    background: #fff;
    border: 1px solid #E8EDF3;
    border-radius: 6px;
}

.sideLinkbox .sidemenuBox {
    padding: 0;
}

.gap_30 {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    position: sticky;
    top: 92px;
}

.ads_box {
    display: flex;
    justify-content: center;
}

.middle_content>.row {
    row-gap: 30px;
}

.tr_buttons ul li button.menu_trigger1 i::after,
.tr_buttons ul li button.menu_trigger1,
.tr_buttons ul li.src_trigger1 {
    display: none;
}

.top_search button:nth-of-type(2) {
    display: none;
}

.menu_overlay {
    position: fixed;
    inset: 0;
    left: 260px;
    background-color: rgba(0, 0, 0, .9);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: all .3s;
    transform: translateX(-260px);
    width: calc(100% + 260px);
}

.main_swiper>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    z-index: 2;
    background-color: #fff;
}

.main_swiper>button:nth-of-type(1) {
    left: 15px;
}

.main_swiper>button:nth-of-type(2) {
    right: 15px;
}

.main_swiper>button.swiper-button-disabled {
    opacity: .4;
}

.filter_bar {
    margin-top: 15px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    padding-right: 30px;
    position: relative;
    transition: 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    text-align: left !important;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
}

.nice-select .current {
    color: #575757;
    font-weight: 600;
}

.nice-select .current.ss_1 {
    color: rgb(85, 85, 85);
    opacity: 1;
}

.nice-select::after {
    content: "\f107";
    display: block;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transition: 0.15s ease-in-out;
    font-family: 'FontAwesome';
    transform: translateY(-50%);
    font-size: 12px;
    margin-top: 3px;
}

.nice-select.open::after {
    content: "\f106";
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0px);
}

.nice-select.disabled {
    border-color: rgb(237, 237, 237);
    color: rgb(153, 153, 153);
    pointer-events: none;
}

.nice-select.disabled::after {
    border-color: rgb(204, 204, 204);
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0px !important;
    right: 0px !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0px;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small::after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden auto;
    padding: 0px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0px;
    transform-origin: 50% 0px;
    transform: scale(0.75) translateY(-21px);
    transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    max-height: 200px;
    width: auto;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0px;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: rgb(246, 246, 246);
}

.nice-select .option.selected {
    font-weight: 700;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: rgb(153, 153, 153);
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.nice-select.form-control.select-box.green {
    border-color: rgb(194, 4, 11);
}

.nice-select.form-control.select-box.green * {
    color: rgb(0, 0, 0);
}

.nice-select.form-control.select-box.green::after {
    border-bottom-color: rgb(194, 4, 11);
    border-right-color: rgb(194, 4, 11);
}
@media(max-width: 991px){
    .content-detail {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
}
.content-detail {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    border-top: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;
    margin: 1em 0;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    font-weight: bold;
    margin: 0.5em 0px 0.5em;
    line-height: 1.3;
}

h1{
    font-size: 36px !important;
    font-weight: 800 !important;
}
h2{
    font-size: 28px !important;
}
h3{
    font-size: 23px !important;
}
h4{
    font-size: 21px !important;
}
h5{
    font-size: 19px !important;
}
h6{
    font-size: 16px !important;
}

.content-detail p {
    margin: 1em 0px;
}

.content-detail ul {
    list-style-type: disc;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ol {
    list-style-type: decimal;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
    list-style-type: circle;
    margin-left: 1em;
}

.content-detail li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.content-detail a {
    color: rgb(51, 51, 51);
    text-decoration: underline;
    transition: color 0.2s;
}

.content-detail a:hover {
    color: rgb(0, 64, 128);
}

.content-detail b,
.content-detail strong {
    font-weight: bold;
}

.content-detail i,
.content-detail em {
    font-style: italic;
}

.content-detail u {
    text-decoration: underline;
}

.content-detail blockquote {
    border-left: 4px solid rgb(204, 204, 204);
    margin: 1em 0px;
    padding-left: 1em;
    color: rgb(102, 102, 102);
    font-style: italic;
    background-color: rgb(249, 249, 249);
}

.content-detail code {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.content-detail pre {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0px;
    white-space: pre-wrap;
}

.content-detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0px;
    border: 1px solid rgb(221, 221, 221);
}

.content-detail th,
.content-detail td {
    border: 1px solid rgb(221, 221, 221);
    padding: 0.75em;
    text-align: left;
}

.content-detail th {
    background-color: rgb(245, 245, 245);
    font-weight: bold;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: .5em 0px;
}

.content-detail dl {
    margin: 1em 0px;
}

.content-detail dt {
    font-weight: bold;
    margin-top: 1em;
}

.content-detail dd {
    margin-left: 1em;
}

.content-detail hr {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(221, 221, 221);
    margin: 1.5em 0px;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
    font: inherit;
    padding: 0.5em;
    margin: 0.5em 0px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-sizing: border-box;
}

.content-detail button {
    background-color: rgb(0, 102, 204);
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.content-detail button:hover {
    background-color: rgb(0, 64, 128);
}

.content-detail sub,
.content-detail sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-detail sup {
    top: -0.5em;
}

.content-detail sub {
    bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
    max-width: 100%;
    height: auto;
    margin: 1em 0px;
    border: none;
}

.content-detail figure {
    margin: 1em 0px;
    text-align: center;
}

.content-detail figcaption {
    font-size: 0.9em;
    color: rgb(102, 102, 102);
}

.content-detail mark {
    background-color: rgb(255, 255, 0);
    color: rgb(0, 0, 0);
}

.content-detail aside {
    background-color: rgb(249, 249, 249);
    padding: 1em;
    margin: 1em 0px;
    border-left: 4px solid rgb(204, 204, 204);
    font-size: 0.9em;
    color: rgb(85, 85, 85);
}

.content-detail .pull-quote {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 1em 0px;
    color: rgb(68, 68, 68);
}

.content-detail abbr[title] {
    border-bottom: 1px dotted rgb(0, 0, 0);
    cursor: help;
}

.detail-img1 {
    width: 100%;
    border-radius: 6px;
}

.detail_nm1 {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

a.go_back1 {
    background-color: #E6EBF1;
    display: inline-flex;
    height: 20px;
    align-items: center;
    color: #319cd9;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 600;
    gap: 7px;
}
.pop_list1 li a{
    position: relative;
}
.pop_list1 li a::before{
    content: "\f02e";
    position: absolute;
    left: 15px;
    top: 9px;
    color: #319cd9;
    border-radius: 3px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}
.sidemenuBox ul.pop_list1 li a{
    padding-left: 40px;
}
.detail_share{
    display: flex;
    align-items: center;
    gap: 15px;
}
.content_item1.detail_box1:hover{
    box-shadow: none;
}
.share_box1{
    position: relative;
}
.share_box1 ul{
    border-radius: 50px;
    display: flex;
    gap: 7.5px;
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: center;
}
.share_box1 ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}
.share_box1 ul li a.no_width{
    width: auto;
    padding: 0 10px;
    border-radius: 30px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 600;
    gap: 5px;
}
.post_footer.detail_pf{
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px) translateX(50%);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateX(50%);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fade-up {
    animation: fadeUp 0.5s forwards;
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}
#copyAlert{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    background: #4caf50;
    color: white;
    padding: 10px;
    border-radius: 30px;
    z-index: 1000;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
}
.terms_links{
    display: flex;
    gap: 0px 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.terms_links li a{
    color: #000000;
    font-size: 14px;
}
.terms_links li a:hover{
    text-decoration: underline;
}
.footer_text{
    font-size: 14px;
}


/* resres */

@media screen and (max-width: 1650px) and (min-width: 1200px) {
    .bs_content {
        width: calc(100% - 320px);
        margin-left: auto;
        margin-right: 30px;
    }
    .bs_content .container {
        max-width: 100%;
    }
    .bs_content .container>div>div {
        width: 100%;
    }
}

@media(max-width:1200px) {
    .menu_overlay {
        display: block;
    }
    .menu_overlay.active {
        visibility: visible;
        opacity: 1;
        transform: none;
        width: 100%;
    }
    .tr_buttons ul li button.menu_trigger1 {
        display: flex;
    }
    .fixedMenu {
        top: 0;
        z-index: 99;
        transition: all .3s;
        transform: translateX(-260px);
        visibility: hidden;
        opacity: 0;
    }
    .fixedMenu.active {
        transform: none;
        opacity: 1;
        visibility: visible;
    }
}

@media(max-width:992px) {
    .main_swiper>button {
        display: none;
    }
    .top_search {
        padding: 0 30px;
    }
    .the_logo img {
        height: 36px;
    }
    .middle_content .row>div:last-child {
        width: 100%;
    }
}

@media(max-width:768px) {
    .top_search form {
        width: 100%;
    }
    #copyAlert{
        font-size: 14px;
    }
    .top_search button:nth-of-type(1) {
        display: none;
    }
    .top_search button:nth-of-type(2) {
        display: block
    }
    .tr_buttons ul li.src_trigger1 {
        display: block;
    }
    .tr_buttons ul li.src_trigger1 button i::after {
        display: none;
    }
    .tr_buttons ul li {
        display: block;
    }
    .middle_content>.row {
        row-gap: 15px;
    }
    .tr_buttons ul {
        gap: 0;
        position: relative;
        left: 10px;
    }
    .tr_buttons ul li a i::after,
    .tr_buttons ul li button i::after{
        left: -5px;
        top: -4px;
        height: 12px;
        font-size: 7px;
        width: 15px;
    }
    .post_footer {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
    }
    .tr_buttons ul li a,
    .tr_buttons ul li button{
        font-size: 20px;
        padding: 0 10px;
    }
    .top_search {
        display: none;
        position: absolute;
        z-index: 4;
        left: 0px;
        padding: 0 15px;
        background: #fff;
        right: 0;
    }
    .top_search.active {
        display: block;
    }
    .the_logo img {
        height: 30px;
    }
    .the_header {
        height: 55px;
    }
    .main_contents,
    .middle_content,
    .content_item1+.content_item1 {
        margin-top: 15px;
    }
    .ci_text_overlay {
        flex-wrap: wrap;
    }
    .ci_img {
        width: 100%;
    }
    .ci_text h3 {
        font-weight:bold;
        font-size: 22px;
    }
    .content_item1 {
        padding: 20px;
    }
    .content_item2 {
        padding: 20px;
    }
}