.page-view{
    min-height: calc(100vh - 200px);
}
.small-logo-aria{
    width: 4rem;
    height: 4rem;
    justify-self: center;
    margin: 1rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    border-radius: 50%;
}

.smallest-logo-aria{
    width: 2rem;
    height: 2rem;
    justify-self: center;
    margin: 1rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    border-radius: 50%;
}


.text-normal{
    line-height: 2rem;
}

.trade_zomorod_content{
    background: url("/assets/img/box-bg-right.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    min-height: 400px;
}

.trade_almas_content{
    background: url("/assets/img/box-bg-left.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    min-height: 400px;
}

.page-view ul li{
    padding-right: 0;
    /*background-color: transparent;*/
}

.box-spec{
    min-height: 250px;
}

.img-med{
    width: 400px;
    height: auto;
}
.social-icon{
    width: 35px;
    height: auto;
    margin: 2rem;
}
.branch-sec{
    /*height: 5rem;*/
}

.branch-stamp{
    /*position: fixed;*/
    background: url("/assets/img/stamp-blue2.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 79px;
    width: 150px;
    color: whitesmoke;
    text-align: center;
}

.acc_img{
    width: 50px;
}
