.about-outer {
    background-color: var(--clr-black);
    margin: 5rem 0;
}

.about {
    color: var(--clr-white);
    text-align: center;
    padding: 6rem 0;
    margin-inline: auto;
}

.about__logo {
    height: 3rem; width: auto;
    margin-inline: auto;
}

.about__text {
    margin: 2rem auto;
    color: var(--clr-lightgrey);
}

.about__btn {
    background-color: var(--clr-white);
    color: var(--clr-black);
    transition: all 0.4s;
}

.about__btn:hover {
    background-color: #dadada;
}

.about__picture {
    margin-top: 3.8rem;
    overflow: hidden;
    display: none;
    gap: 2rem;
    justify-content: center;
}

.about__picture-circle {
    overflow: hidden;
    border: white 2px solid;
    height: 5rem;
    width: 5rem;
    border-radius: 100000000px;
}

.about__picture-img {
    width: 110%;
    height: 110%;
    object-fit: cover;
}

.about__picture-text {
    color: var(--clr-lightgrey);
    font-size: 0.9rem;
}

@media (min-width: 973px) {
    .about-outer {
        background-image: url("../../media/aboutus.png");
        background-size: cover;
    }

}

@media (max-width: 972px) {
    .about__picture {
        display: flex;
    }
    .about {
        padding-bottom: 3rem;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {

}

@media (max-width: 640px) {
}

@media (max-width: 475px) {
}
