.rec_desc{
    color: #333333;
}
.inner_pro_mx_imgs {
    display: flex;
    justify-content: space-between;
}

.inner_pro_mx_img {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}

.inner_pro_mx_imgs .inner_pro_mx_img:last-child {
    margin-right: 0;
}

.inner_pro_mx_imgs .imgBox {
    padding-bottom: 122%;
}

.inner_pro_mx_ul li {
    font-family: Poppins-Light;
    /* font-size: 16px; */
    color: #333333;
    margin-bottom: 20px;
    padding-left: 10%;
    position: relative;
}

.inner_pro_mx_ul li:last-child {
    margin-bottom: 0;
}

.inner_pro_mx_ul li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #000000;
    border-radius: 4px;
    position: absolute;
    left: 8%;
    top: 6px;
}

.inner_pro_mx_imgs2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_pro_mx_img2 {
    width: calc((100% - 15px) / 2);
}

.inner_pro_mx_imgs2 .imgBox {
    padding-bottom: 64.3%;
}
@media only screen and (max-width:1400px) and (min-width:950px){
	.rec_desc *{
		font-size: 20px !important;
	}
}
@media only screen and (max-width:950px) {
    .inner_pro_mx_imgs {
        flex-wrap: wrap;
    }

    .inner_pro_mx_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .inner_pro_mx_imgs .inner_pro_mx_img:last-child {
        margin-bottom: 0;
    }

    .inner_pro_mx_ul li {
        padding-left: 13%;
    }
}
.path_main table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    font-size: 14px;
}

.path_main table thead tr {
    background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);
}

.path_main table th {
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-align: left;
    border: none;
    position: relative;
}

.path_main table th:after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.path_main table th:last-child:after {
    display: none;
}

.path_main table tr {
    border-bottom: 1px solid #f0f0f0;
}

.path_main table tr:last-child {
    border-bottom: none;
}

.path_main table td {
    padding: 16px 20px !important;
    height: auto;
    color: #555;
    border: none;
    transition: all 0.2s ease;
    font-size: 16px;
}
.path_main table td *{
    font-size: 16px !important;
}
.path_main table tr:hover td {
    background-color: #f8fafd;
    color: #2c3e50;
}

.path_main table tr:nth-child(even) {
    background-color: #fafafa;
}

.path_main *{
    font-family: Lato-Regular, Arial, Helvetica, sans-serif !important;
}