/* about */
#about .about-text{
    padding: 75px 60px;
}

/* studios */
#studios .studio-wrapper{
    margin: 150px 130px;
    height: 325px;
}  

    #studios .studio-wrapper .studio-text{
        max-height: 262px; /*  studio-wrapper (375px) - studio-wrapper > h2 (63px) */
        overflow: auto;
    }

/* contacts */
.contacts-item-icon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contacts-item-text{
    padding-left: 65px;
}