.ratio-box{padding-bottom:0!important}.tech-card{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.tech-card img{width:200px}.tech-card .tech-title{font-size:1.15rem}.about-section{padding-top:120px;padding-bottom:60px;position:relative}@media (min-width:768px){.about-section{padding-top:160px;margin-top:-30px}}@media (min-width:1200px){.about-section{padding-top:240px;padding-bottom:120px;margin-top:-60px}}@media (min-width:1600px){.about-section{padding-top:340px;margin-top:-150px}}.about-section .white-bg{position:absolute;top:-1px;left:0;width:100%}.about-section .white-bg img{height:auto}.cover-bg{background-size:cover}.step-item+.step-item{margin-top:40px}.step-item .step-img{border-radius:20px 20px 0 0;overflow:hidden}.step-item .step-item-content-inner{display:flex;justify-content:center;align-items:center;background:#f4f4f4;height:calc(100% - 40px);overflow:hidden;padding:15px;border-radius:0 0 10px 10px}.step-item .step-item-content-inner p{margin-bottom:0}.step-item .step-wave{display:none}@media (min-width:768px){.step-item{display:flex}.step-item .step-img{border-radius:20px;width:50%}.step-item .step-item-content{width:50%}.step-item .step-item-content-inner{padding-left:30px;padding-right:30px;margin-top:20px;border-radius:0 10px 10px 0;position:relative}.step-item .step-wave{position:absolute;width:100%;bottom:0;left:0;display:block}}@media (min-width:1200px){.step-item .step-item-content-inner{padding-left:60px;padding-right:60px;border-radius:0 20px 20px 0}}.marquee{display:flex;width:100%;overflow:hidden}.marquee img{width:100%;animation-name:marquee;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite}@media (min-width:768px){.marquee img{animation-duration:40s}}@media (min-width:1200px){.marquee img{animation-duration:50s}}@media (min-width:1600px){.marquee img{animation-duration:60s}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}