.detail__banner-with-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: relative;
}

.detail__banner-with-title h1 {
    font-size: 64px;

    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.icon-right {
    width: 72px;
    height: 72px;
    margin-left: 15px;
}


.about__us-detail h1{
    font-size:36px;
}

.flexible__row {
    display: flex;
    flex-direction: row;
}

.flexible__left,
.flexible__right {
    display: flex;
    flex-direction:column;
    height: 100%;
}

.flexible__left {
    justify-content: space-between;
    width: 30%;
}

.flexible__right {
    width: 70%;
}

.news-page__source {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top:350px;
}
.news-page__news-title-detail{
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
}
.source-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.source-text {
    font-size: 16px;
    color: #000;
}

.news-page__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
@media screen and (max-width: 1270px) {
    .footer_main{
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 1024px) {
    .footer_main{
        display: flex;
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .footer_main{
        flex-direction: column;
    }
    /*
    .flexible__row {
        flex-direction: column;
    }
    
     */

    .flexible__left,
    .flexible__right {
        width: 100%;
    }

    .flexible__left {
        margin-bottom: 20px;
    }

    .news-page__source {
        margin-top: 20px;
        justify-content: center;
    }

    .banner__with-title
    .icon-right {
        position: static;
        margin: 0 auto;
        width: 48px;
        height: 48px;
    }

    .about__us-detail h1 {
        font-size: 28px;
        text-align: center;
    }

    .source-text {
        font-size: 14px;
    }

    .source-icon {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .about__us-detail h1 {
        font-size: 24px;
    }

    .source-text {
        font-size: 12px;
    }

    .source-icon {
        width: 20px;
        height: 20px;
    }

    .news-page__source {
        flex-direction: column;
        align-items: center;
    }
}
