.home{
    height: calc(100vh - 100px);
    padding: 0 35px;
}

.home__content{
    width: 325px;
}

.home__content__links{

}

.home__content__links a{
    height: 250px;
    background: #252525;
    color: #fff;
    text-decoration: none;
}

.home__content__links a:first-child{
    border-radius: 0 100px;
    margin-bottom: 20px;
}

.home__content__links a:last-child{
    border-radius: 100px 0;
}

.home__content__link__text{
    text-align: center;
    width: 75px;
}

.home__content__link__icon{
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.home__content__links a:hover .home__content__link__icon{
    margin-bottom: 30px;
}

.home__sidebar{
    width: 30%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024px){
    .home__sidebar{
        display: none;
    }
}
