.st330-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.st330-image img {
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.st330-content h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.st330-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.st330-content label {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.st330-content input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.st330-content button {
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
