#top-content {
    margin-top: 80px;
    margin-bottom: 80px;
}

#top-content h1,
#top-content p,
#top-content h6 {
    text-align: center;
}

#top-content h1,
#top-content h6 {
    margin-bottom: 20px;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.flex-one {
    flex-basis: 50%;
}

.flex-two {
    flex-basis: 30%;
}

.flex-column {
    flex-direction: column;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

#doctor-three h6,
#doctor-two h6,
#doctor-one h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#doctor-three img,
#doctor-two img,
#doctor-one img {
	object-fit: contain;
}

#doctor-three a,
#doctor-two a,
#doctor-one a {
    margin-top: 20px;
}

#doctor-two {
    margin-top: 15px;
    margin-bottom: 15px;
}

#form h2,
#form h6,
#form p {
    color: #FFF;
    text-align: center;
}

#members{
    text-align: center;
    margin-top: 121px
}

#members .container-dentists{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1000px;
    gap: 42px;
    margin-top: 36px;
}

#members .container-dentists{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    gap: 42px;
    margin-top: 36px;
    width: 100%;
    }

@media screen and (min-width: 1025px) {
    .flex-lg-row {
        flex-direction: row;
    }

    #doctor-two {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}