.osm-container img.osm-thumb-left {
    max-width: 100%;
}
.osm-container h2.osm-item-title {
    font-size: 1.3rem;
    font-weight: 500;
}
.osm-item-title a {
    text-decoration: none;
}

h1.osm-page-title {
    margin: 0 !important;
    font-size: 1.5rem;
    padding: 10px 5px;
    font-weight: 500;
}

.price-demo {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.text-price {
    color: var(--green);
    border: 1px solid var(--green);
    border-radius: var(--border-radius);
    align-items: center;
    display: flex;
    padding: .6rem 10px;
    font-weight: 500;
}
td.osm-plan-property-label {
    width: 35%;
    font-weight: 500;
}

#osm-signup-page form h2 {
    font-size: 1.3rem;
    background-color: var(--gray-400);
    padding: .5rem;
    border-radius: 0.3rem;
    margin: 1.2rem 0;
    font-weight: 500;
}
#osm-signup-page form h3 {
    font-size: 1.2rem;
    border-bottom: 1px solid #dadada;
    padding-bottom: .3rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

#osm-signup-page .nav.nav-tabs {
    background-color: transparent;
    border: none;
    border-bottom: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    gap: 1rem;
}
#osm-signup-page h1.osm-page-title {
    padding-left: 0;
}