.bg_blue_pic{
    background: #191c38;
    background: linear-gradient(179deg, rgba(25, 28, 56, 1) 3%, rgba(9, 20, 43, 1) 57%, rgba(5, 18, 36, 1) 79%);
}

.section_1{
    height: 100vh;
    padding: 7em 0em 0em 0em;
}

.section_1_boxs{
    width: 100% !important; 
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-items: center;
    justify-items: center;
}

.section_1_box1{
    margin-top: 2em;
    max-width: 30em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section_1_box1>img{
    width: 17em;
}

.section_1_box1>h1{
    font-size: 1.8em !important;
    padding: 0.5em;
}

.img_section_1{
    max-width: 30rem;
}

.section_2{
    flex-direction: column; 
    align-items: center; 
    padding: 5rem 1em;
}

.section_2>h1{
    padding-bottom: 1em;
    text-align: center;
}

.section_2_cards_pic {
  display: flex;
  flex-direction: column;  
  gap: 3rem;
  width: 100%;  
  justify-content: center;
  align-items: center;
}

.section_2_card{
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    color: white !important;
    padding: 1rem 1.5rem;
    height: 300px;
    max-width: 500px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.45);
}

.section_2_card>img{
    width: 5rem;
}

.section_3_art{
    display: none;
}

.section_3_cards{
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.section_3_card{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    text-align: center;
    align-items: center;
}

.section_3_card>img{
    width: 6em !important;
    height: 6em;
    border: solid #1e3799 7px;
    padding: 0.8em;
    border-radius: 50%;
}

.section_4{
    margin-top: 5em;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    gap: 5em;
}

.bg_icon{
    display: none;
}

.section_3_title{
    text-align: center; 
    margin-bottom: 2em; 
}


@media screen and (min-width: 768px) {
    .section_1_box1{
        margin-left: 1em;
        margin-top: 0em;
    }
    .container_section_1{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .section_1_boxs{
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .section_3_card{
        flex-direction: row;
        gap: 2em;
        text-align: justify;
    }


}



@media screen and (min-width: 900px) {
    .section_1_boxs{
        gap: 0;
    }
    .section_1_box1{
        margin-top: 0em;
    }

    .section_1_box1{
        max-width: 40%;
    }

    .img_section_1{
        max-width: 60%;
    }

    .section_1_box1>h1{
        font-size: 2em !important;
    }


    .section_2{
        padding: 7rem 1em;
    }
    .section_2_cards_pic {
        flex-direction: row;
        gap: 2em;
        flex-wrap: nowrap;
        margin-bottom: 3em;
    }

    .section_2_card{
        flex: 1;
        aspect-ratio: 2 / 4;
        height: 320px;
    }

    .section_2_card>span{
        height: 40%;
    }

    
    .section_4{
        flex-direction: row;
        gap: 7em;
    }


}

@media screen and (min-width: 1024px) {
    .section_1{
        padding: 7em 0em 0em 0em;
    }

    .container_section_1{
        height: 80vh;
    }

    .section_1_box1>h1{
        font-size: 2em !important;
        padding: 0.5em;
    }

    .img_section_1{
        width: 50rem !important;
    }

    .section_2_card{
        flex: 1;
        aspect-ratio: 3 / 4;
        gap: 1em;
    }

    .section_2_card>span{
        height: 40%;
    }
    
    .section_3_container{
        padding-left: 1em;
    }

    .section_3_art{
        display: block;
        width: 700px;
    }

    .section_3_card>img, .section_3_cards>h1{
        display: none;
    }

    .section_3_card{
        font-size: 1.2em;
    }
    
    .section_3_cards{
        justify-content: space-around;
    }

    .card_1{
        position: relative;
        right: 7em;
        bottom: 0.6em;
        width: 35em;
    }
    .card_2{
        position: relative;
        right: 0.5em;
        bottom: 1.5em;
        width: 35em;
    }
    .card_3{
        position: relative;
        left: 2em;
        bottom: 0.5em;
        width: 35em;
    }
    .card_4{
        position: relative;
        right: 0.5em;
        top: 1em;
        width: 35em;
    }
    .card_5{
        position: relative;
        right: 7em;
        top: 0.6em;
        width: 35em;
    }

    .bg_icon{
        position: absolute;
        right: 0;
        bottom: 27em;
        width: 22em;
        display: block;
    }

    .section_1_box1>h1{
        font-size: 2.5em !important;
        line-height: 2.7rem !important; 
    }

    .logo_pic{
        width: 19em !important;
    }


}

@media screen and (min-width: 1200px) {
    .section_1_boxs{
        justify-content: space-between;
        max-width: 95%;
        margin-top: 4em !important;
    }

    .section_1_box1{
        gap: 1em;
    }
    .section_2_cards_pic {
        gap: 4em;
    }
    .section_2{
        padding: 5rem 3em;
    }
    .section_2_card{
        padding: 4em 2em;
        gap: 2em;
    }

    .img_section_1{
        max-width: 50rem;
    }

    .section_3_title{
        text-align: start; 
        margin-left: 4.5em; 
    }


}

@media screen and (min-width: 1400px) {
    .section_1{
        padding: 7em 0em 7em 0em;
    }
    .container_section_1{
        display: flex;
        align-items: center;
        justify-content: center;;
    }
    .section_1_boxs{
        justify-content: center;
        align-items: center;
        gap: 4em;
        height: 100%;
        margin: 0em !important;
    }

    .section_1_box1{
        gap: 1em;
    }
    .section_2_cards_pic {
        gap: 4em;
    }
    .section_2{
        padding: 5rem 3em;
    }
    .section_2_card{
        padding: 4em 2em;
        gap: 2em;
    }

    .img_section_1{
        max-width: 55rem;
    }

}

@media screen and (min-width: 1600px) {

    .img_section_1{
        width: 100em !important;
    }

    .section_3_container{
        padding-left: 10em;
    }

        
    .bg_icon{
        bottom: 20em;
        width: 32em;
    }

    .section_1_box1{
        font-size: 1.1em;
    }

    .section_1_box1>h1{
       max-width: 50rem !important;
       font-size: 1.3em !important;
       line-height: 3.5rem !important; 
    }

    
    .section_1_box1>h1{
        font-size: 3em !important;
    }

    .logo_pic{
        width: 22em !important;
    }

}