body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

.newsletter {
    width: 100%;
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.header {
    text-align: center;
}

.header .nav {
    background-color: #fff;
    padding: 25px 0;
    padding-bottom: 25px;
    align-content: center;
}

.header .nav a {
    margin: 0 15px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    
}

.hero {
    position: relative;
    text-align: center;
}

.hero img {
    width: 80%;
    height: auto;
}

.hero h1 {
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 10px;
    letter-spacing: 15px;
}

.intro {
    text-align: center;
    padding-bottom: 30px;
}

.intro h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.intro p {
    color: #777;
    line-height: 1.6;
    font-size: 11px;
    padding: 30px;
}

/* Content Item 1 */

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    
    
}

.content-item-1 {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #EEEEEE;
}

.content-item-1 img {
    width: 50%;
    height: 230px;
    object-fit: cover;
}

.content-item-1 .text-content {
    width: 50%; 
    height: 100%;
    padding-left: 20px;
    
    
}

.content-item-1 h3 {
    font-size: 1.5em;
    
}

.content-item-1 p {
    color: #777;
    line-height: 1.6;
    margin-top: -15px;
    font-size: 12px;
    
}

.content-item-1 .btn {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 13px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

/* Content Item 2 */

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-item-reverse {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #EEEEEE;
    
}

.content-item-reverse img {
    width: 50%;
    height: 230px;
    object-fit: cover;
}

.content-item-reverse .text-content {
    width: 50%; 
    height: 100%;
    padding-left: 20px;
}

.content-item-reverse h3 {
    
    font-size: 1.5em;
}

.content-item-reverse p {
    color: #777;
    line-height: 1.6;
    margin-top: -15px;
    font-size: 12px;
}

.content-item-reverse .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 13px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

/* Content Item3 */

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-item-3{
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #eeeeee;
    width: 100%;
    margin-bottom: 30px;
}

.content-item-3 img {
    width: 50%;
    height: 230px;
    object-fit: cover;
}

.content-item-3 .text-content {
    width: 50%; 
    height: 100%;
    padding-left: 20px;
}

.content-item-3 h3 {
    font-size: 1.5em;
}

.content-item-3 p {
    color: #777;
    line-height: 1.6;
    margin-top: -15px;
    font-size: 12px;
}

.content-item-3 .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 13px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

/* Promo & Footer*/

.promo {
    background-color: #EAB041;
    color: #fff;
    text-align: center;
    padding:5px 0;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
}

footer {
    text-align: center;
    padding: 20px;
}

footer .social-icons { 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

footer .social-icons a img {
    width: 20px;
    height: 20px;
}

footer .social-icons a {
    margin: 0 10px;
}
