.current-plan-section {
    border: 1px solid #ccc; 
    padding: 12px 20px; 
    margin-bottom: 20px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.section-container {
    border: 1px solid #ccc; 
    padding: 12px 20px; 
    margin-bottom: 20px; 
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.feature-box {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 4px;
}

h3, h5{
    margin: 8px 0px !important;
}

.product-description {
    min-height: 150px;
    display: block;
}

.feature-image {
    width: 100%; 
    height: 350px !important; 
    object-fit: fill;
    border-radius: 4px;
}