
.about-intro {
    background-color: #aeb57c;
    color: #fff;
    text-align: center;
}

.about-intro h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.who-we-are, 
.what-we-offer, 
.mission-vision, 
.why-choose-us {
    background-color: #f9f9f9;
}

.who-placeholder, 
.mv-placeholder {
    background-color: #aeb57c;
    width: 100%;
    height: 250px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 70px;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.offer-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.offer-card i {
    font-size: 30px;
    color: #aeb57c;
    margin-bottom: 10px;
}

.offer-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.why-choose-us ul {
    list-style: none;
    padding-left: 0;
}

.why-choose-us li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #333;
}
.why-choose-us h2{
    padding-bottom: 20px;
}
.why-choose-us i {
    color: #aeb57c;
    margin-right: 10px;
}

/* CTA */
.cta-section {
    background-color: #aeb57c;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}
.what-we-offer{
    background-color: #333;
}
.what-we-offer h2{
    color: #fff;
    padding-bottom: 15px;
}
.mv-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mv-text div{
    box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px;
}