﻿div.usp-panel {
}

div.usp-panel .container {
    width: 85%;
    max-width: 1280px;
}

div.usp-panel .container .row {
    margin-bottom: 0;
}

div.usp-panel .container .row.header {
    margin-bottom: 3rem;
}

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.large-tick li {
    float: left;
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
}

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;
}

@media only screen and (max-width: 600px) {
    div.usp-panel {
        padding-top: 56px; 
    }

    div.usp-panel h2 {
        margin-bottom: 24px;
        font-size: 1.75rem;
    }

    div.usp-panel ul.large-tick li {
        width: 100%;
    }

    div.usp-panel .container .row.header {
        margin-bottom: 2rem;
    }
}

/* This is the medium break point */
@media only screen and (max-width : 992px) {
}

/* This is the small break point */
@media only screen and (max-width : 600px) {

    div.usp-panel h2 {
        text-align: center;
    }
}
