 

.section {
    padding-top: 150px;
    padding-bottom: 70px;
}

.section-title{
    color: #303030;
}

.section.features {
    padding-top: 30px !important;
    padding-bottom: 30px;
}

.container.w-colored {
    padding: 20px;
    background: #FFFFFF;
}
.container .w-colored {
    padding: 20px;
    background: #FFFFFF;
}

.left-heading .lunna-color-text{
    color: #890202 !important;
    font-weight: 700;
    padding-bottom: 40px;
}

.left-heading .lunna-text-black {
    color: #000 !important;
    font-weight: 700;
    padding-bottom: 30px;
}

.left-text {
    letter-spacing: 1px;

    color: #303030;
    font-size: 16px; 
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}




.blog-post-thumb {
    text-align: center;
    margin-bottom: 0px;
}

.blog-post-thumb .img {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    position: relative;
    height: 400px;
}

footer {
    background: #fff;
    padding-top: 70px;
     border-top: 0px  #EEEEEE;

}

footer .summary{
    display: flex;
    width: 518px;
    flex-direction: column;
    flex-shrink: 0;

    color: #303030;
    font-size: 18px; 
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
}

footer .link-header{
    color: #303030;
    font-size: 24px; 
    font-style: normal;
    font-weight: 600;
    line-height: 176%;
}

footer .footer-link{
    color: #303030;
    font-size: 20px; 
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
}

footer .addresss{
    display: flex;
    width: 506px;
    flex-direction: column;
    flex-shrink: 0;


}

footer .addresss p {
    color: #303030;
    /* font-size: 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 176%; */
}

footer img.logo{
    width: 50%;
    height: 50%;
    flex-shrink: 0;
    margin-bottom: 1px;
}

footer .copyright {
     text-align: left;
    border-top: 1px solid #DAE6FD;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: 0.88px;

    color: #767676;
    font-size: 18px; 
    font-style: normal;
    font-weight: 500;
    line-height: 176%;
}

.input-grey-rounded {
    font-size: 24px;
    line-height: 1.5;
    background: #E9EEF0;
    border: 1px solid #D5D9DB;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%238C92A0' d='M11.44 10.73l4.41 4.42a.5.5 0 1 1-.7.7l-4.42-4.41a6.5 6.5 0 1 1 .7-.7v-.01zM6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z'></path></svg>);
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-size: 20px 20px;
    border-radius: 100px;
    width: 100%;
    padding: 0.5em 1em 0.5em 2.5em;
}

.section.jobs {
    padding-top: 20px;
    padding-bottom: 10px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 420px;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;

    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-header {
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #890202;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-bottom {
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #050505;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    letter-spacing: 0.88px;

    color: #303030;
    font-size: 20px; 
    font-style: normal;
    font-weight: 400;
    line-height: 136.5%;
}

.card-footer {
    padding: 0.5rem 1rem; 
    border-top: 0px solid #FFFFFF;;
    font-size: 20px;
    font-style: normal;
}
.card-footer2 {
    padding: 0.5rem 1rem;
    background-color: #181515;
    border-top: 0px solid #FFFFFF;;
    font-size: 20px;
    font-style: normal;
}