#top_description_new {
    padding: 20px;
}

#top_description_new h2 {
    font-size: 28px !important;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

.row_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box_cnt {
    flex: 1;
    background-color: #666;
    margin: 0 10px;
    padding: 15px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.box_cnt .in_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: transparent;
    border-radius: 0px;
    margin: 0 10px;
    box-shadow: none;
    border: none;
    text-align: center;
}

.box_cnt .in_box p {
    margin: 0;
    font-size: 25px;
    color: #FFFFFF;
    line-height: normal;
}

.row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.row .image,
.row .text {
    flex: 1 1 50%; /* Ensures each element takes up 50% of the row */
}

.row .image {
    display: flex;
    justify-content: center;
    margin: 0 20px;
    max-width: 50%;
}

.row .image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    max-height: 500px; /* Ensures the image doesn't exceed 500px in height */
    object-fit: contain; /* Keeps the image aspect ratio */
    margin: 15px 20px; /* Adds margin around the image */
}

.row .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px; /* Adds padding to the text */
    max-width: 50%;
}

.row .text h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5 !important;
}

.row .text p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin: 0;
    display: block;
}

.row_box .box_cnt {
    flex: 1;
}

#top_description_new h2 strong {
    font-weight: bold;
}

.row_box .box_cnt p {
    color: #FFFFFF;
    font-size: 25px;
    line-height: normal;
}

.concept-params {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.concept-params .cont50 {
    flex: 1 1 calc(50% - 15px);
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cont50 {
    flex: 1 1 calc(50% - 15px);
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.concept-params .cont50:last-child {
    margin-right: 0;
}

.concept-params h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.concept-params ul {
    line-height: 1.5;
    margin-top: 10px;
}

/* Ensure the items inside concept-params-list are aligned to the top */
.concept-params-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
    width: 100%;
    vertical-align: top !important;
}

.row.flex-direction-column.padding-10 {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #FFFFFF;
}

.row.flex-direction-column.padding-10 h3, 
.row.flex-direction-column.padding-10 p {
    column-count: initial !important;
    -webkit-column-count: initial !important;
    -moz-column-count: initial !important;
    -ms-column-count: initial !important;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
}

.row.flex-direction-column.padding-10 .image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 20px; /* Margin around image */
}

.row.flex-direction-column.padding-10 .image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    margin: 15px 20px; /* Ensure margins around images */
}

/* Upravený styl pro imgage col-50 padding-10 padding-right-30 */
.imgage.col-50.padding-10.padding-right-30, 
.imgage.col-50.padding-10.padding-left-30 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 50%; /* Ensure the image container takes up 50% width */
    padding: 10px; /* Add padding around image */
    box-sizing: border-box; /* Ensure padding is included in width calculation */
}

.imgage.col-50.padding-10.padding-right-30 img, 
.imgage.col-50.padding-10.padding-left-30 img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

/* Add padding around the text in the specified classes */
.d-flex.flex-direction-column.col-50.padding-10.padding-right-30, 
.d-flex.flex-direction-column.col-50.padding-10.padding-left-30 {
    padding: 0 20px; /* Ensure text has padding from image */
    flex: 1 1 50%; /* Ensure the text container takes up 50% width */
    box-sizing: border-box;
}

.d-flex.flex-direction-column.col-50.padding-10.padding-right-30 h3, 
.d-flex.flex-direction-column.col-50.padding-10.padding-left-30 h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 20px; /* Ensure text has padding */
}

.d-flex.flex-direction-column.col-50.padding-10.padding-right-30 p, 
.d-flex.flex-direction-column.col-50.padding-10.padding-left-30 p {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 20px; /* Ensure text has padding */
}

.d-flex.flex-direction-column.col-50.padding-10.padding-right-30 .image, 
.d-flex.flex-direction-column.col-50.padding-10.padding-left-30 .image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 20px; /* Margin around image */
}

.d-flex.flex-direction-column.col-50.padding-10.padding-right-30 .image img, 
.d-flex.flex-direction-column.col-50.padding-10.padding-left-30 .image img {
    max-width: 100%;
    max-height: 500px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 15px 20px; /* Ensure margins around images */
}
