/* The hero image */
.hero-image {
    /* The image used */
    /*background-image: url("../images/home_new/home_700.png");*/

    /* Set a specific height */
    height: 320px;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #313131;
    width: fit-content;
}
.hero-text h1 {
    font-weight: normal;
    font-size: 42px;
    line-height: 60px;
    font-family: 'Berlin';
}
.hero-text button {
    font-size: 18px;
    color: #fff;
    background-color: #313131;
    padding: 10px 30px;
    border-radius: 5px;
    font-family: 'Berlin';
    margin-top: 50px;
}
button a, button a:hover {
    color: #fff;
    text-decoration: none;
}
.divGalleryItem {
    text-align: center;
}
.divGalleryItem img {
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}
.divGalleryItem .itemText {
    font-size: 14px;
    font-weight: bold;
}
.divGalleryItem .itemDiv {
    margin-top: 10px;
}
.section-padding {
    padding-left: 5%;
    padding-right: 5%;
}
.influencers-section2 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: right;
}
.prev-next {
    margin-top: -80px;
}
.inf-section2-heading {
    font-size: 29px;
    font-weight: bold;
    font-family: 'Berlin';
    text-align: left !important;
}
.inf-section2-text {
    margin-top: 20px;
}
.inf-section2-sub-heading {
    font-size: 15px;
    font-weight: bolder;
    font-family: 'CenturyGothic-bold';
}
.inf-section2-sub-text {
    font-size: 14px;
}
.influencers-section2 button.get-started {
    font-size: 18px;
    color: #fff;
    background-color: #313131;
    padding: 10px 30px;
    border-radius: 5px;
    margin-left: 25px;
    margin-top: 40px;
    font-family: 'Berlin';
}
.imgTestimonial {
    width: 150px;
    border-radius: 50%;
    border: 3px solid #313131;
}
.influencers-section3 {
    background-color: #ededed;
    padding-bottom: 80px;
}
.influencers-section3 h1 {
    text-align: center;
    font-weight: bold;
    font-family: 'Berlin';
}
.influencers-section3 .bloggerName {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    font-family: 'Berlin';
}
.influencers-section3 .testimonials-section {
    text-align: center;
    margin-top: 40px;
}
.influencers-section3 hr {
    border-top: 2px solid lightgrey;
    margin-top: 5px;
    margin-bottom: 5px;
}
.divGalleryItem2 {
    margin-right: 5px;
    display: block;
}
.testimonials-section {
    float: left;
}
.divGalleryItem2 img {
    margin: 0 auto; /* it centers any block level element */   
}
.bloggerTestimonial {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}