#qualification {
    display: flex;
    min-height: 85vh;
    flex-direction: row;
    text-align: center;
    padding: 20px 0;
    background: var(--white);

    .Sphere {
        width: 42vw;

        .container {
            width: 72px;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            background: white;
            border-radius: 50%;
            aspect-ratio: 1/1 !important;
        }


        img {
            width: 48px;
        }
    }


    h3 {
        margin: 20px;
    }

    p {
        margin: 20px;
        text-align: justify;
        text-indent: 2em;
    }

    .apart {
        padding: 64px;
    }

}

