.studio{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.studio__inner{
display: flex;
flex-wrap: wrap;
gap: 50px;
width: 100%;
max-width: 1200px;
}
.studio_img{
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 600px;
    padding: 10px;
}
.studio_img img{
    width: 100%;
    max-width: 600px;
    min-height: 600px;
    border-radius: 20px;
    object-fit:cover
}
.studio_img_text_top__cont{
position: absolute;
top: 0;
width: 250px;
        height: 250px;
        background: #fff;
        border-radius: 0 0 20px 0;
        padding: 10px 20px 20px 0;
}
.studio_img_text_bottom__cont{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 250px;
        height: 250px;
        background: #fff;
        border-radius: 20px 0;
        padding: 20px 10px 15px 20px;
}
.studio_img_text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    text-align: center;
    background: #ffc83d;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 50px;
    font-family: 'boozy';
}

.studio_text{
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.studio_text h1{
    font-family: 'boozy'; 
    font-size: 45pt;
    letter-spacing: 3px;
    font-weight: 900;
    color: #ff8300;
    text-align: center;
}
.studio_text span{
    font-family: 'TikTokSans';
    font-size: 14pt;
    font-weight: 400;
    letter-spacing: 3px;
    border-top: 1px solid #ffbf00;
    border-bottom: 1px solid #ffbf00;
    padding: 3px 20px 3px 20px;
    color: #333;
    text-align: center;
}
.studio_link{
    text-decoration: none;
    padding: 10px;
    background: #ff8300;
    color: #fff;
    border-radius: 10px;
    margin-top: 50px;
    font-family: 'boozy';
    font-size: 30px;
}
.studio_link:hover{
    background: #ffbf00;
    color: #fff;
}   


.about{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.about_cont_circle{
    margin: 120px 0 120px 0;
    width: 100%;
    height: 3px;
    background: orange;
    position: relative;
}
.about_circle{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%; 
    background: orange;
    color: #fff;
    font-size: 24px;
    font-family: 'boozy'; 
top:-50px;
left: calc(50% - 50px);
}
.about__inner{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}
.about_cont_card{
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: flex-end;
    height: max-content;
}
.about_card{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 300px;
    max-width: 500px;
    -webkit-box-shadow: 0 10px 50px rgba(23, 33, 60, 0.15);
    box-shadow: 0 10px 50px rgba(23, 33, 60, 0.15);
    border-radius: 30px;
    margin: 10px;
    padding: 10px;
    gap: 10px;
}

.about_photo{
    height: 300px;
    border-radius: 10px;
    border: 3px solid orange;
}

.about_img{
    width: 100%;
    max-width: 600px;
}
.about_text{
    width: 100%;
    max-width: 220px;
    padding: 10px;
    font-family: 'boozy'; 
    font-size: 24px;
}