.hero-banner{
height: 500px;
width: 100%;
}
.hero-banner img{
    height: 100%;
    width: 100%;
}
.brand-name {
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.selfcare-title {
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}
.selfcare-text {
    font-size: 15px;
    max-width: 720px;
    font-style: italic;
    line-height: 1.9;
    color: rgb(51, 51, 51);
    margin: 0px auto 25px;
}

.founder-section {
        background: #E8E4DC;
}

.founder-quote {
  max-width: 420px;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.founder-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.founder-designation {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #999;
}
.founder-img{
    height: 400px;
}
.founder-img img{
  max-width: 380px;
  filter: grayscale(100%);
  height: 100%;
}
.luxury-content {
    padding-left: 60px;
}
.collection-img{
    height: 385px;
}
.collection-img img{
    height: 100%;
}


@media (max-width: 430px) {
.selfcare-title {
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}
.selfcare-text {
    font-size: 13px;
}
.founder-quote {
    max-width: 420px;
    font-size: 12px;
}
.luxury-title{
    font-size: 18px;
}
.luxury-text{
    font-size: 14px;
}
}