﻿#contentText .box {
    background: white;
    border-radius: 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin: 30px auto;
    padding-bottom: 10px;
    text-align: left;
}

    #contentText .box .header {
        background: #00bcde;
        border-radius: 15px 15px 0 0;
        height: 75px;
    }

    #contentText .box .star {
        background-image: url("../img/star-offers-small.png");
        background-repeat: no-repeat;
        height: 75px;
    }

#contentText .star h3 {
    color: white;
    font-size: 20pt;
    padding-top: 25px;
    text-align: center;
}

#contentText .box .text {
    padding: 10px 20px;
}

    #contentText .box .text p {
        color: #222;
        padding: 0;
        margin: 15px 0;
    }

    #contentText .box .text img {
        display: inline-block;
        margin-bottom: -2px;
        vertical-align: unset;
    }

    #contentText .box .text a {
        color: #00bcde;
        text-decoration: none;
    }

        #contentText .box .text a:hover {
            color: #ff670e;
        }

    #contentText .box .text strong {
        color: #ff670e;
    }

    #contentText .box .text h4 {
        font-size: 15pt;
        margin: 20px 0 -10px;
    }

#contentText .box .quoteButton {
    background: #ff670e;
    border-radius: 15px;
    color: white;
    font-size: 15pt;
    line-height: 45px;
    margin: 5px auto;
    text-align: center;
    width: 90%;
}

    #contentText .box .quoteButton a {
        color: white;
        text-decoration: none;
    }

    #contentText .box .quoteButton:hover {
        background: #00bcde;
    }

.sb-content-text-ctn {
    padding: 20px 15px 20px 15px;
    text-align: left;
}

@media (max-width: 768px) {

    .sb-content-text-ctn {
        padding: 0px 10px 20px 10px;
    }

    .left, .right {
        float: unset;
    }

    #contentText .boxes, #contentText .box {
        width: 95%;
        margin: 20px auto;
    }

        #contentText .boxes .box.left, #contentText .boxes .box.right {
            width: 100%;
            margin: 0 0 20px 0;
        }

        #contentText .box .header {
            height: 50px;
        }

    #contentText .star h3 {
        font-size: 17pt;
        padding-top: 10px;
    }
}


@media (min-width: 768px) {
    #contentText .header {
        background: #ff7a00;
        color: #fff;
        font-size: 14px;
        height: 74px;
    }

    #contentText .boxes {
        display: flex;
        margin: 30px auto 0;
        justify-content: space-between;
    }

        #contentText .boxes .box.left {
            margin: 0 30px 0 0;
            width: 47%;
        }

        #contentText .boxes .box.right {
            margin: 0;
            width: 47%;
        }

    .sb-content-text-ctn {
        padding: 20px 10px 20px 10px;
    }
}

@media (min-width: 960px) {
    #contentText .box {
        /*width: 960px;*/
    }

    #contentText .header {
        height: 94px;
    }
}
