.mt0 {
  margin-top: 0 !important;
}

.mt-desision {
  margin-top: 25px;
}

.mt30-desision {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mt-desision {
    margin-top: 15px;
  }
  .mt30-desision {
    margin-top: 20px;
  }
}

.desc-style {
  font-weight: 700 !important;
  color: rgba(43, 41, 39, 1) !important;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .desc-style {
    margin-bottom: 10px;
  }
}
.claim-position {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .claim-position {
    position: static;
    max-width: 493px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .claim-position {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 520px) {
  .claim-position > button {
    width: 100%;
  }
}

.headlineMt {
  color: rgba(43, 41, 39, 0.9);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.headlineMt > li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 520px) {
  .butw {
    width: 100% !important;
  }
}
