.accred .xvnet-content table {
    width: 100% !important;
}

.accred .xvnet-content table {
    margin-bottom: 50px;
}

.accred .xvnet-content table tbody tr td {
    border: none;
    padding: 20px;
	    vertical-align: top;
}

.accred .xvnet-content table tbody tr td:first-child {
    width: 40%;
}

.accred .xvnet-content table tbody tr td:first-child h4 {
    text-align: center;
    border-top: 2px solid var(--scolor);
    border-bottom: 2px solid var(--scolor);
    color: var(--scolor);
    padding: 10px 0;
    font-size: 24px;
	margin-top: 12px;
}

.accred .xvnet-content table tbody tr td:first-child p img {
    height: 100% !important;
    width: 100% !important;
}

.accred .xvnet-content table tr:hover {
    background-color: unset;
}
@media screen and (max-width: 768px) {
	.accred .xvnet-content table tbody tr td {
        display: block;
        width: 100% !important;
    }
    .accred .xvnet-content table {
        margin-bottom: 0;
    }
}
