/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2020 | 06:04:54 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.dres_html .inrow-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.dres_html .inrow-row>.image-part {
    flex-basis: calc(100% / 2);
    padding: 0 15px;
    box-sizing: border-box;
}

.dres_html .inrow-row>.widetext {
    flex-basis: calc(100% / 2);
    padding: 0 15px;
    box-sizing: border-box;
}

.dres_html .inrow-row>.widetext h2.title {
    height: auto;
    margin-bottom: 16px;
}

.dres_html .inrow-row>.widetext ul.desc-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dres_html .inrow-row>.widetext .desc-list li {
    flex-basis: calc((100% / 2) - 10px);
    box-sizing: border-box;
    padding: 0;
    /* background: #d4e8ff; */
    margin: 5px;
}

.dres_html .inrow-row>.widetext .desc-list li strong.lable {
    font-size: 16px;
    margin-right: 0px;
    width: 125px;
    display: inline-block;
    padding: 7px 10px 7px 0;
    background: #fff;
}

.dres_html .inrow-row>.widetext .desc-list li span.value {
    width: calc(100% - 125px);
    display: inline-block;
    padding: 7px 10px;
    background: #e1ecf9;
}

.dres_html * {
    box-sizing: border-box;
}

.dres_html .inrow-row:not(:last-child) {
    margin-bottom: 20px;
}

.dres_html .inrow-row .desc-holder {
    padding: 0 15px;
}
@media(max-width:1000px){

.dres_html .inrow-row .desc-holder h2 {
    margin-bottom: 10px;
}

.dres_html .inrow-row .desc-holder p {
    margin-bottom: 20px;
}

.dres_html .inrow-row>.widetext {
    flex-basis: 100%;
}

.dres_html .inrow-row>.image-part {
    flex-basis: 100%;
}
}
@media(max-width:600px){
    
.dres_html .inrow-row>.widetext .desc-list li {
    flex-basis: 100%;
    margin: 5px 0;
}
  .dres_html .inrow-row>.widetext h2.title, .dres_html .inrow-row .desc-holder h2 {
    font-size: 32px;
    padding: 0 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}
}