
.row {
    display: flex;
    flex-direction: row;
}

.row .col-md-6 {
    display: flex;
    flex: 1 ;
    flex-direction: column;
    width: 50% ;
    padding: 15px;
}

#showcase-content * {
    font-size: 15px !important; 
    margin: 0 auto;

}

#showcase-content img {
    border-radius: 15px;
    border: 2px solid #e7e7e7;
}

#showcase-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    
}
.detail-tab-desc *:last-child {
    margin-bottom: 0px !important;
}

#showcase-content .subtitle {
    color: #38b0c8;
    text-transform: uppercase;
    letter-spacing: -0.5px !important;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.1;
}

#showcase-content .h2 .h3 .h4 {
    line-height: 1.1;
}
#showcase-content .h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.elementor-element:has(#showcase-content) {
    justify-content: center;
    width: 100%;
}


#showcase-content h3 {
    color: #222;
        margin-bottom: 10px;
            line-height: 1.1;
    font-weight: bold !important;
    text-align: center !important;
    margin-top: 35px !important;
    font-family: 'Ptf Nordic', sans-serif !important;
    letter-spacing: 1.5px !important;
    font-weight: 500 !important;
    font-size: 28px !important;
}

#showcase-content .divider {
    height: 4px !important;
    background-color: #38b0c8 !important;
    width: 90px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 5px !important;
    margin-bottom: 35px !important;
}