#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: white;
    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 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;
}

#title-block {
    background-image: url('/content/img/REBackground.jpg');
    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;
}

.info-section{
    overflow:visible !important;
}

#partners-block {
    background-image: url('/content/img/blackBackground.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#another-block {
    background-color:white;
    background-image: none;
}

#first-icon{
    width:auto;
}

.benefit-icon {
    width: 60%;
}

.benefit-card {
    background-color: #d1f2f9;
    margin-right: 50px;
    margin-bottom: 20px;
    padding: 20px;
    height: 550px;
    border-radius: 5px;
}

.banner-icon {
    width:100%;
}

.industry-img {
    width: 70%;
    padding-top: 15px;
}

.industry-icon {
    background-color:whitesmoke;
    border-radius: 5px;
    margin:10px;
}

.testimonial-frame {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

#Industries-block {
    background-image: url('/content/img/REBackground.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.CTAbutton {
    background: darkblue;
    font-size: 24px;
    font-family: Poppins, Arial, sans-serif;
    color: white;
    padding: 14px 30px;
    border: 2px solid white;
    border-radius: 6px;
}

.CTAbutton:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    transition: 0.3s;
}

.CTAbutton span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

.CTAbutton span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.CTAbutton:hover span {
    padding-right: 25px;
}

.CTAbutton:hover span:after {
    opacity: 1;
    right: 0;
}
.infographic-card {
    background-color: white;
    padding: 20px 40px;
    border-radius: 10px;
    border: 2px solid #c5e3e9;
}

.infographic-text{
    padding-right:20px;
    padding-top:3%;
    padding-bottom:3%;
}