#title-image {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section {
    margin-bottom: 30px;
}

.kitchen-image {
    padding: 5px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.image-container {
    margin-bottom: 30px;
}

.glyphicon-star {
    color: #FFD43B;
}

.list p:first-of-type {
    margin-bottom: 20px;
}

#content {
    position: relative;
    font-weight: 800;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 30px;
}

#content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/kitchen-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 1;
}

#content > * {
    position: relative;
    z-index: 2;
}

#design-my-kitchen {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}

#kitchen-contact-form {
    margin: 20px auto;
    background-color: #F9F9F9;
    padding: 30px;
    max-width: 60%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.text-danger {
    font-size: 12px;
}

.alert {
    margin: 15px;
}

@media (max-width: 767px) {
    #kitchen-contact-form {
        margin: 10px;
        max-width: 100%;
    }
}