.listing-info td {
font-family: "Exo", sans-serif;
background: transparent;
padding: 10px 0;
border: none;
line-height: 1;
text-align: left;
}
.listing-info tr td:first-child {
width: 60%;
}
.listing-info tr td:last-child {
padding-left: 10px;
text-align: right; }   .section-title {
padding-bottom: 20px;
padding-left: 10px;
margin-bottom: 0;
font-family: "Exo", Sans-serif;
color:#ec6100;
}
.section-title.section-title-border {
border-bottom: 1px solid rgb(128, 128, 128);
}
.p-detail-spec {
border-spacing: 0;
}
.p-detail-spec tr:first-child td {
border-top: 1px solid rgb(128, 128, 128);
}
.p-detail-spec td {
font-family: "Exo", Sans-serif;
font-size: 1em;
font-weight: 500;
padding: 10px;
width: 50%;
border: none;
border-bottom: 1px solid rgb(128, 128, 128);
background-color: transparent;
transition-duration: 0.3s;
}
.p-detail-spec td:last-child {
text-align: right;
}
.p-detail-spec tr:hover td {
background-color: rgb(36, 36, 36);
color: white;
}
table.width-50 {
width: calc(50% - 10px);
float: left;
}
table.width-100 {
width: 100%;
}
table.mr {
margin-right: 10px;
}
table.ml {
margin-left: 10px;
}   .appl-list { display: flex;
flex-direction: row;
flex-flow: wrap;
}
.appl-item { width: 24%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
font-family: "Exo", sans-serif;
font-size: 1em;
font-weight: 700;
}
.appl-item svg{
scale: 110%;
margin-top: 10px;
height: 5rem;
}
.appl-item p {
margin-top: 1em;
}   .desc-table {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.desc-table-item:first-child {
margin-left: 0;
}
.desc-table-item {
margin-left: 40px;
text-align: left;
font-family: "Exo", sans-serif;
}
.desc-table-item h2 {
font-size: 1.8em;
font-weight: 600;
margin-top: 0.5rem;
}
.desc-table-item h2.orange {
color: #ec6100;
}
.desc-table-item p {
font-size: 0.8em;
font-weight: 600;
margin-bottom: 0;
} .mr-20 {
margin-right: 20px !important;
}
@media (max-width: 767px) {
table.width-50 {
width: 100%;
float: none;
}
table.mr {
margin-right: 0px;
}
table.ml {
margin-left: 0px;
}
table.width-50 tr>td:last-child {
text-align: right;
}
}
@media (max-width: 1024px) {
.appl-list {
justify-content: space-around;
}
.appl-item {
width: 50%;
}
}