:root {
    --main: #4b1ab3;
    --light-bg: #f3f4f6;
}

.bg-main {
    background: var(--main); 
}
.bg-light {
    background: var(--light-bg) !important
}
.subscribe-form input {
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 40px;
    border: none;
}

.subscribe-form button {
    position: absolute;
    right: 10px;
    top: 9px;
    border-radius: 50px;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subscribe-form {
    position: relative;
    max-width: 550px;
}
.blog-content h3,
.blog-content h2 {
    font-size: 18px;
    text-transform: uppercase;
}