html {
    max-width: 100%;
    overflow-x: hidden;
}
.textwidget { color: #fff;  }
section.subfooter .col-md-4:nth-child(2) {
    background: #ffffff;
}
section.subfooter h1 {
    font-size: 48px;
    padding: 60px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
    width: 100%;
    text-shadow: 4px 4px 7px rgba(16, 17, 17, 0.078);
    margin-top: 40px;
}
section.subfooter .col-md-12 .text p {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.333;
    text-align: center;
    margin-bottom: 60px;
}
.maxheightbox {
    height:75px;
}

section {
    padding: 100px 0px;
}