

.mx-feature-item {
  height: 100%;
  margin-top: -100px;
  z-index: 1;
  position: relative; }
.mx-feature-capsule-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
  height: 500px; }
  .mx-feature-capsule-wrapper > .mx-feature-capsule-item-wrapper > p {
    display: inline-block;
    position: absolute;
    left: 0;
    margin-bottom: 0;
    user-select: none;
    top: 0;
    pointer-events: auto; }
    .mx-feature-capsule-wrapper > .mx-feature-capsule-item-wrapper > p img {
      margin: 0px;
       max-width: 400px; 
       max-height: 300px;
      transition: none; }
.mx-feature-capsule-item {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  color: #16171B;
  font-weight: 500;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(0.01rad);
  -ms-transform: translate(-50%, -50%) rotate(0.01rad);
  transform: translate(-50%, -50%) rotate(0.01rad);
  box-shadow: inset 0 4px 15px 0 rgba(255, 255, 255, 0.3); }
  @media (max-width: 1199px) {
    .mx-feature-capsule-item {
      padding: 40px 50px;
      min-height: auto; } }
  @media (max-width: 991px) {
    .mx-feature-capsule-item {
      padding: 25px 40px; } }
  @media (max-width: 767px) {
    .mx-feature-capsule-item {
      padding: 14px 25px;
      font-size: 14px; } }
.mx-feature-title-sm {
  font-size: 36px;
  font-weight: 500;
  line-height: 1; }

.mx-feature-content p {
  color: #5B5B5C;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0; }
.mx-feature-content-title {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0; }
.mx-feature-thumb {
  display: inline-block; }
  .mx-feature-thumb .img-pos {
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 110px;
    width: 110px; }
  .mx-feature-thumb-text {
    position: absolute;
    top: 12px;
    left: 12px; }
    .mx-feature-thumb-text p {
      font-size: 13px;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.7); }
    .mx-feature-thumb-text span {
      font-size: 26px;
      font-weight: 500;
      line-height: 1;
      color: var(--color-white); }
.mx-feature-circle-wrap {
  position: absolute;
  top: -1px;
  right: 250px; }
.mx-feature-circle-box {
  display: inline-block; }
  .mx-feature-circle-box .img-2 {
    top: -100px;
    left: 50px;
    position: absolute;
    animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite; }