.banner {
    height: 55px;
    margin: 0px -10px 10px;
    background-color: rgb(42, 157, 143);
    border-radius: 2px;
}

    .banner h2 {
        text-color: rgb(244, 162, 97);
        text-align: center;
        font-size: 3.6rem;
        line-height: 1.25;
        letter-spacing: -.1rem;
        margin-bottom: 1.8rem;
        margin-top: 1.8rem;
    }


.banner Img{
    position: relative;
    float: right;
    right: 10px;
    height: 75px;
}

