
body {
    font-family: 'Arial', sans-serif;
}

.about-us {
    background-color: #FCEED5; 
    border-radius: 10px;       
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    margin-bottom: 40px;      
}


.about-us .section-title {
    font-size: 2.2rem;        
    font-weight: bold;      
    color: #333333;           
    margin-bottom: 20px;     
}

.about-us .section-text {
    font-size: 1.1rem;         
    color: #555555;           
    line-height: 1.8;         
    margin-bottom: 30px;      
}

.about-us img {
    max-width: 100%;           
    border-radius: 8px;        
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); 
}


@media (max-width: 768px) {
    .about-us .text-center {
        text-align: center;   
    }
    .about-us .section-title, .about-us .section-text {
        text-align: center;    
    }
}


.values {
    background-color: #F7DBA7;
    ;
}

.value-item img {
    width: 50px;
    height: 50px;
}

.value-item h5 {
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: bold;
}

.why-dogsee ol {
    list-style-position: inside;
}

.why-dogsee li {
    font-size: 1.1rem;
    margin-bottom: 15px;
}
