.p_box {
    position: relative;
    margin: 1.5rem 0;
}

.p_box img {
    display: block;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
}

.text_boxs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10%;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
}

.text_boxs a {
    display: block;
    padding: .1875rem 0;
    box-sizing: border-box;
    background: #1D57A5;
    border-radius: 5px 5px 5px 5px;
    color: #fff !important;
    width: 20%;
    text-align: center;
}
.text_boxs h5 {
    margin: .375rem 0 1rem 0;
    font-weight: 400;
}

.text_boxs a:hover {
    color: #000 !important;
    transform: scale(0.9);
        background: #fed939;
    transition: all 0.6s;
}

.text_boxs h4 {
    font-weight: 700;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .text_boxs a {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}