.printing-tips-wrap{
    background-color: #f5f5f5;
    margin-top: 10px;
}

@media (min-width: 1201px){
    .printing-tips-wrap .col-xl-4{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tip-wrap{
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin: 30px 0;
    background-color: white;
    box-shadow: 0 1px 2.94px 0.06px rgba(0, 0, 0, 0.25);
}

.tip-wrap > img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tip-wrap > h2{
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 20px 0 25px;
}

.tip-wrap > span{
    display: block;
    margin: 0 20px 15px 25px;
    font-size: 14px;
}



.under-tips{
    overflow: hidden;
    position: relative;
    background: url('/resources/images/cms/printing-tips/wood-bg.jpg');
    background-size: contain;
    color: #25282a;
    font-size: 14px;
}

.under-tips h2{
    display: block;
    padding: 0;
    margin: 32px 0 10px 0;
    font-size: 48px;
}

.under-tips a.bu1{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0 95px;
    margin-top: 20px;
    margin-bottom: 45px;
}

.under-tips-image{
    position: absolute;
    top: 20px;
    left: 50%;
}

.tip-contacts{
    padding: 0;
    margin: 5px 0 0 0;
    list-style: none;
}

.tip-contacts li{
    margin: 5px 0 0 0;
    background: url('/resources/images/cms/printing-tips/call-us.png') no-repeat left center;
    padding: 0 0 0 30px;
}

.tip-contacts li a{
    color: inherit;
}

.tip-contacts li:last-child{
    background: url('/resources/images/cms/printing-tips/mailto.png') no-repeat left center;
}


@media (max-width: 1200px) {
    .tip-wrap > h2{
        margin: 14px 15px 0 20px;
    }

    .tip-wrap > span{
        margin: 0 12px 15px 20px;
    }
}

@media (max-width: 991px){
    .tip-wrap > h2{
        margin: 10px 10px 0 14px;
    }

    .tip-wrap > span{
        margin: 0 10px 15px 15px;
    }

    .under-tips h2{
        font-size: 32px;
    }
}

@media (max-width: 767px){

    .under-tips a.bu1{
        margin-bottom: 15px;
    }

    .under-tips-image-wrap{
        position: relative;
        height: 90px;
        overflow: hidden;
    }

    .under-tips-image{
        top: 0;
        left: 10%;
        width: 80%;
        display: block;
    }
}

@media (max-width: 576px){
}

