.presentation-paragraph {
    padding: 0 10%;
}

#main .profile-introduction {
    display: none;
}

#main .presentation-green-text-content {
    position: relative;
}

#main .quote-image {
    position: absolute;
    right: -60px;
}

#main .quote-image img {
    max-width: 25px;
}

#main .presentation-with-quotes-dots {
    display: none;
}

#main .presentation-with-quotes-container {
    background-color: white !important;
}

@media(min-width: 1024px) {

    #main .presentation-with-quotes-container {
        background-color: var(--gray-100);
    }
}