.page404{
    width: 100%;
    height: calc(100vh - 15rem);
    overflow: hidden;

}
.page404__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.page404__title {
    text-transform: uppercase;
    font-size: 7.2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.page404__text{
    font-size: 1.8rem;
    margin: 0;
}
.page404__ico svg{
    width: 25rem;
    height: 25rem;
    object-fit: contain;
}
.page404__ico svg path{
    fill: #2ac48a;
}
.page404__ico svg circle{
    fill: #2ac48a;
}