
p {
    padding-left: 20px;
    padding-right: 20px;
}
.info {
    width: 100%;
    height: 420px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.aboutusbox {
    all: unset;

    width: 90%;
    margin: auto;
    background-color: #1E90FF;

    display: flex;
    flex-direction: column;
    margin-top: 150px;
    
    border-radius: 30px;
    box-shadow: 5px 5px 20px black;
    text-align: left;

    padding-bottom: 20px;
}
.aboutusbox .headerrr {
    font-size: clamp(25px, 5vw, 30px);
    font-weight: bolder;
    margin: auto;

    margin-top: 20px;
    margin-bottom: 30px;
    width: 80%;

    text-align: center;
    
}
.textnormal {
    font-size: clamp(22px, 3vw, 40px);
}
.textmic {
    font-size: 15px;
}
/* small devices and small tablets */
@media only screen and (min-width: 0px) and (max-width: 580px) {
}

@media only screen and (min-width: 580px) {
    /* descriere gen */
    .aboutusbox .headerrr {
        font-size: clamp(25px, 5vw, 50px);
    }
    .textnormal {
        font-size: clamp(22px, 3vw, 30px);
    }
}