.newsletter-builder{
max-width: 700px;
/* border: solid 1px #061d25; */
font-size: 14px;
box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
color: #4E2121;
}


/* Newsletter Header */

.newsletter-header{
padding: 30px;
display: flex;
justify-content: center;
align-items: center;
}


/* Newsletter Text */

.center-elements{
    text-align: center;
}

.newsletter-styles{
padding: 50px 80px;
}

.newsletter-styles h1, .newsletter-styles h2{
    font-size: 30px !important;
    font-weight: 500 !important;
}

.newsletter-styles h3{
    font-size: 24px !important;
    font-weight: 500 !important;
}

.newsletter-styles h4{
  font-size: 20px !important;
    font-weight: 500 !important;
}

.newsletter-styles h5{
     font-size: 18px !important;
    font-weight: 500 !important;
}

.newsletter-styles p{
    font-size: 14px !important;
}

.newsletter-styles figure{
    padding-bottom: 1rem !important;
}

.newsletter-styles figcaption{
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
}

.newsletter-styles a{
    margin-top: 1rem !important;
    background-color: #AD9001;
    color: #fff;
    padding: 15px 60px 15px 60px;
    border-radius: 0px;
    border: solid 1px #AD9001;
    display: inline-block;
     transition: all 0.3s ease-in-out;
     font-size: 16px;
}

.newsletter-styles a:hover{
    background-color: #fff;
    color: #AD9001;
    transition: all 0.3s ease-in-out;
}


/* Newsletter Footer */

.newsletter-footer img{
    margin-bottom: 1rem;
}

.newsletter-footer{
    background-color: #061d25;
    padding: 50px 80px;
    color: #fff;
    text-align: center;
}

.social-icons{
margin-bottom: 1rem;
display: flex;
gap: 1rem;
justify-content: center;
align-items: center;
color: #4E2121 !important;
}

.social-icons svg{
    width: 100%;
height: 100%;
  shape-rendering: geometricPrecision;
}

.social-icons a{
      width: 32px;
height: 32px;
  padding: 6px;
  background-color: white;
  border-radius: 999px;
}


/* Mobile */

@media only screen and (max-width: 480px){
.newsletter-styles{
padding: 50px 20px;
}
.newsletter-footer{
    padding: 50px 20px;
}
}