#aboutAs
{
    margin-top: 100px;
}

#aboutAs .header
{
    font-family: ChaletParisNineteenEighty;
    letter-spacing: 1.5px;
}

#aboutAs .content
{
    margin-top: 60px;
    display: flex;

}

#aboutAs .content .left {}
#aboutAs .content .right
{
    margin-left: 20px;
    font-weight: initial;
}
#aboutAs .content .right p
{
    margin-bottom: 10px;
}
#aboutAs .content .right h4
{
    margin-bottom: 20px;
}
#aboutAs .content .right hr
{
    margin-top: 20px;
    margin-bottom: 17px;
}
#aboutAs .content .right .links
{
    display: flex;
}
#aboutAs .content .right .links .item
{
    display: flex;
    font-size: 25px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 10px;
}
#aboutAs .content .right .links .telegram i
{
    color: #27A5E7;
}
#aboutAs .content .right .links .facebook i
{
    color: #4267B2;
}
#aboutAs .content .right .links .twitter i
{
    color: #1DA1F2;
}
#aboutAs .content .right .links .vk i
{
    color: #5181B8;
}

#aboutAs .content .right,
#aboutAs .content .left
{
    width: 50%;
}
#aboutAs .content .left img
{
    object-fit: cover;
    height: 350px;
    width: 100%;
}