.forbidden-page{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
   height: 100%;
    overflow: hidden;
    gap: 1rem;
}

.forbidden-title{
    margin-top: 1rem;
    color: var(--text-colors-base-text, #1C1C1C);
font-feature-settings: 'liga' off, 'clig' off;
/* Display/Display 4 */
font-family: "Open Sans";
font-size: 2.625rem;
font-style: normal;
font-weight: 400;
line-height: 3.15rem; /* 120% */
text-align: center;
}

.error-img-container{
    position: relative;
    background-color: #EDEDED;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    align-self: center;
}

.error-img-container-square{
    align-self: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
height: 7.33331rem;
border-radius: 10%;
background-color: #FFF;
}
.error-img-container-square img{
width: 2.8rem;
height: 2.8rem;
}