#about-child-content-1 {
    background-image: url('../images/dog-staring.jpg');
}

#about-child-content-2 {
    background-image: url('../images/friends-3042751.jpg');
}

#about-child-content-3 {
    background-image: url('../images/cat-laying-on-belly.jpg');
}

#about-child-content-4 {
    background-image: url('../images/cat-dog-laying.jpg');
}

.text-overlay-image-text{ 
    margin: auto auto;
    width: max(460px, 40%);
    font-size: clamp(1.1em, 3vw, 2.3em)
}

.about-us-content h1{
    text-align: center;
    font-size: 2.2rem;
    color: #2a6c2e;
}

#outro {
    margin: auto auto;
    text-align: center;
    width: max(300px, 45%);
    padding: 3% 0px;
}

#outro img {
    width: max(150px, 35%);
    background-size: contain;
}

#outro-about {
    line-height: 150%;
    font-size: max(100%, 1.4vw);
}