/*! CSS Used from: https://www.banapreta.com/assets/index-c4e35744.css */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mainBox {
    background: #f0f5f7;
}
.mainBox .banner {
    width: 100%;
    height: 10rem;
    aspect-ratio: 3002/1336;
    background: url("../img/banner2.png") center/cover no-repeat;

    color: #fff;
    line-height: 1.7;
    display: flex;
    justify-content: center;
   
    padding: 1.2rem 0 1.22rem;
    padding-top: 2rem;
   
    
    
}


.banner .leftText {
    width: 7rem;
    color: #fff;
}
.banner .right {
    width: 6rem;
    color: #fff;
}

.mainBox .content {
    padding-bottom: .5rem;
}

.mainBox .content h3 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: .46rem;
    color: #333;
    line-height: .38rem;
    margin: .99rem 0 .89rem;
    text-align: center;
}

.mainBox .content .contectBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainBox .content .contectBox img {
    width: 502px;
    height: 580px;
}

.mainBox .content .contectBox .rightText {
    margin-left: .8rem;
}

.mainBox .content .contectBox .rightText .title {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: .22rem;
    color: #333;
    margin-bottom: 20px;
}

.mainBox .content .contectBox .rightText li {
    width: 5.35rem;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    margin-bottom: 26px;
}

.nav {
    display: flex;
}

.nav img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.nav p {
    margin:  4px 0 0 10px;
}