* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scrollbar-gutter: stable;
}

body {
    background-image: url("objects/bg_pattern.png");
    background-repeat: repeat;
    background-size: 50px;
    height: 200vh;
    width: 100%;
}

header img {
    height: 100%;
    width: 100%;
    background-repeat: repeat;
}

.main_header {
    height: 890px;
}

.header_bar {
    background-color: #DBE6AB;
    height: 890px;
    display: flex;
    justify-content: center;
}

.header_decoration {
    background-image: url("objects/header_pattern.png");
    background-repeat: repeat-x;
    background-size: 40px;
    height: 40px;
}

.header_content {
    width: 100%;
    height: 890px;
    padding: 25px;
    padding-top: 60px;
    display: flex;
}

.rezno_show {
    flex: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rezno_show div {
    background-color: #A49A72;
    height: 500px;
    width: 500px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.rezno_show div img {
    width: 500px;
    height: 500px;
}
.rezno_info {
    flex: 50%;
    display:flex;
    justify-content: center;
    flex-direction: column;
}

.rezno_info h1{
    font-family: "Lexend";
    font-size: 72px;
    font-weight: 900;
    color: #26231A;
}

.rezno_info h2{
    font-family: "Roboto";
    color: #26231A;
    font-weight: 500;
}

.social_space{
    width: 100%;
    height: 70px;
    margin-top: 30px;
}

.social_button{
    height: 70px;
    width: 70px;
    border-radius: 35px;
    border-color: #A49A72;
    background-color: white;
    box-shadow: none;
    border: 0;
    margin-right: 5px;
}

.social_button:hover{
    background-color: #f2f7dc;
}

.social_button:active{
    background-color: #b0ca86;
}

.social_button img{
    width: 40px;
    height: 40px;
}

.comission_space{
    width: 100%;
    height: 4000px;
    display: flex;
    justify-content: top;
    flex-direction: column;
}

.comission_space .page_title {
    font-family: "Lexend";
    margin-top: 70px;
    margin-left: 100px;
    color: #DBE6AB;
    font-size: 72px;
    font-weight: 900;
}

.comission_panel_decoration {
    background-image: url("objects/header_pattern.png");
    background-repeat: repeat-x;
    background-size: 40px;
    height: 3vh;
    margin-left: 95px;
    margin-right: 95px;
}

.comission_panel_decoration_darker {
    background-image: url("objects/header_pattern_dark.png");
    background-repeat: repeat-x;
    background-size: 40px;
    height: 3vh;
    margin-left: 95px;
    margin-right: 95px;
}

.comission_space .icon_info {
    margin-top: 70px;
    width: 100%;
    height: 700px;
    padding-left: 95px;
    padding-right: 95px;
}

.comission_space .half_body_holder {
    margin-top: 70px;
    width: 100%;
    height: 900px;
    padding-left: 95px;
    padding-right: 95px;
}

.comission_space .full_body_holder {
    margin-top: 70px;
    width: 100%;
    height: 1150px;
    padding-left: 95px;
    padding-right: 95px;
}

.comission_space .info_holder {
    margin-top: 70px;
    width: 100%;
    height: 550px;
    padding-left: 95px;
    padding-right: 95px;
}


.page_content {
    background-color: #DBE6AB;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.icon_info .page_content{
    height: 700px;
}

.half_body_holder .page_content{
    height: 900px;
}

.full_body_holder .page_content{
    height: 1150px;
}

.info_holder .page_content{
    height: 550px;
    background-color: #A49A72;
}

.page_content .title_box {
    background-color: #A49A72;
    width: 100%;
    height: 100px;
}

.info_holder .page_content .title_box {
    background-color: #26231A;
    width: 100%;
    height: 100px;
}

.info_holder .page_content .title_box h1 {
    flex: 50%;
    font-family: "Lexend";
    vertical-align: middle;
    align-self: center;
    margin-left: 50px;
    font-size: 48px;
    color: #f2f7dc;
}

.page_content .title_box .contents {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.page_content .title_box h1 {
    flex: 50%;
    font-family: "Lexend";
    vertical-align: middle;
    align-self: center;
    margin-left: 50px;
    font-size: 62px;
    color: #f2f7dc;
}

.page_content .title_box .price {
    text-align: right;
    margin-left: 0px;
    margin-right: 50px;
}

.page_content .icons_holder{
    padding-top: 60px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.page_content .icons_holder .icon_mask{
    margin-left: 35px;
    margin-right: 35px;
    width: 350px;
    height: 350px;
    background-color: #A49A72;
    overflow: hidden;
    border-radius: 100%;
}


.page_content .icons_holder .icon_mask img {
    width: 100%;
    height: 100%;
}

.page_content .half_body_holder {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.page_content .full_body_holder {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.page_content .half_body_holder .half_body_mask {
    margin-left: 10px;
    margin-right: 10px;
    width: 350px;
    height: 600px;
    background-color: #A49A72;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.page_content .full_body_holder .full_body_mask {
    margin-left: 80px;
    margin-right: 80px;
    width: 1000px;
    height: 833px;
    background-color: #A49A72;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.page_content .half_body_holder .half_body_mask img {
    width: 100%;
    height: 100%;
}

.page_content .full_body_holder .full_body_mask img {
    width: 100%;
    height: 100%;
}

.more_info {
    margin-top: 50px;
    height: 80px;
    display: flex;
    justify-content: center;
    font-family: "Roboto";
    color: #A49A72;
}

.info_box {
    height: 100%;
    padding-top: 40px;
    padding-left: 50px;
    font-family: "Roboto";
    color: #26231A;
}

.info_box img {
    margin-top: 20px;
    background-color: #DBE6AB;
    border-radius: 20px;
    width: 130px;
    height: 130px;
}

.request_button{
    vertical-align: top;
    font-family: "Lexend";
    font-weight: 500;
    font-size: 20px;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    border-color: #A49A72;
    background-color: white;
    box-shadow: none;
    border: 0;
    margin-right: 5px;
}

.navbar {
    background-color: #b0ca86;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_nav {
    font-family: "Lexend";
    margin-left: 100px;
    font-size: 28px;
    text-decoration-line: none;
    font-weight: 800;
    color: #26231A;
}

.navbar_container {
    width: 100%;
    position: fixed;
}

.nav_menu {
    display: flex;
    margin-right: 100px;
    list-style-type: none;
}

.nav_link {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    width: 200px;
    color: #26231A;
}

.nav_link a {
    color: #26231A;
    text-decoration-line: none;
}

.nav_link a:hover {
    color: white;
    text-decoration-line: none;
}

.request_button:hover{
    background-color: #f2f7dc;
}

.request_button:active{
    background-color: #b0ca86;
}

::-webkit-scrollbar{
    width: 10px;
    background-color: #68626775;
}

::-webkit-scrollbar-thumb{
    width: 10px;
    background-color: #b0ca86;
}

::-webkit-scrollbar-thumb:hover{
    background-color: white;
}

/* Screen Resolution FIXES */

@media only screen and (max-width: 1024px) {
    .navbar{
        height: 40px;
    }

    .main_nav{
        font-size: 20px;
        margin-left: 20px;
    }

    .nav_menu{
        margin-right: 20px;
    }

    .nav_link{
        font-size: 10px;
        width: 100px;
    }

    .rezno_show div {
        height: 300px;
        width: 300px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .rezno_info h1 {
        font-size: 50px;
    }

    .rezno_info h2 {
        font-size: 14px;
    }

    .header_content {
        height: 500px;
        flex-direction: row;
    }

    .header_bar {
        height: 500px;
        padding-top: 40px;
    }

    .header_content {
        height: 460px;
        padding: 0px;
    }

    .header_decoration {
        background-size: 30px;
    }

    .rezno_show div img {
        width: 300px;
        height: 300px;
    }

    .social_space{
        display: flex;
    }

    .social_button{
        width: 45px;
        height: 45px;
    }

    .request_button{
        height: 45px;
        width: 230px;
        font-size: 16px;
    }

    .social_button img{
        margin-top: 4px;
        width: 25px;
        height: 25px;
    }

    .comission_space .page_title{
        font-size: 48px;
        margin-left: 50px;
        margin-top: 30px;
        text-align: left;
    }

    .page_content {
        padding: 15px;
    }

    .comission_space .icon_info {
        margin-top: 50px;
        padding-left: 22px;
        padding-right: 22px;
        height: 400px;
    }

    .comission_space .half_body_holder {
        margin-top: 50px;
        height: 360px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .comission_space .full_body_holder {
        margin-top: 50px;
        height: 700px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .comission_space .info_holder {
        margin-top: 50px;
        height: 500px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .page_content .title_box {
        background-color: #A49A72;
        width: 100%;
        height: 60px;
    }

    .page_content .title_box h1 {
        margin-left: 20px;
        font-size: 48px;
    }
    
    .page_content .title_box .price {
        margin-left: 0px;
        margin-right: 20px;
    }

    .page_content .icons_holder{
        padding-top: 40px;
    }

    .page_content .half_body_holder {
        padding-top: 20px;
        margin: 0px;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .page_content .full_body_holder {
        padding-top: 20px;
        margin: 0px;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .page_content .icons_holder .icon_mask{
        margin-left: 10px;
        margin-right: 10px;
        width: 200px;
        height: 200px;
        border-radius: 100%;
    }

    .page_content .half_body_holder .half_body_mask {
        margin-left: 10px;
        margin-right: 10px;
        width: 140px;
        height: 240px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .page_content .full_body_holder .full_body_mask {
        margin: 0px;
        width: 675px;
        height: 563px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .half_body_holder .page_content{
        height: 360px;
    }

    .icon_info .page_content{
        height: 400px;
    }

    .full_body_holder .page_content{
        height: 700px;
    }

    .more_info {
        margin-top: 20px;
    }

    .comission_panel_decoration {
        background-size: 30px;
        height: 30px;
        margin-left: 22px;
        margin-right: 22px;
    }

    .comission_space {
        height: 2250px;
    }
    
    .info_holder .page_content .title_box{
        height: 60px;
    }

    .info_holder .page_content .title_box h1 {
        flex: 50%;
        font-family: "Lexend";
        vertical-align: middle;
        align-self: center;
        margin-left: 20px;
        font-size: 26px;
        color: #f2f7dc;
    }

    .info_holder .page_content{
        height: 340px;
    }

    .comission_space .info_holder {
        margin-top: 70px;
        width: 100%;
        height: 340px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .info_box {
        font-size: 9px;
        padding-top: 22px;
        padding-left: 22px;
    }

    .info_box img {
        margin-top: 10px;
        background-color: #DBE6AB;
        border-radius: 10px;
        width: 60px;
        height: 60px;
    }

    .comission_panel_decoration_darker {
        background-size: 30px;
        height: 30px;
        margin-left: 22px;
        margin-right: 22px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        background-size: 35px;
    }

    .navbar{
        height: 40px;
    }

    .main_nav{
        font-size: 20px;
        margin-left: 20px;
    }

    .nav_menu{
        margin-right: 20px;
    }

    .nav_link{
        font-size: 10px;
        width: 100px;
    }

    .rezno_show div {
        height: 300px;
        width: 300px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .rezno_info h1 {
        font-size: 50px;
    }

    .rezno_info h2 {
        font-size: 14px;
    }

    .header_content {
        height: 500px;
        flex-direction: row;
    }

    .header_bar {
        height: 500px;
        padding-top: 40px;
    }

    .header_content {
        height: 460px;
        padding: 0px;
    }

    .header_decoration {
        background-size: 30px;
    }

    .rezno_show div img {
        width: 300px;
        height: 300px;
    }

    .social_space{
        display: flex;
    }

    .social_button{
        width: 45px;
        height: 45px;
    }

    .request_button{
        height: 45px;
        width: 230px;
        font-size: 16px;
    }

    .social_button img{
        margin-top: 4px;
        width: 25px;
        height: 25px;
    }

    .comission_space .page_title{
        font-size: 48px;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
    }

    .page_content {
        padding: 15px;
    }

    .comission_space .icon_info {
        margin-top: 50px;
        padding-left: 22px;
        padding-right: 22px;
        height: 400px;
    }

    .comission_space .half_body_holder {
        margin-top: 50px;
        height: 360px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .comission_space .full_body_holder {
        margin-top: 50px;
        height: 700px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .comission_space .info_holder {
        margin-top: 50px;
        height: 500px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .page_content .title_box {
        background-color: #A49A72;
        width: 100%;
        height: 60px;
    }

    .page_content .title_box h1 {
        margin-left: 20px;
        font-size: 48px;
    }
    
    .page_content .title_box .price {
        margin-left: 0px;
        margin-right: 20px;
    }

    .page_content .icons_holder{
        padding-top: 40px;
    }

    .page_content .half_body_holder {
        padding-top: 20px;
        margin: 0px;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .page_content .full_body_holder {
        padding-top: 20px;
        margin: 0px;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .page_content .icons_holder .icon_mask{
        margin-left: 10px;
        margin-right: 10px;
        width: 200px;
        height: 200px;
        border-radius: 100%;
    }

    .page_content .half_body_holder .half_body_mask {
        margin-left: 10px;
        margin-right: 10px;
        width: 140px;
        height: 240px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .page_content .full_body_holder .full_body_mask {
        margin: 0px;
        width: 675px;
        height: 563px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .half_body_holder .page_content{
        height: 360px;
    }

    .icon_info .page_content{
        height: 400px;
    }

    .full_body_holder .page_content{
        height: 700px;
    }

    .more_info {
        margin-top: 20px;
    }

    .comission_panel_decoration {
        background-size: 30px;
        height: 30px;
        margin-left: 22px;
        margin-right: 22px;
    }

    .comission_space {
        height: 2250px;
    }
    
    .info_holder .page_content .title_box{
        height: 60px;
    }

    .info_holder .page_content .title_box h1 {
        flex: 50%;
        font-family: "Lexend";
        vertical-align: middle;
        align-self: center;
        margin-left: 20px;
        font-size: 26px;
        color: #f2f7dc;
    }

    .info_holder .page_content{
        height: 340px;
    }

    .comission_space .info_holder {
        margin-top: 70px;
        width: 100%;
        height: 340px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .info_box {
        font-size: 9px;
        padding-top: 22px;
        padding-left: 22px;
    }

    .info_box img {
        margin-top: 10px;
        background-color: #DBE6AB;
        border-radius: 10px;
        width: 60px;
        height: 60px;
    }

    .comission_panel_decoration_darker {
        background-size: 30px;
        height: 30px;
        margin-left: 22px;
        margin-right: 22px;
    }
}

@media only screen and (max-width: 666px) {
    body {
        background-size: 30px;
    }

    .navbar{
        height: 40px;
    }

    .main_nav{
        font-size: 20px;
        margin-left: 20px;
    }

    .nav_menu{
        margin-right: 20px;
    }

    .nav_link{
        font-size: 10px;
        width: 100px;
    }

    .rezno_show div {
        height: 300px;
        width: 300px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .rezno_info h1 {
        font-size: 50px;
        text-align: center;
        margin-bottom: 30px;
    }

    .rezno_info h2 {
        text-align: center;
        font-size: 14px;
    }

    .header_content {
        height: 500px;
        flex-direction: column;
    }

    .header_bar {
        height: 500px;
        padding-top: 40px;
    }

    .header_bar {
        height: 800px;
    }

    .header_content {
        height: 800px;
    }

    .header_decoration {
        background-size: 30px;
    }

    .rezno_show div img {
        width: 300px;
        height: 300px;
    }

    .social_space{
        display: flex;
        justify-content: center;
    }

    .social_button{
        width: 45px;
        height: 45px;
    }

    .request_button{
        height: 45px;
        font-size: 16px;
    }

    .social_button img{
        margin-top: 4px;
        width: 25px;
        height: 25px;
    }

    .comission_space .page_title{
        font-size: 48px;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
    }

    .page_content {
        padding: 15px;
    }

    .comission_space .icon_info {
        margin-top: 50px;
        padding-left: 22px;
        padding-right: 22px;
        height: 1100px;
    }

    .comission_space .half_body_holder {
        margin-top: 50px;
        height: 2650px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .comission_space .full_body_holder {
        margin-top: 50px;
        height: 500px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .comission_space .info_holder {
        margin-top: 50px;
        height: 900px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .page_content .title_box {
        background-color: #A49A72;
        width: 100%;
        height: 60px;
    }

    .page_content .title_box h1 {
        margin-left: 20px;
        font-size: 48px;
    }
    
    .page_content .title_box .price {
        margin-left: 0px;
        margin-right: 20px;
    }

    .page_content .icons_holder{
        padding-top: 40px;
        padding-left: 30%;
        flex-direction: column;
        justify-content: center;
    }

    .page_content .half_body_holder {
        margin: 0px;
        padding-top: 0px;
        padding-left: 18%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .page_content .full_body_holder {
        padding-top: 0px;
        padding-left: 11%;
        margin: 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .page_content .icons_holder .icon_mask{
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 250px;
        height: 250px;
        border-radius: 100%;
    }

    .page_content .half_body_holder .half_body_mask {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 350px;
        height: 600px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .page_content .full_body_holder .full_body_mask {
        margin: 0px;
        width: 450px;
        height: 375px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .half_body_holder .page_content{
        height: 2650px;
    }

    .icon_info .page_content{
        height: 1100px;
    }

    .full_body_holder .page_content{
        height: 500px;
    }

    .more_info {
        margin-top: 20px;
    }

    .comission_panel_decoration {
        background-size: 30px;
        height: 30px;
        margin-left: 22px;
        margin-right: 22px;
    }

    .comission_space {
        height: 5050px;
    }
    
    .info_holder .page_content .title_box{
        height: 60px;
    }

    .info_holder .page_content .title_box h1 {
        flex: 50%;
        font-family: "Lexend";
        vertical-align: middle;
        align-self: center;
        margin-left: 20px;
        font-size: 26px;
        color: #f2f7dc;
    }

    .info_holder .page_content{
        height: 340px;
    }

    .comission_space .info_holder {
        margin-top: 70px;
        width: 100%;
        height: 340px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .info_box {
        font-size: 8px;
        padding-top: 22px;
        padding-left: 22px;
    }

    .info_box img {
        margin-top: 10px;
        background-color: #DBE6AB;
        border-radius: 10px;
        width: 60px;
        height: 60px;
    }

    .comission_panel_decoration_darker {
        background-size: 30px;
        height: 30px;
        margin-left: 22px;
        margin-right: 22px;
    }
}

@media only screen and (max-width: 568px) {
    body{
        background-size: 30px;
    }

    .navbar{
        height: 40px;
    }

    .main_nav{
        font-size: 20px;
        margin-left: 20px;
    }

    .nav_menu{
        margin-right: 20px;
    }

    .nav_link{
        font-size: 10px;
        width: 100px;
    }

    .rezno_show div {
        height: 300px;
        width: 300px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .rezno_info h1 {
        font-size: 50px;
        text-align: center;
        margin-bottom: 30px;
    }

    .rezno_info h2 {
        text-align: center;
        font-size: 14px;
    }

    .header_content {
        height: 500px;
        flex-direction: column;
    }

    .header_bar {
        height: 500px;
        padding-top: 40px;
    }

    .header_bar {
        height: 800px;
    }

    .header_content {
        height: 800px;
    }

    .header_decoration {
        background-size: 30px;
    }

    .rezno_show div img {
        width: 300px;
        height: 300px;
    }

    .social_space{
        display: flex;
        justify-content: center;
    }

    .social_button{
        width: 45px;
        height: 45px;
    }

    .request_button{
        height: 45px;
        font-size: 16px;
    }

    .social_button img{
        margin-top: 4px;
        width: 25px;
        height: 25px;
    }

    .comission_space .page_title{
        font-size: 48px;
        margin-top: 30px;
    }

    .page_content {
        padding: 15px;
    }

    .comission_space .icon_info {
        margin-top: 50px;
        padding-left: 22px;
        padding-right: 22px;
        height: 1100px;
    }

    .comission_space .half_body_holder {
        margin-top: 50px;
        height: 2650px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .comission_space .full_body_holder {
        margin-top: 50px;
        height: 500px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .comission_space .info_holder {
        margin-top: 50px;
        height: 900px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .page_content .title_box {
        background-color: #A49A72;
        width: 100%;
        height: 60px;
    }

    .page_content .title_box h1 {
        margin-left: 20px;
        font-size: 48px;
    }
    
    .page_content .title_box .price {
        margin-left: 0px;
        margin-right: 20px;
    }

    .page_content .icons_holder{
        padding-top: 40px;
        padding-left: 25%;
        flex-direction: column;
        justify-content: center;
    }

    .page_content .half_body_holder {
        margin: 0px;
        padding-top: 0px;
        padding-left: 12%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .page_content .full_body_holder {
        padding-top: 0px;
        padding-left: 18px;
        margin: 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .page_content .icons_holder .icon_mask{
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 250px;
        height: 250px;
        border-radius: 100%;
    }

    .page_content .half_body_holder .half_body_mask {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 350px;
        height: 600px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .page_content .full_body_holder .full_body_mask {
        margin: 0px;
        width: 450px;
        height: 375px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .half_body_holder .page_content{
        height: 2650px;
    }

    .icon_info .page_content{
        height: 1100px;
    }

    .full_body_holder .page_content{
        height: 500px;
    }

    .more_info {
        margin-top: 20px;
    }

    .comission_panel_decoration {
        background-size: 30px;
        height: 30px;
        margin-left: 22px;
        margin-right: 22px;
    }

    .comission_space {
        height: 5050px;
    }
    
    .info_holder .page_content .title_box{
        height: 60px;
    }

    .info_holder .page_content .title_box h1 {
        flex: 50%;
        font-family: "Lexend";
        vertical-align: middle;
        align-self: center;
        margin-left: 20px;
        font-size: 26px;
        color: #f2f7dc;
    }

    .info_holder .page_content{
        height: 340px;
    }

    .comission_space .info_holder {
        margin-top: 70px;
        width: 100%;
        height: 340px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .info_box {
        font-size: 8px;
        padding-top: 22px;
        padding-left: 22px;
    }

    .info_box img {
        margin-top: 10px;
        background-color: #DBE6AB;
        border-radius: 10px;
        width: 60px;
        height: 60px;
    }

    .comission_panel_decoration_darker {
        background-size: 30px;
        height: 30px;
        margin-left: 22px;
        margin-right: 22px;
    }
}