


.intro {
    width: 100%;
    height: 45vh;
    text-align: center;
    text-shadow: 0px 0px 15px black;
    font-size: 50px;
    color: white;
    background-image: url('../img/background-certs.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center ;
}

.scope {
    text-align: center;
    background-color: white;
    padding: 25px 0px;
    font-size: 20px;
}

.scope .certs .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

.box div {
    display: block;
}

.cert {
    max-width: 90%;
    max-height: 80vh;
    margin: 5%;
    border: 1px solid rgb(147, 147, 147, 0.5);
}

@media (max-width: 768px) {

    .intro {
        font-size: 24px;
    }

    .quote {
        display: block;
    }

    .quote div {
        padding: 10px 50px;
    }

    .quote div p {
        max-width: 100%;
        font-size: 20px;
    }
    
    .quote div img{
        width: 100%;
    }

    .point {
        width: 80%;
    }
}