header{
    width: 100%;
    height: 50vh;
    background-image: url(../img/bg-final-paper.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
header p{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
main{
    width: 100%;
    min-height: 50vh;
    background-image: url(../img/bg-paper.png);
}

.paper-section{
    display: flex;
    min-height: 50vh;
    justify-content: space-between;
    align-items: center;
    color: #2C5050;
}
.paper-icon{
    width: 5vw;
    margin-bottom: 2vh;
}
.paper-product-title{
    font-size: 18px;
    margin-bottom: 1vh;
}
.paper-product-info{
    margin-bottom: .5vh;
}
.paper-img{
    width: 20%;
    border-radius: 10px;
    margin-right: 5vw;
}
.paper-business{
    width: 50%;
}
.bussiness-title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2vh;
}
.business-desc{
    color: #0A0A0A;
}
