.banner-title-b{
    color: black;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 45px;
}
.banner-title-b-s{
    color: rgba(254, 147, 6, 1);
}
.banner-title-p{
    color: rgba(42, 23, 14, .9);
    margin-bottom: 32px;
    line-height: 30px;
    font-size: 20px;
}
.banner-items{
    padding: 13px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    border-radius: 17px;
}
.banner-item{
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
}
.banner-item-text{
    margin-left: 10px;
}
.top-list{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.top-list-title{
    color: rgba(28, 28, 28, 1);
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}
.top-list-title-s{
    font-weight: 600;
    background-image: linear-gradient(to right, rgba(254, 138, 6, 1), rgba(255, 182, 6, 1));
    -webkit-background-clip: text;
    color: transparent;
}
.show-about-title{
    padding-top: 30px;
    background-image: linear-gradient(to right, rgba(254, 138, 6, 1), rgba(255, 182, 6, 1)) !important;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 60px!important;
}
.main-title-s{
    color: rgba(28, 28, 28, 1) !important;
}
.how-img img{
    width: 75%;
}
.how-title{
    color: rgba(255, 169, 6, 1);
    font-weight: 600;
    margin-top: 20px;
}
.how-title-s{
    color: rgba(28, 28, 28, 1);
    font-weight: 600;
    margin: 5px 0;
}
.how-desc{
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}
.why-item{
    background-color: white;
   padding: 35px 0;
    border-radius: 16px;
    border: 1px solid rgba(171, 144, 117, 0.10);
}
.why-title{
    color: rgba(28, 28, 28, 1);
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 8px;
}
.why-desc{
    color: rgba(98, 98, 98, 1);
    font-size: 14px;
}
.say-item{
    background-color: white;
    border-radius: 24px;
    padding: 27px 39px;
    color: rgba(28, 28, 28, 1);
}
.say-info{
    display: flex;
    align-items: center;
}
.say-info-img img{
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.say-info-title{
    font-weight: 600;
    margin-bottom: 5px;
}
.say-ingo-title-s{
    font-size: 14px;
}
.say-xx-img{
    margin-bottom: 20px;
    margin-top: 20px;
}
.say-item-desc{
    color: rgba(102, 102, 102, 1);
    min-height: 125px;
}
.Matters-item{
    color: rgba(0, 0, 0, 1);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.Matters-info-title{
    font-weight: 600;
    margin-bottom: 10px;
}
.Matters-info{
    margin-left: 10px;
}
.Matters-row{
    background-image: linear-gradient(to right, rgba(245, 250, 232, 1), rgba(237, 245, 197, 1));
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 50px 80px;
}
.Matters-row-1{
    background-color: rgba(245, 250, 232, 1);
    padding: 30px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.ok-info{
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ok-img{
    margin-right: 12px;
}
.bottom-info-display{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.bottom-info-img{
    margin-right: 10px;
}
.show-about-div{
    color: rgba(28, 28, 28, 1);
    margin-bottom: 30px;
    line-height: 35px;
}
.main-delete-form{
    min-height: 300px;
}