.screen_container{
    padding: 30px;
    background: #fff;
    max-height: 700px;
    position: relative;
    border-radius: 15px;
}
.screen_container .title{
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
}
.screen_container i{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #333333;
    font-size: 14px;
}
.box{
    width: 300px;
    height: 300px;
}
.box img{
    width: 100%;
    object-fit: contain;
}
#getCroppedImage{
    padding: 10px 30px;
    background: #F79131;
    border-radius: 4px;
    width: fit-content;
    cursor: pointer;
    color: #fff;
    margin: 20px auto 0;
}
