a:focus {
    outline: none;
}

#about-us-page {
    color: black;
    background: url('/img/SVG/map-bg.svg') no-repeat top 36px right;
}

#about-content {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #333;
}

#about-content ol, ul {
    list-style: initial;
}

#about-content ol {
    list-style-type: decimal;
}

#about-content .about-animal-logo-img {
    width: 25%;
}

#about-content #about-main-h1 {
    color: green;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 2em;
    margin: 0.67em 0 1.5em;
}

#about-content h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}

#about-content .problems-text {
    width: 100%;
}

#about-content p {
    margin: 0 0 10px;
}

#about-content a {
    color: green;
    text-decoration: none;
}

#about-content a:hover {
    text-decoration: underline;
    color: #50B930;
}

@media (max-width: 768px) {
    #about-content .about-animal-logo-img {
        width: 80%;
    }
}
