.hero-block {
    background-position: center center !important;
    margin-bottom: 35px;
}
.hero-block__image { 
    background-position: center center !important;
}

#retirement-calculator{
    padding-left: 45px; 
    padding-bottom: 35px;
}
#retirement-calculator h2,
#retirement-calculator h3 {
    color: #27747e;
}
#retirement-calculator label {
    font-weight: bold;
    margin-bottom: 0;
}

#retirement-calculator input[type='text'] {
    margin-bottom: 10px;
}

#retirement-calculator #interest-rate {
    margin-bottom: 0px !important;
}

#retirement-calculator .btn-primary {
    background-color: #61A0A8 !important; 
    border-color: #61A0A8 !important;
}
#retirement-calculator #total {
    font-weight: bold;
    color: #27747e;
}