.case_details span p {
    margin: 0 0 .375rem 0 !important;
}

.case_details span p:last-child {
    margin: 0 !important;
}

.case_detailsbox {
    padding: 1rem 0 1.5rem 0;
    box-sizing: border-box;
}

.case_details h4 {
    margin: 0 0 .75rem 0;
    text-align: center;
}

.case_details span {
    line-height: .4rem;
}

.case_details .p_box img {
    width: 50%;
}

.case_details .p_box {
    margin: .75rem auto;
    text-align: center;
}
.case_details p img {
    width: 50%;
}

.case_details p {
    margin: .75rem auto;
    text-align: center;
}
.correlation_box h5 {
    margin: 0 0 .625rem 0;
    text-align: center;
}

.correlation_box {
    margin: .75rem 0 0 0;
    padding: .75rem 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.correlation_box ul li {
    margin: 0 !important;
    width: 30%;
}

.correlation_box ul li a img {
    display: block;
    width: 100% !important;
}

.correlation_box ul li a p {
    margin: .375rem 0 0 0 !important;
    text-align: center;
}

.correlation_box ul li a:hover p {
    color: #009DDD;
    transition: all 0.6s;
}

.correlation_box ul li a .p_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    border-radius: 10px;
    height: 300px;
    overflow: hidden;
}

.correlation_box ul li a:hover .p_box {
    border: 1px solid #009DDD;
    box-shadow: 0 0 10px 2px #009DDD;
    transition: all 0.6s;
}

@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) {
    .case_details h4 {
        line-height: 1.5;
    }
    .case_details span {
        line-height: 1.5;
    }
    .case_details .p_box img {
        width: 100%;
    }
    .case_details p img {
        width: 100%;
    }
}

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

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

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