.visible {
    height: 443px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0px;
}
img.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
}
body{
    overflow-x: hidden;
}
input.input.required.dddclass {
    width: 30%;
    margin-right: 9px;
}
.wrapper-navigation .social-links{
    margin-right: 83px;
}
@media screen and (max-width: 615px){
	section#about-us {
    background: white !important;
	}
	.glide .action>.title {
    font-size: 38px;
  }
  input.input.required.dddclass {
    width: 100%;
    margin-right: 0;
    }
  .wrapper-form .input[type=tel] {
    width: 100%;
    }
  a.link {
    font-size: 14px !important;
	}
	.action {
    background: rgba(156, 227, 127, 0.56);
    width: 100% !important;
    padding: 0 20px;
	}
    .glide {
        margin-top: -23px !important;
    }
}