.intro-adonit-container,
.intro-adonit {
    max-width: 100%;
    height: 921px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.img-p {
    max-width: 50% !important;
    margin-bottom: 2rem !important;
}

.div-p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-black {
    color: black;
}

.font-26 {
    font-size: 26px;
}

@media (min-width: 700px) {
    .div-p {
        top: 20px
    }
    .img-p {
        max-width: 30% !important;
        margin-bottom: 12rem !important;
    }
}