﻿img{width:100%}
.banner {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}
.banner-title {
    position: absolute;
    bottom: 47%;
    color: #fff;
    text-align: center;
    width: 100%;
}
.banner-title p{font-size:1.5rem}
.banner-title h2{font-size:4rem}
.book-box{position:relative;background:#f9f9f9}
.book {
    background: #fff;
    width: 50%;
    margin: auto;
    padding: 5rem 0;
    text-align: center;
    color: #be9562;
}
.book-desc {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}
.desc {
    padding-top: 5rem;
    font-size: var(--small-font-size);
    line-height: 1.75;
    background: #fff
}
.section {
    text-align: center;
    padding-top: 5rem;
    background: #f9f9f9;
}
.section-title {
    font-size: 2rem;
    font-weight: bold;
}
.section-desc{margin-top:1rem}
.info-box {
    background: url('../../Images/quality/process/pic (1).jpg')no-repeat center;
    background-size: cover;
    display: flex;
    padding: 15%;
}
.info{margin-top:5rem}
.info-l {
    text-align: right;
    padding-right: 2rem;
    width: 50%;
}
.info img{width:35rem}
.info-r {
    width: 50%;
    padding-left: 2rem;
    text-align: left;
}
.info-c{text-align:left;color: #fff;display:inline-block;width:30rem}
.info-c h3{font-size:1.75rem}
.info-c .desc{background:transparent;padding-top:2rem}