section.defi-block {
    padding: 215px 0 90px 0 !important;
    color:#fff;
    background: #252836;
}

.col-9-ds.defi-des {
    width: 100%;
    max-width: 936px;
    background: #1D1F2A;
    padding: 64px;
   
}
.col-3-ds {
    flex-grow: 1;
    flex: 1;
    max-width: 100%;
}
.defi-top h3 {
    text-align: left;
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.defi-top{
    padding-left: 210px;
}
.defi-top h4 {
    color: #E7E8EE;
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
   
}


.defi-feature ul{
    display: flex;
    flex-wrap: wrap; /* Allows the items to wrap onto the next line */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    list-style-type: none; /* Remove bullet points */
    gap: 32px; /* Space between items */
    list-style: none;
}
.defi-feature .icon img {
    width: 80px;
    height: 80px ;
}

.defi-feature ul li {
    flex: 1 1 calc(50% - 21.5px); /* Each item takes up 50% of the row width minus half the gap */
    box-sizing: border-box; /* Ensures padding and borders are included in the width */
    display:inline-flex;
    justify-content: space-between;
    gap: 16px;
  
}
.defi-feature{
    margin-top: 95px;
}
.defi-feature .icon {
    width: 80px;
    height: 80px;
    background: transparent;
    display: inline-block;
    /* border-radius: 50%; */
}
.feature-cs {
    width: calc(100% - 96px);
}
.feature-cs h4 {
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
}

.feature-cs p {
    color: #CFD1DE;
    font-family: "Bai Jamjuree";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
}
.col-3-ds {
    position: relative;
}
.col-3-ds .defi-img {
    /* transform: scale(1.9); */
    transform-origin: left center;
    background: #464C67;
    border-radius: 45px;
    width: 464px;
    height: 400px;
    position: absolute;
    top: -95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .col-3-ds img{
    transform: scale(1.9);
    transform-origin: left center;
} */


@media(max-width:1010px){
    .col-3-ds img {
        transform: scale(1);
        transform-origin: left center;
    }
    section.defi-block {
        padding: 120px 0 90px 0 !important;
        color: #fff;
    }
    .defi-top {
        padding-left: 0;
    }

}

@media(max-width:768px){
    .col-3-ds .defi-img {
        position: relative;
        top: -24px;
        margin: 0 auto;
        max-width: 313px;
        height: 270px;
    }
    .col-9-ds.defi-des {
        padding-top: 0;
    }
    .col-3-ds img {
        max-width: 231px;
        margin-top:0 !important;
    }
}

@media(max-width:600px){
    .defi-top h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .col-9-ds.defi-des {
      
        padding: 10px 0px;
    }
    .defi-feature ul li {
        flex: 1 1 calc(100% - 21.5px);
       
    }
    .defi-feature {
        margin-top: 40px;
    }
    .defi-feature ul{
        gap:40px;
    }
    .defi-feature ul li {
      
        flex-direction: column;
    }
    .defi-feature .icon {
        margin-bottom: 14px;
    }
}

@media (min-width:769px)  {
    .col-9-ds.defi-des {
        margin: 0;
    }
    
}