

  .p-footer {
	font-size: 14px;
      line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 0;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 350;
}

.newsletter-signup .newsletter-form {
    display: flex;
    align-items: center; 
    gap: 10px;
    flex-direction: column;
}

.newsletter-signup input[type="text"],
.newsletter-signup input[type="email"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.newsletter-signup button {
    padding: 10px 15px;
    border: none;
    background-color: #54B73F;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 21rem;
}

.newsletter-signup button:hover {
    background-color: #36732c;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7 {
    color: #fff;
}

.link{
    margin: 12px 0;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.footer {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #54354a;
    color: white;
    text-align: center;
    padding: 10px 0;
}
.footer p{
    color: #fff;
    font-weight: 900;
}
.contactFooterItem{
    justify-content: left;
    margin: 0;
    width: 100%;
    margin-left: 75px;
}
.contactFooterItem > *{
    margin: 0;
}
.footerArea a{
    text-decoration: underline;
}
.footerArea .logo{
    max-width: inherit;
}
div#w-node-_650a0f1d-1ba8-75fb-5048-85958741d671-114b05ff > a {
    margin: 10px 0;
}

@media screen and (max-width: 991px){
    .nav-menu-2 {
        margin-left: 0%;
        width: 100%;
    }
}

@media screen and (max-width: 675px) {
    .contactFooterItem{
        margin-left: 0;
        justify-content: center;
    }
    .footerArea .logo{
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .nav-menu-2{
        margin-top: 0;
    }
}