.studio-top-container {
    width: 90%;
    height: fit-content;
    margin: auto;
    padding: 2rem;
   
}

.studio-top {
    border-left: 3px solid #E0E0E0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.studio-top h2{
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 40px;
    font-weight: bold;

}

/* version mobile */

@media (max-width: 862px) { 
.studio-top-container {
 
    padding: 0rem;
   
}
}

.studio-top ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.studio-top li {
    margin-bottom: 0.5rem;
}
