
.styling-section {
    display: flex;
    background-color: #121212;
    padding: 20px;
}

.styling-info {
    flex: 1;
    padding: 20px;
}

.styling-image {
    flex: 1;
    padding: 20px;
}

.styling-image-placeholder {
    width: 100%;
    height: 100%;
    background-color: #333;
    border-radius: 4px;
    background:url("../../images/background/stylist-woman-taking-care-her-client-afro-hair_23-2149259373.avif");
}

.styling-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.styling-desc {
    color: #aaa;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.styling-button {
    background-color: #ffd700;
    color: black;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
}
