.unmanaged-section {
  background: rgba(34, 46, 80, 1);
  padding: 80px 0;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  position: relative;
  background-image: url('../images/unmanaged/top.png'), url('../images/unmanaged/bottom.png');
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto; 
}

.unmanaged-section h2 {
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -2px;
  color: #fff;
}
.unmanaged-section h2 span {
  font-weight: 700;
  color: rgba(238, 102, 92, 1);
}

.unmanaged-section .section-title {
  margin-bottom: 80px;
}

.item-stats {
  color: #fff;
  margin-bottom: 54px;
}

.item-stats .only-for-mobile {
  display: none;
}

.item-stats .only-for-desktop {
  display: block;
}

.item-stats .content-wrap {
  position: relative;
}

.item-stats-3 {
  margin-bottom: 42px;
}

.item-stats h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: right;
}
.item-stats .content-wrap p {
  color: rgba(238, 102, 92, 1);
  font-family: "Inter", sans-serif;
  font-size: 128px;
  font-weight: 900;
  line-height: 154px;
  margin-bottom: 0;
  text-align: center;
}

.item-stats .content-wrap p span {
  font-size: 96px;
  line-height: 116px;
}

.item-stats .content-wrap p sup {
  font-size: 72px !important;
  line-height: 76px !important;
}

.item-stats-2 .content-wrap p sup {
  vertical-align: middle !important;
}

.item-stats .content-wrap .line {
  background-image: url("../images/unmanaged/line.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 20px;
}

.item-stats .content {
  max-width: 360px;
}

.item-stats .content p,
.item-stats .content p span {
  font-family: "Instrument Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}

.item-stats .content p span {
  color: rgba(238, 102, 92, 1);
}

.item-stats p.wasted,
.wasted {
  font-family: "Instrument Sans", sans-serif;
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}

.unmanaged-section .cta-btn {
  background: #fff;
  color: rgba(34, 46, 80, 1);
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 24px;
  padding: 18px 32px;
  float: right;
}

.unmanaged-section .cta-btn:hover {
  background: rgba(93, 138, 168, 1);
  border-color: rgba(93, 138, 168, 1);
  color: #fff;
}

.unmanaged-section .cta-btn:active {
  color: #fff;
  background: rgba(93, 138, 168, 1);
  border-color: rgba(93, 138, 168, 1);
  box-shadow: 0px 2px 20px -4px rgba(238, 102, 92, 0.1);
}

.unmanaged-section .cta-btn:hover svg path {
  stroke: #fff;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .item-stats p span {
    font-size: 60px;
    line-height: 60px;
  }
  .item-stats .content-wrap p sup {
    font-size: 45px !important;
    line-height: 50px !important;
  }
  .item-stats .content-wrap p {
    font-size: 85px;
    line-height: 120px;
  }
  .item-stats .content-wrap .line {
    background-size: contain;
  }
  .item-stats .content-wrap p span {
    font-size: 65px;
    line-height: 95px;
  }
  .item-stats p.wasted,
  .wasted {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .unmanaged-section {
    padding: 80px 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .unmanaged-section .section-title {
    margin-bottom: 20px;
  }

  .unmanaged-section h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .item-stats h3 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .item-stats .content-wrap p {
    font-size: 75px;
    line-height: 100px;
  }

  .item-stats .content-wrap p sup {
    font-size: 45px !important;
    line-height: 50px !important;
  }

  .item-stats .content-wrap p span {
    font-size: 60px;
    line-height: 90px;
  }

  .item-stats .content-wrap .line {
    background-size: contain;
  }

  .item-stats p {
    font-size: 76px;
    line-height: 116px;
    margin-bottom: 24px;
    text-align: left;
  }

  .item-stats p sup {
    font-size: 45px !important;
    line-height: 45px !important;
  }

  .item-stats .content p,
  .item-stats .content p span {
    font-size: 16px;
    line-height: 24px;
  }

  .item-stats {
    margin-bottom: 24px;
  }

  .item-stats p span {
    font-size: 45px;
    line-height: 45px;
  }

  .item-stats .line {
    padding-bottom: 10px;
    background-size: 50%;
  }

  .item-stats p.wasted,
  .wasted {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
  }

  .unmanaged-section .cta-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .unmanaged-section {
    padding: 80px 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .unmanaged-section .section-title {
    margin-bottom: 24px;
  }

  .unmanaged-section h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .item-stats h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
  }

  .item-stats p {
    text-align: center;
    font-size: 96px;
    line-height: 104px;
    margin-bottom: -31px;
  }

  .item-stats-2 p {
    position: relative;
    z-index: 1;
    margin-bottom: -31px;
  }

  .item-stats p sup {
    font-size: 60px !important;
    line-height: 65px !important;
    vertical-align: bottom !important;
  }

  .item-stats .content {
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .item-stats-3 .content {
    border-radius: 20px;
    padding-top: 0;
    margin-bottom: 16px;
    position: relative;
    z-index: 0;
  }

  .item-stats .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .item-stats-3 .content p {
    text-align: center;
  }

  .item-stats {
    margin-bottom: 0;
    text-align: center;
  }

  .item-stats .only-for-mobile {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .item-stats .only-for-mobile p {
    text-align: center;
    max-width: 295px;
    margin: -25px auto 0 auto;
  }

  .item-stats-3 .only-for-mobile p{
    margin: -15px auto 0 auto;
  }

  .item-stats .only-for-desktop {
    display: none;
  }

  .item-stats .content-wrap p {
    font-size: 84px !important;
    line-height: 104px !important;
  }

  .item-stats .content-wrap p span {
    font-size: 64px !important;
    line-height: 104px !important;
  }

  .item-stats p span {
    font-size: 60px;
    line-height: 76px;
  }

  .item-stats .line {
    background-image: url(../images/unmanaged/line-white.svg);
    padding-bottom: 25px;
    position: relative;
    background-size: auto;
    z-index: 1;
    margin-bottom: -56px;
  }

  .item-stats p.wasted,
  .wasted {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 56px;
  }

  .unmanaged-section .container:nth-child(2) .row:last-child div {
    text-align: center;
  }

  .unmanaged-section .cta-btn {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    float: none;
  }
}

@media only screen and (max-width: 479px) {
  .unmanaged-section {
    padding: 80px 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .unmanaged-section .section-title {
    margin-bottom: 24px;
  }

  .unmanaged-section h2 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    max-width: 295px;
    letter-spacing: normal;
    font-weight: 700;
    margin: 0 auto;
  }

  .item-stats h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }

  .item-stats p {
    font-size: 96px;
    line-height: 104px;
    margin-bottom: -31px;
  }

  .item-stats-2 p {
    position: relative;
    z-index: 1;
    margin-bottom: -31px;
  }

  .item-stats .content-wrap p sup {
    font-size: 60px !important;
    line-height: 65px !important;
    vertical-align: bottom !important;
  }

  .item-stats .content {
    border-radius: 20px;
    margin-bottom: 16px;
  }

  .item-stats-3 .content {
    border-radius: 20px;
    padding-top: 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
  }

  .item-stats .content p {
    font-size: 20px;
    line-height: 28px;
  }

  .item-stats-3 .content p {
    text-align: center;
  }

  .item-stats {
    margin-bottom: 24px;
    text-align: center;
  }

  .item-stats-3 {
    margin-bottom: 0;
  }

  .item-stats .only-for-mobile {
    display: block;
  }

  .item-stats .only-for-desktop {
    display: none;
  }

  .item-stats p span {
    font-size: 60px;
    line-height: 76px;
  }

  .item-stats .line {
    background-image: url(../images/unmanaged/line-white.svg);
    padding-bottom: 25px;
    position: relative;
    background-size: auto;
    z-index: 1;
    margin-bottom: -56px;
  }

  .item-stats .content-wrap .line {
    background-image: url("../images/unmanaged/line-mobile.svg");
    background-size: 240px;
    padding-bottom: 10px;
  }

  .item-stats p.wasted,
  .wasted {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 56px;
  }

  .unmanaged-section .container:nth-child(2) .row:last-child div {
    text-align: center;
  }
}
