section.about-us {
    margin: 0 15px;
}

section.about-us.contianer p.first {
    padding-top: 20px;
}

.about-us.contianer img {
    display: block;
    max-width: 100%;
}

.team-member{
    margin-bottom: 20px;
}


.clear-background-wrapper {
    padding: 15px;
}



.feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
}
  

.feature .material-icons {
    font-size: 36px;
    color: var(--gold);
    margin-right: 15px;
}

section.about-us.what-we-offer-wrapper img {
    margin-top: 30px;
    display: none;
}

.about-us h2, .about-us h3, .about-us h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-us .italic {
    font-style: italic;
}

@media (min-width: 1024px) {
    section.about-us{
        margin: 20px auto 50px auto;
    }

    section.about-us.what-we-offer-wrapper {
        margin: 50px auto 70px auto;
        max-width: 1200px;
    }

    section.about-us h2{
        text-align: center;
        margin-top: 50px;
    }

    .flex-wrapper {
        display: flex;
        gap: 30px;
    }

    .flex-wrapper img{
        max-width: 200px;
    }

    .team-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        flex-direction: column;
    }

    .team-member {
        display: flex;
        flex-direction: row;
        align-content: center;
        gap: 30px;
    }


    div.team-member img {
        display: block;
        width: 340px;
        object-fit: cover;
    }

    .what-we-offer-wrapper {
        display: flex;
        gap: 30px;
    }

    .what-we-offer-wrapper img {
        width: 500px !important;
    }
    
    section.about-us.what-we-offer-description-wrapper{
        display: flex;
        flex-direction: column;

    }

    .clear-background-wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .feature-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 1200px;
    }


    section.about-us.what-we-offer-wrapper img {
        display: initial;
    }
}