﻿.strip-message-component {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #EFEFEF;
    height: 74px;
    align-content: center;
}

.strip-message-component i {
    width: 46px;
    font-size: 46px;
    align-self: center;
    margin: 0 17px 0 22px;
}

.strip-message-component img {
    width: 100px;
    margin-left: 12px;
}

.strip-message-text {
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

.strip-message-title {
    text-align: right;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.strip-message-sub-title {
    text-align: right;
    font-size: 20px;
    letter-spacing: 0px;
    color: #717579;
    opacity: 1;
}

.strip-message-btn {
    margin: auto auto auto 22px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    cursor: pointer;
}

    .strip-message-btn a {
        text-decoration: underline;
    }

    .strip-message-btn:hover {
        font-weight: 500;
    }

/* = = = = = = = = = = Mobile Section = = = = = = = = = = */
@media only screen and (max-width: 992px) {
    .strip-message-component {
        height: 85px;
        align-content: revert;
        padding: 0 5px 0 0;
        margin-bottom: 0px;
        margin-top: 10px;
    }

        .strip-message-component i {
            width: 47px;
            font-size: 28px;
            margin: 28px 5px 4px 0;
            position: absolute;
            right: -8px;
            margin-bottom: 42px;
        }


    .strip-message-component img {
        width: 47px;
        margin: 48px 0px 0px 5px;
        position: absolute;
    }

    .strip-message-text {
        display: flex;
        flex-direction: column;
        margin: 0 0 auto;
        justify-content: flex-end;
        height: 59px;
    }

    .strip-message-title {
        font-size: 14px;
        margin: 10px 0px 12px 0;
    }

    .strip-message-sub-title {
        font-size: 12px;
        margin-right: 65px;
    }

    .strip-message-btn {
        font-size: 12px;
        position: absolute;
        right: 80px;
        margin: 59px 0 0 0;
    }
}
