.what-drives-section {
    padding: 0 0 150px  0;
}
.what-drives-section .innerfull-container {
    max-width: 1360px;
    margin: 0 auto;
    padding:0 30px;
}
.what-drives-section .what-content-box {
    max-width: 742px;
    text-align: center;
    margin: 0 auto 50px;
}
.what-drives-section .what-content-box p{ 
    font-family: Biotif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    max-width: 552px;
    margin: 0 auto 15px;
    padding:0;
}
.what-drives-section .innerfull-container .drives-two-colum-box {
    display: flex;
    gap: 0 90px;
    align-items: center;
}
.what-drives-section .innerfull-container .drives-two-colum-box .left-content {
    width: 60%;
}
.what-drives-section .innerfull-container .drives-two-colum-box .right-content {
    width: 40%;
}

.what-drives-section .innerfull-container .drives-two-colum-box .two-image-box {
    display: flex;
    gap: 0 54px;
}
.what-drives-section .what-content-box .head-title{
  font-family: Biotif;
  font-weight: 600;
  font-size: 52px;
  line-height: 66px;
  letter-spacing:-0.01em;
  text-align: center;
  max-width:615px;
  margin: 0 auto 16px;
  padding:0
}
.what-drives-section .what-content-box .operation-title{
  font-family: Biotif;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 10px 0px;
}

.what-drives-section .two-image-box img{
  border-radius:22px;
  width:100%;
  height:100%;
}
.what-drives-section .two-image-box .image-box-1{
  max-height:446px;
  border-radius:22px;
  width:40%;
 overflow: hidden;
}
.what-drives-section .two-image-box .image-box-2{
  max-height:446px;
  border-radius:22px;
  width:60%;
  overflow: hidden;
}
.what-drives-section .innerfull-container .drives-two-colum-box .right-content .head-title{
  font-family: Biotif;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: -0.01em;
  margin: 0 0 28px 0;
  padding:0;
} 

.what-drives-section .innerfull-container .drives-two-colum-box .right-content .list-content-box ul {
    margin: 0 0 16px 0;
    padding: 0;
}
.what-drives-section .innerfull-container .drives-two-colum-box .right-content .list-content-box ul li {
    margin: 0;
    padding: 0px 0 16px 34px;
   font-family: Biotif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
}
.what-drives-section .innerfull-container .drives-two-colum-box .right-content .list-content-box ul li::before {
    content: '';
    background: rgba(255, 190, 99, 1);
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50px;
    top:6px;
    left: 0;
}
.what-drives-section .innerfull-container .drives-two-colum-box .right-content p{
    font-family: Biotif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin:0 0 12px 0;
    padding:0;
}  
.what-drives-section .drivesbottom-content {
    max-width: 700px;
    text-align: center;
    margin:64px auto 0;
}
.what-drives-section .drivesbottom-content .head-title {
    font-family: Biotif;
   font-weight: 600;
   font-size: 29px;
   line-height: 40px;
   letter-spacing: -0.01em;
   text-align: center;
    margin: 0 0 18px 0;
    padding: 0;
}
.what-drives-section .drivesbottom-content p{
  font-family: Biotif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -1%;
  text-align: center;
  margin:0 0 15px 0;
  padding:0;
}
