.p-boxes .row-box {
    margin: 0 -10px;
}

.p-boxes .col-box {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.p-boxes {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.p-box {
    display: block;
    position: relative;
    border: 1px solid #ededed;
    color: #20293f;
}

.p-box figure {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.p-box .description {
    background: #ededed;
    padding: 20px 25px 25px 25px;
}

.p-box .txt-1 {
    font-weight: bold;
    height: 48px;
    overflow: hidden;
    margin-bottom: 18px;
    font-size: 16px;
}

.p-box .description-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: #ededed;
    border: 1px solid #ffae00;
    padding: 24px;
    opacity: 0;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.p-box:hover .description-1 {
    opacity: 1;
}

.p-box .txt-2 {
    height: 106px;
    margin-bottom: 9px;
    overflow: hidden;
}

.p-box {
    margin-bottom: 20px;
}

.p-boxes {
    position: relative;
    overflow: hidden;
}

.p-boxes:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background: #fff;
    content: "";
    display: block;
}

.p-boxes .col-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #20293f;
}

@media (max-width: 1199px){
    .p-boxes .col-box {
        width: 33.333%;
    }
}

@media (max-width: 992px){
    .p-boxes .col-box {
        width: 50%;
    }
}

@media (max-width: 576px){
    .p-boxes .col-box {
        width: 100%;
    }
}


.p-content-box-1 figure {
    width: 343px;
    height: 131px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    border: 1px solid #ededed;
    text-align: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 25px;
    align-items: center;
}

.p-boxes-1 .col-box {
    width: 33.333%;
}

@media (max-width: 1199px){
    .p-boxes-1 .col-box {
        width: 50%;
    }
}

@media (max-width: 767px){
    .p-boxes-1 .col-box {
        width: 100%;
    }
}