﻿div.usp-panel {
    background-image: url('/lib/img/or-owl-wise-words.png');
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 668px;
}

div.usp-panel .container {
    width: 85%;
    max-width: 1280px;
}

div.usp-panel h2 {
    font-weight: bold;
    font-size: 2.375rem;
    color: #1f1e20;
    margin: 0px;
}

div.usp-panel ul.large-tick {
    margin-bottom: 0px;
}

div.usp-panel ul li span.title {
    cursor: pointer;
}

div.usp-panel .index {
    display: none;
}

div.usp-panel .about {
    color: #ff6d00;
    text-transform: uppercase;
    font-weight: 500;
}

div.usp-panel .about:hover {
    border-bottom: 1px solid #ff6d00;
}

/* This is the medium break point */
@media only screen and (max-width : 992px) {
    div.usp-panel {
        background-image: url('/lib/img/or-owl-wise-words-med.png');
    }
}

/* This is the small break point */
@media only screen and (max-width : 600px) {
    div.usp-panel {
        padding-top: 358px;
        background-image: url('/lib/img/or-owl-wise-words-no-pad.png');
        background-position: center 32px;
    }

    div.usp-panel h2 {
        text-align: center;
    }
}
