main{margin-top: 70px;font-size: 19px;}
.btn{padding: 10px;width: 150px;border-radius: 20px;font-size: 18px;text-align: center;}
.welcome{margin: 20px;}
.welcome .content{padding: 20px;}
.welcome .content .b{
    color: var(--theme);
    font-size: 55px;
}
.line{
    width: 200px;
    height: 2px;
    background-color: var(--theme);
    border-radius: 5px;
}
.welcome img{
    width: 500px;
    height: 600px;
}

.approach .items{margin-top: 50px;}
.approach .item{
    width: 278px;
    height: 280px;
    display: grid;
    place-items: centjer;
    padding: 20px;
    margin: 7px;
    border: 2px solid var(--theme);
    color: var(--theme);
    border-radius: 15px;
}
.approach .i-h{
    transform: translateY(-53px);
    display: grid;
    place-items: center;
}
.approach .i-h div{
    background: #fff;
    border-radius: 50%;
    width: 120px;
    display: grid;
    place-items: center;
}
.approach .item .b{
    font-size: 25px;
    color: var(--theme);
}
.approach .item .btn{opacity: 0;}
.approach .item img{
    width: 65px;
    height: 50px;
    object-fit: cover;
    text-align: center;
}
.approach .btn{
    background-color: var(--theme);
    color: #fff;
}
.packaging .content{
    margin: 20px;
    padding: 30px;
}
.packaging img{
    width: 500px;
    height: 580px;
}
.packaging .p{
    font-size: 24px;
    max-width: 460px;
}
.compliance{margin-top: 50px;}
.compliance .content{
padding: 20px;
margin: 20px;
max-width: 700px;
}
.compliance img{
    width: 550px;
    height: 550px
}
.about-us{
    height: 100vh;
    width: 100vw;
    background-image: url('../../assets/images/WHO-WE-ARE-photo.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.about-us .info{
    width: 600px;
    padding: 45px;
    border-radius: 0px  150px 150px 0px;
    background-color: rgba(255, 255, 255, 0.7);
}
.philosophy{
    background-image: url('../../assets/images/Our-Philosophy-photo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right -490px center;
}
.philosophy .content{
    background-image: url('../../assets/images/Our-Philosophy-placeholder.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.philosophy .content .container{margin: 60px;}
.philosophy .content .p{
    max-width: 550px;
}
@media screen and (max-width: 799px){
    .welcome{display: inline-block;margin: 0;padding: 0;margin-top: 30px;}
    .welcome img{
        width: 100vw;
        height: 390px;
    }
    .approach .items{display: grid;place-items: center;padding: 0;margin: 0;}
    .approach .item{width: 75%;margin-top: 70px;display: grid;place-items: center;}
    .approach .item .i-h{transform: translateY(-80px);}
    .packaging{
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .packaging img{
        width: 100vw;
        height: 500px;
    }
    .packaging .content{margin: 0;}
    .compliance{
        display: inline-block;
    }
    .compliance img{
        width: 100%;
        height: 400px;
    }
    .about-us{margin: 0;padding: 0;}
    .philosophy .content{height: 100vh;}
}