@media (max-width:1075px) {
    .box {
        display: flex;
        padding-bottom: 10px;

    }
    .box::-webkit-scrollbar {
        height: 5px;
    }

    .box::-webkit-scrollbar-thumb {
        background-color: black;
    }


    

    .box_2 {
        margin-left: 20px;
    }

    .card_2 {
        width: 250px;


    }

    .box_2 {
        display: flex;

    }

    .card_img_2 {
        width: 50px;
    }

    .card_text_2 {
        font-size: 20px;
    }

    .card {
        width: 280px;
    }

    .card_img {
        width: 276px;
        height: 200px;
        margin-bottom: 10px;
    }
}
@media (max-width:600px){
    .box{
        display: flex;
        flex-wrap: wrap;
        max-width:  300px;
        align-items: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}



@media (max-width:376px) {
    .box_2{
        display: flex;
        align-items: center;
    }
    .card_2{
        width: 200px;   
        
    }
    .card_text_2{
        font-size: 10px;
        width: 60px;
    }
      .header_content{
        display: flex;
        flex-wrap: wrap;
        width: 300px;
      }

 
}

@media (max-width:321px) {
    .card_img_2 {
        width: 20px;
    }

    .box_2 {
        display: flex;
        gap: 5px;
        margin-top: 70px;
        margin-left: 0;
        align-items: center;
        justify-content: center;
    }

    .gif_img {
        width: 30px;
    }

    .card_text_2 {
        font-size: 12px;
    }

    .nav_title {
        font-size: 24px;
    }
}

@media (max-width:426px) {
    .card_img_2 {
        width: 20px;
    }

    .box_2 {
        display: flex;
        gap: 5px;
        margin-top: 70px;
        margin-left: 0;
        align-items: center;
        justify-content: center;
    }
    .box{
        display: flex;
        flex-wrap: wrap;
    }
    .card{
        width: 150px;
    }
    .card_img{
        width: 148px;
    }

    .gif_img {
        width: 30px;
    }

    .card_text_2 {
        font-size: 12px;
    }

    .nav_title {
        font-size: 24px;
    }
}