.screen-1 {
    background: url("../images/map-background-2.png") no-repeat left -20px #73A489;
}

.screen-1 .input-submit {
    background: var(--pink);
}

.info-panel .illness-name .fa.tooltip-low-birth-weight {
    display: inline-block;
}
   
.screen-1 .input-wrapper {
       background: #628C75;
}

.bottom-panel .info-text {
    position: relative;
    height: 100%;
}

.bottom-panel {
    background: #007acc;
}

.bottom-panel .search-again .button {
    background: var(--pink);
}

.info-panel .info-box.info-risk h4 {
    margin-top: 4px;
}

.info-panel .info-box.info-risk .left:first-of-type {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@media (min-width: 768px) {
    .bottom-panel .info-text::after {
        background: #73A489;
    }
}

@media (min-width: 1240px)  {
    .bottom-panel .opener {
        background: #007acc;
    }
}