/* INFO SECTION */
.info-section{
    display: flex; 
    flex-direction: column;
    align-items: center;
}
.info-boxes{
    margin-bottom: 100px;

    display: flex; 
    justify-content: center;
    gap: 40px;
}

.picture{
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    border: 5px solid #3882F6;
    border-radius: 15px
}

.picture-info{
    color: grey;
    font-size: 18px;
    font-weight: 300;
    width: 200px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}