.why-exsited-means-business-section {
    background-image: url(/template/85b5ce5e/images/why-bg-section.png);
    padding:158px 0;
    background-repeat: no-repeat;
    background-size: Cover;
}
.why-exsited-means-business-section:before{
    content: '';
    background: rgba(36, 7, 0, 0.84);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;

}
.why-exsited-means-business-section .exsited-box-container{
    position:relative;
    max-width:1260px;
    margin:0 auto;
    padding:0 30px;
    display: flex;
    gap: 0 130px;
}
.why-exsited-means-business-section .exsited-right-content{
   width:52%;
}
.why-exsited-means-business-section .exsited-left-content{
   width:48%;
}
.why-exsited-means-business-section .exsited-box-container .exsited-left-content p{
   font-family: Biotif;
   font-weight: 400;
   font-size: 16px;
   line-height: 32px;
   letter-spacing: 0;
   color:#ffffff;
}
.why-exsited-means-business-section .exsited-box-container .head-title{
   font-family: Biotif;
   font-weight: 600;
   font-size: 50px;
   line-height: 61px;
   letter-spacing:-0.16px;
   margin:0 0 20px 0;
   padding:0;
   color:#fff;
}
.why-exsited-means-business-section .exsited-box-container .exsited-sub-title{
     font-family: Biotif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    margin: 12px 0px;
} 
.why-exsited-means-business-section .exsited-box-container ul li{
  color:#fff;
  font-family: Biotif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing:-0.16px;
}

.why-exsited-means-business-section .bottom-content-box {
    color: #fff;
    position: relative;
    max-width: 650px;
    margin: 58px auto 0;
    font-family: Biotif;
   font-weight: 600;
   font-size: 24px;
   line-height: 44px;
   letter-spacing:-0.16px;
   text-align: center;
}

.why-exsited-means-business-section .exsited-left-content a {
    background: #F87252;
    font-family: Biotif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    max-width:228px;
    width:100%;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.why-exsited-means-business-section .exsited-left-content a:hover {
   background-color:#FFBE63;
   color:#000000;
}
.why-exsited-means-business-section .exsited-right-content ul li {
    margin: 0;
    padding:0 0 16px 58px;
}
.why-exsited-means-business-section .exsited-right-content ul {
    margin: 0;
    padding: 0;
}
.why-exsited-means-business-section .exsited-right-content ul li::before {
    content: '';
    background:rgba(255, 190, 99, 1);
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 50px;
    top: 9px;
    left: 0;
}

.why-exsited-means-business-section .exsited-right-content .exsited-list-content {
   /* border:1.5px solid rgb(89 87 87);*/
    /* background: linear-gradient(109.58deg, rgba(255, 255, 255, 0.3) 10.56%, rgba(255, 255, 255, 0.03) 87.36%); */
    /* padding: 30px; */
    /*border-radius: 30px;*/
    background-image: url(/template/85b5ce5e/images/border-gradient.png);
    padding: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position:relative;
}
/*.why-exsited-means-business-section .exsited-right-content .exsited-list-content:after {
    content: '';
    background-image: url(/template/85b5ce5e/images/bottom-border-gradient.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: auto;
}
.why-exsited-means-business-section .exsited-right-content .exsited-list-content:before {
    content: '';
    background-image: url(/template/85b5ce5e/images/top-border-gradient.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}*/
.why-exsited-means-business-section .exsited-right-content ul li::after {
    content: '';
    background-image: url(/template/85b5ce5e/images/dash-border.png);
    width: 2px;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    top: 10px;
    left: 8px;
    background-repeat: repeat-x;
}
.why-exsited-means-business-section .exsited-right-content ul li:last-child::after {
    display:none;
}
.why-exsited-means-business-section .exsited-content {
    max-width: 460px;
}
.why-exsited-means-business-section .exsited-content p{
    color:# rgba(255, 255, 255, 0.9);
    margin:0;
    padding:0;
} 

.why-exsited-means-business-section .see-product-overview {
    margin-top: 38px;
}
