.verticals_area {
  width: 100%;
  margin: 0 auto;
  background: #ececec;
  padding: 40px 0 0;
  display: flow-root;
}
.trade-box {
  width: 100%;
  float: left;
  position: relative
}
.trade-box.suc .trade-food {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 24px 24px 40px;
  width: 75%;
  float: right;
  transform: none;
  z-index: 3;
  background: rgb(255 255 255 / .9);
}
/* 🔹 Mobile view fix */
@media (max-width: 768px) {
  .trade-box.suc .trade-food {
    width: 100%;         /* full width */
    float: right;         /* remove float */
    padding: 16px 20px;  /* smaller padding for mobile */
    margin: 0 auto;      /* center content if needed */
    text-align: center;  /* optional, for better mobile look */
  }
}

.trade-box.suc * {
  box-sizing: border-box;
}
.trade-box.suc {
  padding: 30px 25px;
  position: relative;
  background: #dadada;
  box-sizing: border-box;
  overflow: hidden;
}
.trade-box.suc:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: -25.5%;
  z-index: 2;
  background: #dadada;
  transform-origin: bottom left;
  -ms-transform: skew(-28deg, 0deg);
  -webkit-transform: skew(-28deg, 0deg);
  transform: skew(-28deg, 0deg);
}
.trade-box.suc img {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
  z-index: 1;
}
.trade-box.suc .trade-food ul {
  padding: 0 0 0 20px;
  background: 0 0;
}
.trade-food ul {
  padding: 24px 5% 20px 5%;
  margin: 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: #fff;
}
.trade-box.suc .trade-food ul li {
  width: 100%;
  color: #333;
  padding-right: 0;
  font-weight: 400;
  background: url(../images/bullet-skill-4.png) no-repeat top 5px left;
}
.trade-box.suc .trade-food p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  float: left;
  width: 100%;
  padding-bottom: 0;
}
.verticals_area .v-right_box p {
  font-size: 18px;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 30px;
}
.trade-box.suc .trade-food a.btn {
  display: inline-block;
  float: left;
  margin-top: 20px;
  height: 46px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px 10px 33px;
  line-height: 26px;
  color: #fff;
  background: #ab1c12;
  position: relative;
  font-weight: 400;
  min-width: 199px;
  transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -ms-transition: .5s ease-out
}



.trade-box.suc .trade-food a.btn:hover {
  background: #000;
  transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  -ms-transition: .5s ease-out
}



.trade-box.suc .trade-food a.learn-more {
  color: #ab1c12;
  display: inline-block;
  float: left;
  /* margin: 20px 0 0 44px; */
  font-size: 18px;
  padding: 8px 0;
  line-height: 24px;
  text-decoration: underline
}

.trade-box.suc .trade-food a.learn-more:hover {
  text-decoration: none
}

.trade-box {
  margin-bottom: 50px;
}
.trade-food {
  position: absolute;
  width: 68%;
  background: #fff;
  right: 0;
  transform: translate(0, -50%);
  top: 50%;
}


.trade-food h3 {
  background: #1a182f;
  color: #fff !important;
  margin: 0 !important;
  padding: 31px 40px !important;
  line-height: 24px;
}
.trade-food ul {
  padding: 24px 5% 20px 5%;
  margin: 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: #fff;
}
.trade-food ul li {
  list-style-type: none;
  width: calc(50% - 26px);
  float: left;
  font-size: 18px;
  color: #1a182f;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 26px;
  padding-right: 10px;
  background: url(../images/trade-list.png) no-repeat top 8px left;
  text-align: left !important;
}

/* ✅ Mobile fix */
@media (max-width: 767px) {
  .trade-food ul li {
    width: 100%;   /* full width on small devices */
    float: none;   /* prevent float issues */
  }
}

.trade-div {
  background: #fff;
  padding: 20px
}
.trade-div.skills-div.verticals-part, .trade-div.verticals-part {
  background: 0 0;
  padding: 0;
  display: flow-root;
}