.white-paper-btn-container{
    display: flex;
    gap: 20px;
    padding-top: 20px;
}

.white-paper-btn{
    width: 35%;
    border: 2px solid #00f3ff;
    padding: 10px 5px;
    border-radius: 50px;
}

.white-paper-btn:hover{
    transition: .3s ease-in-out;
    background: linear-gradient(to right, #92ecb8 0% , #2ec5e7 50%,#2f8fec 100% );
}

.white-paper-english-text{
    font-size: 45px;
    color: #fff;
}

.view-text{
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.white-paper-english-container{
    height: 100%;;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.white-book{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.background-white{
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    background: url(../assets/img/common/test_white.png) no-repeat;
    opacity: 190%;
    background-position: center;
    background-size: cover;
    position: relative;
}

