@media (max-width: 1440px) {
    .hero .title_bottom {
        padding: 0 0;
    }
    .title_bottom {
        padding: 0 350px;
    }
    .about .about_item {
        background-position: center 22px;
    }
    .founder .founder_section {
        padding: 48px 130px 48px 48px;
    }
    .footer {
        margin: 0 200px;
    }
    .works_section{
        padding: 0 85px;
    }
}

@media (max-width: 1280px) {
    .hero .title_bottom {
        padding: 0 0;
    }
    .title_bottom {
        padding: 0 250px;
    }
    .works_section {
        padding: 0 0;
    }
    .founder .founder_section {
        padding: 48px 60px 48px 48px;
    }
    .results_section {
        padding: 0 70px;
    }
    .footer {
        margin: 0 120px;
    }
    .about .item_info {
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    .hero .title_bottom {
        padding: 0 0;
    }
    .title_bottom {
        padding: 0 80px;
    }
    .works_section,
    .results_section {
        padding: 0;
    }
    .founder .founder_section {
        padding: 48px;
    }
    .results .item_content .item_icon img {
        width: 80%;
    }
    .results .item_content .item_icon::after {
        width: 140px;
        height: 140px;
        left: -20px;
    }
    .results .step_icon {
        width: 180px;
    }
    .results .step_icon img {
        width: 90%;
    }
    .results .item_content {
        width: calc(100% - 206.5px);
    }
    .results .item_number {
        font-size: 200px;
        top: -46px;
    }
    .membership .membership_item {
        width: calc(50% - 16px);
    }
    .membership_items {
        flex-wrap: wrap;
        gap: 32px 0;
        justify-content: space-between;
    }
    .about .item_info {
        padding: 0 10px;
    }
    .vision .vision_section {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .hero .title_bottom {
        padding: 0;

    }
    .hero .title_bottom br{
        display: none; 
    }
    .title_bottom {
        padding: 0 5px;
    }
    .footer {
        margin: 0 80px;
    }
    .hero .hero_title {
        font-size: 50px;
        line-height: 55px;
    }
    .about .about_items {
        flex-wrap: wrap;
        gap: 16px;
    }
    .about .about_item {
        width: calc(50% - 16px);
        background-position: center 10px;
    }
    .about .item_info {
        padding: 0 30px;
    }
    .about {
        padding: 50px 0 70px 0;
    }
    .vision .vision_section {
        padding: 0 50px;
    }
    .vision {
        margin-bottom: 100px;
    }
    .works {
        margin-bottom: 80px;
    }
    .works_section {
        flex-direction: column;
        gap: 30px 0;
    }
    .works .works_left,
    .works .works_items {
        width: 100%;
    }
    .founder {
        margin-bottom: 80px;
    }
    .founder .founder_section {
        flex-direction: column-reverse;
        gap: 50px 0;
        text-align: center;
    }
    .founder .mini_title,
    .founder .section_title {
        text-align: center;
    }
    .founder .title_bottom {
        text-align: center;
    }
    .results {
        margin-bottom: 80px;
    }
    .results .step_icon {
        display: none;
    }
    .results .item_content {
        width: 100%;
    }
    .results .item_number {
        display: none;
    }
    .membership {
        margin-bottom: 80px;
    }
    footer {
        margin-bottom: 80px;
    }
    .header_hero {
        padding-bottom: 260px;
    }
    .btn:hover{
        background: linear-gradient(180deg, #06A7F1 0%, #006BA7 100%);
        box-shadow: none;
    }
    .about .about_item .item_info {
        display: block;
    }
    .about .about_item:hover {
        background-image: url('../images/item_bg.png');
        padding-top: 0;
    }
     .about .about_item::after,
    .about .about_item::before {
        opacity: 0;
        display: none;
    }
    .about .about_item:hover::after,
    .about .about_item:hover::before {
        opacity: 0;
        left: -100%;
        right: initial;
        filter: blur(0);
        display: none;
    }
    .about .about_item:hover img {
        transform: scale(1);
    }
    .works .works_item::after {
        display: none;
    }
    .works .works_item:hover .item_icon {
        background: #02213A;
        transform: scale(1);
    }
    works .item_title .second,
    .works .item_info .second{
        display: none;
        transition: .3s all ease;
    }
    .works .works_item:hover .item_title .second,
    .works .works_item:hover .item_info .second{
        display: none;
        transition: .3s all ease;
    }
    .works .works_item:hover .item_title .first,
    .works .works_item:hover .item_info .first{
        display: block;
        transition: .3s all ease;
    }

    .about .about_item{
        padding-top: 0;
    }

    .about .item_icon,.about .item_title{
        position: static;
    }
    .about .about_item .item_info{
        opacity: 1;
    }
    
}

@media (max-width: 480px) {
    .header_hero {
        padding-top: 24px;
        padding-bottom: 176px;
    }
    .header {
        margin-bottom: 72px;
    }
    .about .about_item:hover {
        background-image: url('../images/item_bg.png');
        padding-top: 8px;
    }
    .about .about_item:hover::before {
        left: -100px;
        bottom: -101px;
        opacity: 0.4;
        filter: blur(1000px);
    }
    .about .about_item:hover::after {
        right: -129px;
        top: -129px;
        opacity: 0.2;
        filter: blur(1000px);
    }
    .about .about_item:hover img {
        transform: scale(1);
    }
    .about .mini_title{
        font-size: 14px;
    }
    .mini_title {
        font-size: 10px;
    }
    .hero .hero_title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 12px;
    }
    .hero .title_bottom {
        margin-bottom: 20px;
        font-size: 16px;
        padding: 0 20px;
        color: #fff;
    }
    .btn {
        padding: 16px 40px;
        font-size: 12px;
    }
    .section_title {
        margin-bottom: 12px;
        font-size: 24px;
        padding: 0 50px;
    }
    .title_bottom {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .about {
        padding: 0 0 80px 0;
    }
    .about .item_info {
        display: block;
    }
    .about .about_items {
        gap: 14px;
        justify-content: initial;
    }
    .about .about_item {
        width: calc(50% - 7px);
        padding: 8px;
        height: auto;
        background-size: 90%;
        background-position: center -35px;
        justify-content: initial;
    }
    .about .item_info {
        padding: 0;
        font-size: 14px;
    }
    .about .about_item::after,
    .about .about_item::before {
        display: none;
    }
    .about .about_item .item_icon {
        /* height: 96px; */
    }
    .about .about_item img {
        width: 72px;
        height: 72px;
    }
    .vision {
        margin-bottom: 80px;
        padding: 24px 0;
    }
    .results .item_content:hover .item_icon::after {
        opacity: 1;
    }
    .results .item_content:hover .item_icon {
        transform: scale(1);
    }
    .vision .vision_section {
        padding: 0px;
    }
    .vision .section_title {
        padding: 0;
        font-size: 13px;
        margin-top: 8px;
    }
    .works_section {
        gap: 18px 0;
    }
    .works .works_item {
        padding: 8px 15px 8px 8px;
        border-radius: 24px;
        margin-bottom: 10px;
    }
    .works .item_icon {
        width: 72px;
        height: 72px;
    }
    .founder .container {
        padding: 0;
    }
    .founder .founder_section {
        padding: 8px;
        gap: 16px 0;
    }
    .founder .mini_title,
    .founder .section_title {
        padding: 0;
    }
    .founder .section_title {
        font-size: 20px;
    }
    .founder .founder_left {
        width: calc(100% - 57px);
        background: none;
    }
    .results .section_title {
        padding: 0;
        margin-bottom: 12px;
    }
    .founder .founder_section::after{
        display: none;
    }
    .results .item_content {
        padding: 8px;
    }
    .works .works_item:hover {
        box-shadow: none;
        background: #00172D;
    }
    .works .item_title {
        font-size: 20px;
    }
    .results .results_item {
        margin-bottom: 10px;
    }
    .results .item_content .item_icon {
        margin-left: 3px;
    }
    .results .item_left {
        gap: 0 8px;
    }
    .results .item_content .item_icon img {
        width: 54px;
        height: 54px;
    }
    .results .item_content .item_icon::after {
        width: 110px;
        height: 110px;
        top: -25px;
        left: -30px;
        opacity: 0.9;
    }
    .results .step_number {
        margin-bottom: 8px;
    }
    .results .item_content::after {
        display: none;
    }
    .results .item_title {
        margin-bottom: 4px;
        font-size: 17px;
    }
    .results .item_info {
        font-size: 14px;
    }
    .membership .section_title {
        padding: 0;
    }
    .membership .title_bottom {
        padding: 0;
        text-align: center;
    }
    .footer {
        margin: 0;
        padding: 8px;
        padding-bottom: 16px;
    }
    footer .section_title {
        margin-bottom: 8px;
    }
    footer .title_bottom {
        margin-bottom: 8px;
    }
    .membership .membership_item {
        width: 100%;
        padding: 8px;
        gap: 8px 0;
    }
    .membership .item_title {
        font-size: 24px;
    }
    .membership .bottom_text {
        margin-top: 16px;
    }
    .membership_items {
        flex-wrap: nowrap;
        gap: 32px 0;
        justify-content: space-between;
    }
    .membership .membership_item::after {
        display: none;
    }

    .about .item_icon,.about .item_title{
        position: static;
    }
    .about .about_item .item_info{
        opacity: 1;
    }
}