﻿.twinn-banner {
    background: rgb(42,161,141);
    background: linear-gradient(45deg, rgba(42,161,141,1) 0%, rgba(0,62,95,1) 40%, rgba(16,37,56,1) 100%);
    padding: 15px 0;
}

.twinn-banner .info {
    color: #ffffff;
    font-size: 15px;
    margin-top: 15px;
    display: block;
}

.twinn-banner .button {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 0 14px;
    height: 38px;
    line-height: 38px;
    position: relative;
    background: #0886A8;
    background: #2AA18D;
    white-space: nowrap;
    border-radius: 4px;
    text-decoration: none;
    float: right;
    margin-top: 18px;
}

.twinn-banner .button:hover {
    background: #3FAA98;
}

    .twinn-banner img {
        width: 120px;
    }

    @media (min-width: 768px) {
    .twinn-banner {
        padding: 20px 0;
    }

    .twinn-banner .info {
        color: #ffffff;
        font-size: 15px;
        margin-bottom: 0;
        display: inline-block;
    }

    .twinn-banner .button {
        float: right;
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .twinn-banner .info {
        float:right;
        margin-right: 15px;
        margin-top: 11px;
        line-height: 38px;
    }
    .twinn-banner img {
        width: auto;
        height: 60px;
    }
    .twinn-banner .button {
        margin-top: 11px;
    }

}

@media (min-width: 1200px) {
    .twinn-banner .info {
        font-size: 16px;
    }
    .twinn-banner .button {
        font-size: 16px;
    }
}