html * {
    font-family: Poppins !important, Arial;
}

#lp-pom-text-69{
    display: block;
    background: rgba(255,255,255,0);
    color: blueviolet;
    border-style: none;
    border-radius: 0px;
    left: 10px;
    top: 197px;
    z-index: 2;
    width: 889px;
    height: 255px;
}

#banner-block {
    background-image: url('/content/img/blackBackground.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

li a, .dropbtn {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover, .dropbtn {
    background-color: gray;
    text-decoration:none;
}

li.dropdown {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-right {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.industriesNav:hover .dropdown-content-right {
    display: block;
    left: 100%;
    bottom: 0%;
}

#title-block {
    background-image: url('/content/img/IndustriesBackground.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#benefits-block {
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#testimonials-block {
    background-image: url('/content/img/blackBackground.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#integrations-block {
    background-image: url('/content/img/IndustriesBackground.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#another-block {
    background-image: url('/content/img/IndustriesBackground.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#first-icon{
    width:auto;
}

.benefit-icon {
    width: 70%;
}

.banner-item{
    margin-right:45px;
}

.banner-icon {
    width:100%;
}

.industry-img {
    width: 70%;
    padding-top: 15px;
}

.industry-icon {
    background-color:whitesmoke;
    border-radius: 5px;
    margin: 10px;
    text-decoration: none;
}

.industry-icon:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    background-color:lightgray;
    cursor:pointer;
    transform: scale(1.05);
    transition: 0.3s;
    text-decoration: none;
}

.testimonial-frame {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

#Industries-block {
    background-image: url('/content/img/IndustriesBackground.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}