.exnessblk1   h2{
    font-size: 32px;
    line-height: 1.3;font-weight: 600; margin-bottom: 64px;text-align: center;
}

.exnessblk1  .flxbox-exnessblk .smbox-design h3{
    font-size: 32px;
    line-height: 1.3;font-weight: 600; margin-bottom: 64px;
}

.exnessblk1 .flxbox-exnessblk{

    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.exnessblk1 .smbox-design{
    padding: 32px;background: #0f171c;
    color: #fff;width: 48%;border-radius: 8px;
}
.exnessblk1 .smbox-design:nth-child(1){
    border-radius: 8px 0 0 8px;
}

.exnessblk1 .smbox-design:nth-child(2){
    border-radius: 0px 8px 8px 0px;
}

.exnessblk1 .ex-ulflexbox ul{
    display: flex;
    position: relative;    
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;margin-bottom: 25px;
}
.exnessblk1 .ex-ulflexbox ul li{width: fit-content;font-size: 22px;line-height: 1.3;
    font-weight: 600;margin-right: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    white-space: nowrap;
}

.exnessblk1 .ex-ulflexbox ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px dashed currentColor;
}

.exnessblk1 .ex-ulflexbox ul li:last-child{
    margin-right: 0;
}

.exnessblk1 .ex-rightside-box{padding: 32px;background:#f4f5f6 !important;color: #000;}
.exnessblk1 .smbox-design p{font-family: 'Roboto';font-weight: 400;font-size: 16px;line-height: 1.5;}

.exnessblk1 .exbtn-wrapper{
    display:flex;align-items: flex-end;  border-radius: 4px;padding: 12px 56px;
     border: 1px solid rgba(255, 207, 1, 0.5);justify-content: center;
    width: fit-content;
    margin: 0 0 0 auto;margin-top: 48px;
}

.exnessblk1 .ex-rightside-box .exbtn-wrapper{
    border: 1px solid rgba(141, 145, 148, 0.6);color: #0f171c;
}
.exnessblk1 .ex-rightside-box .exbtn-wrapper a{
  color: #0f171c;
}
.exnessblk1 .exbtn-wrapper a{
 
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #ffcf01;
}

@media only screen and (max-width: 991px){
    .exnessblk1 .smbox-design{width: auto;}
    .exnessblk1 .ex-rightside-box{padding: 16px;}
    .exnessblk1 h2{margin-bottom: 24px;font-size: 32px;line-height: 1.3;}
    .exnessblk1 .flxbox-exnessblk .smbox-design h3{font-size: 26px;margin-bottom: 24px;}
}
@media only screen and (max-width: 768px){

    .exnessblk1 h2{font-size: 24px;}    
    .exnessblk1 .ex-ulflexbox ul li{font-size: 16px;}
    .exnessblk1 .flxbox-exnessblk .smbox-design h3{margin-bottom: 32px;font-size: 20px;}
    .exnessblk1 .smbox-design{padding: 16px;}
}

@media only screen and (max-width: 480px){
    .exnessblk1 .smbox-design p{font-size: 13px;}
    .exnessblk1 .exbtn-wrapper{margin: 0 auto;margin-top: 32px;width: 100%;}
    .exnessblk1 .ex-ulflexbox ul li{font-size: 14px;}


}


