h1 {
    color: #f3d8ea;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
}
.pink-bg {
    background: #f3d8ea;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

h4, .text-marron {
    color: #3a1539;
    text-align: center;
}


.btn-custom {
    background-color: #3a1539;
    color: #fff;
}
.btn-orange {
    background-color: #ea5619;
    color: #fff;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.form-control {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

::placeholder {
    color: #3a1539!important;
    opacity: 1; /* Firefox */
    font-weight: 700;
}

ul li {
    list-style-type: none;
    color: #3a1539!important;
    font-weight: 500;
}

.vlogger-name  {
    height: 80px;
}
.vlogger-name h6 {
   text-align: center;
}

.cat-two img {
    height: 212px;
    object-fit: contain;
}
.cat-three img {
    height: 300px;
    object-fit: contain;
}
.cat-one img {
    height: 212px;
    object-fit: contain;
}
.cat-four img {
    height: 212px;
    object-fit: contain;
}
.cat-five img {
    height: 280px;
    object-fit: contain;
}
.cat-six img {
    height: 300px;
    object-fit: contain;
    /* object-fit: cover; */
}
.cat-seven img {
    height: 280px;
    object-fit: contain;
    /* object-fit: cover; */
}

.cat-eight img {
    height: 280px;
    object-fit: contain;
    /* object-fit: cover; */
}
.cat-five .vlogger-name {
    height: 100px;
}
.cat-seven .vlogger-name {
    height: 100px;
}
.cat-eight .vlogger-name {
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .cat-two img {
        height: auto;
    }
    .cat-four img {
        height: auto;
    }
    .cat-five img {
        height: auto;
    }
    .cat-six img {
        height: auto;
    }
    .cat-seven img {
        height: auto;
    }
    .cat-eight img {
        height: auto;
    }
    .cat-one img {
        height: auto;
    }
    .cat-three img {
        height: auto;
    }    
  }