.about__header {
    background-image: url('../assets//headerbackground.png'); 
    background-size: cover;
    background-position: center;
    position: relative;
}

.about__header__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(44, 44, 44);
    opacity: 0.5;
    z-index: 1;
}

.about__nav__wrapper {
    padding: 68px 52px 59px 43px;
    position: relative;
    z-index: 4;  
}

.scrolled__nav {
    transition: background-color 0.5s;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: #2E2D2D !important;
    padding: 20px 52px 20px 43px !important;
}

.add_space {
    padding-top: 180px !important;
}

.about__header__content__wrapper {
    padding-left: 51px;
    position: relative;
    z-index: 3;
    padding-bottom: 101px;
}

.about__header__content__wrapper h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    max-width: 90%;
    color: #FFFFFF;
    padding-bottom: 25px;
}

.about__header__content__wrapper p{
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: 0px;
    padding-bottom: 39px;
    padding-right: 30px;
}

.about__header__content__wrapper a {
    width: 125.43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DDB255;
    color: #000000;
    font-size: 12px;
    font-weight: 650;
    border: none;
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
}

.about__header__content__wrapper a:hover {
    background: #252525;
    color: white;
}

.about__design__line {
    width: 100%;
}

.about__section__spacer {
    padding: 60px 60px 60px 40px;  
}

.about__section__headstyle {
    padding-bottom: 25px;
    font-size: 25px;
}

.about__section__description > p {
    font-size: 13px;
    text-align: justify;
    line-height: 30px;
}

.about__section__why__items {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about__section__why__item {
    background-color: #FDCE74;
    padding: 15px;
    position: relative;
    margin-top: 40px;
    max-width: 426px;
}
.why__item__top {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why__item__top img {
    border: 4px solid white;
    border-radius: 50%;
    padding: 10px;
    background-color: #FDCE74;
    width: 21px;
    height: 21px;
}
.about__section__why__item > h3 {
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    line-height: 20px;
}
.about__section__why__item > p {
    font-size: 11px;
    text-align: center;
    padding: 0 10px 20px 10px;
    line-height: 20px;
}

.about__section__value__img {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}
.about__section__value__img > img {
    width: 80%;
    max-width: 290px;
}
.about__section__value__img2 {
    display: none;
}

/* tablet */
@media screen and (min-width: 768px){

    .about__header__content__wrapper {
        padding-left: 95px;
    }
    
    .about__header__content__wrapper h2{
        font-size: 40px;
        line-height: 70px;
        letter-spacing: -2%;
        padding-bottom: 30px;
        max-width: 600px;
    }
    
    .about__header__content__wrapper p{
        font-size: 14px;
        padding-bottom: 36px;
        max-width: 500px;
    }
    
    .about__header__content__wrapper button {
        width: 152px;
        height: 62px;
        font-size: 16px; 
    }
    
    .about__section__spacer {
        padding: 60px 80px 60px 90px;  
    }
    
    .about__section__headstyle {
        padding-bottom: 30px;
        font-size: 33px;
    }
    
    .about__section__description > p {
        font-size: 14px;
        text-align: justify;
        line-height: 30px;
    }

    .about__section__value__img {
        padding: 40px 0;
        display: flex;
        justify-content: center;
    }
    .about__section__value__img {
        display: none;
    }
    .about__section__value__img2 {
        display: block;
        margin-top: 40px;
        justify-content: center;
    }
    .about__section__value__img2 > img {
        width: 90%;
        max-width: 900px;
    }
}


/* desktop */
@media screen and (min-width: 1388px){
    .about__nav__wrapper {
        padding-left: 103px;
    }
    .about__header__content__wrapper {
        padding-left: 134px;
    }
    .about__header__content__wrapper h2{
        font-size: 50px;
        max-width: 900px;
    }
    .about__header__content__wrapper p{
        min-width: 601px;
        max-width: 601px;
        font-size: 18px;
        line-height: 40px;
    }
    .about__header__content__wrapper a {
        width: 145.43px;
        height: 53px;
    }
    .scrolled__nav {
        padding: 20px 52px 20px 103px !important;
    }
    .about__section__spacer {
        padding: 80px 80px 100px 134px;  
    }
    .about__section__headstyle {
        padding-bottom: 40px;
        font-size: 40px;
    }
    .about__section__description > p {
        font-size: 15px;
        text-align: justify;
        line-height: 35px;
        max-width: 1055px;
    }

    .about__section__why__items {
        flex-direction: row;
        max-width: 950px;
        gap: 20px;
    }

    .about__section__why__item {
        width: 300px;
    }

}

/* very small screens */
@media screen and (max-width: 380px){
    .about__header__content__wrapper > h2 {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.5px;
        max-width: 80%;
    }
    .about__header__content__wrapper > p {
        font-size: 11px;
        line-height: 20px;
    }
    .about__section__spacer {
        padding: 50px 40px 50px 40px;  
    }
    .about__section__headstyle {
        padding-bottom: 25px;
    }
    .about__section__description > p {
        font-size: 12px;
        text-align: justify;
        line-height: 20px;
    }
    .about__section__why__item {
        background-color: #FDCE74;
        padding: 15px;
        position: relative;
        margin-top: 40px;
    }
    .why__item__top {
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .why__item__top img {
        border: 4px solid white;
        border-radius: 50%;
        padding: 10px;
        background-color: #FDCE74;
        width: 21px;
        height: 21px;
    }
    .about__section__why__item > h3 {
        font-size: 13px;
        text-align: center;
        padding: 20px 0;
        width: 100%;
        line-height: 20px;
    }
    .about__section__why__item > p {
        font-size: 11px;
        text-align: center;
        padding: 0 10px 20px 10px;
        line-height: 20px;
    }
    .about__section__value__img {
        padding: 20px 0;
        display: flex;
        justify-content: center;
    }
    .about__section__value__img > img {
        width: 80%;
    }

}


.about__section__values {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}