.container-fluid.container09{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.veja{
    font-family: 'Century Gothic', 'Century Gothic MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 27px;
    color: #003399;
    text-align: center;
}

.vejaComo{
    font-family: 'Century Gothic', 'Century Gothic MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 27px;
    color: black;
    text-align: center;
}

.ninth-page-elements{
    display: flex;
    justify-content: space-around; /* Espaçamento entre os elementos */
    width: 100%; /* Garante que os elementos se distribuam ao longo do contêiner */
    max-width: 1000px; /* Largura máxima para os elementos, ajuste conforme necessário */
    gap: 40px;
    margin-top: 30px;
    flex-wrap: wrap;
    overflow: hidden;
}

.img-ninth-page{
    width: 120px;
    height: auto;
    margin-bottom: 10px; /* Espaço entre a imagem e o texto */

}

.box-ninth-page{
    width: 300px; /* Define uma largura fixa para os blocos, ajuste conforme necessário */
    height: 400px;
    text-align: center;
    padding: 10px;
    background-color: #003399;;
    border-radius: 50px;
}

.edit-text-ninth-page{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: #fff;
}