﻿


.ps-first-label-1 {
    font-size: 16px;
    font-weight: 600;
    color: #007CC3;
    padding-left: 10px;
}


.ps-first-label-2 {
    font-size: 16px;
    font-weight: 600;
    color: #42a8d6;
    padding-left: 10px;
}


.ps-first-label-3 {
    font-size: 16px;
    font-weight: 600;
    color: #f1b043;
    padding-left: 10px;
}



.ps-first-label-small {
    font-size: 12px;
    font-weight: normal;
    color: white;
}




.ps-first-size {
    width: 1300px;
}

@media (max-width: 1299px) {

    .ps-first-size {
        width: 1040px;
    }
}


@media (max-width: 1039px) {

    .ps-first-size {
        width: 780px;
    }

}

@media (max-width: 779px) {

    .ps-first-size {
        width: 520px;
    }
}

@media (max-width: 519px) {

    .ps-first-size {
        width: 260px;
    }
}


.ps-first-item-1 {
    border: none;
    border-radius: 4px;
    background-color: #007CC3;
    -webkit-box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.4);
    float: left;
    width: 250px;
    height: 80px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.ps-first-item-2 {
    border: none;
    border-radius: 4px;
    background-color: #42a8d6;
    -webkit-box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.4);
    float: left;
    width: 250px;
    height: 80px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.ps-first-item-3 {
    border: none;
    border-radius: 4px;
    background-color: #f1b043;
    -webkit-box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.4);
    float: left;
    width: 250px;
    height: 80px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
