.importance{
    background-image: url(../Images/Banner4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:fixed;
    background-size: cover;
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}
.glass_container{
    height: 55vh;
    width: 55%;
    padding: 20px 50px;
    border-radius: 30px;
    
    background-color: rgba(27, 48, 24, 0.384);
    backdrop-filter: blur(5px);
    
    border-top: 1px solid rgb(219, 193, 193);
    border-left: 1px solid rgb(219, 193, 193);
    
    
    flex-direction: column;
    
}
.info_importancia{
    display: block;
    height: inherit;
    justify-content: center;
    align-items: center;
    
    margin-left: auto;
    margin-right: auto;
}
.info_importancia h1 {
    font-size: calc(4 * (1vw + 1vh)/2);
    
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%; 
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.info_importancia p{
    text-align: center;
    font-size: calc(2 * (1vw + 1vh)/2);
    line-height: 1.5;
    color: white;
    
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;

    margin-top: 30px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), 2px 2px 3px rgba(0, 0, 0, 0.3);
}

