.index-header {
    height: 400px;
    margin: 0;
    width: 100%;
    
    object-fit: cover;
}

.bg-green-lightest {
    background-color: #E6F0EB;
}

.bg-green-light {
    background-color: #CCE0D7;
}