.courses .ct .ct_ttl {
    font-size: 28px;
    color: var(--scolor);
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.courses .ct p {
    color: #08509d;
    text-align: justify;
    margin-bottom: 0;
    font-size: 18px;
}

.courses .ct table {
    width: 100% !important;
}

.courses .ct table {
    margin-bottom: 50px;
}

.courses .ct table tbody tr td {
    border: none;
    padding: 0 20px;
    width: 50%;
    vertical-align: top;
}

.courses .ct table tbody tr td h4 {
    color: #fff;
    background: var(--scolor);
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

    .courses .ct table tbody tr td h4:nth-of-type(2),
    .courses .ct table tbody tr td h4:nth-of-type(4) {
        background: var(--blue);
    }


.courses .ct table tbody tr td:first-child {
    border-right: 3px solid var(--blue);
}

.courses .ct table tbody tr td:first-child p img {
    height: 100% !important;
    width: 100% !important;
}

.courses .ct table tr:hover {
    background-color: unset;
}

.courses .ct table tbody tr td ul li {
    list-style: unset;
    margin-left: 30px;
    color: var(--scolor);
}
@media screen and (max-width: 768px) {
	.courses .ct table tbody tr td {
		display: block;
		width: 100% !important;
	}

	.courses .ct table {
		margin-bottom: 0;
	}

	.courses .ct table tbody tr td:first-child {
		border: none;
		padding-bottom: 50px;
	}
}