.new-problems-title {
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  max-width: 431px;
}
.new-problems-title.redesign {
  padding-top: 44px;
}
.new-problems-title strong {
  color: #fff;
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}
.new-problems {
  background: var(--dark-color);
  padding-top: 126px;
  padding-bottom: 120px;
  position: relative;
}

.new-problems-blur1 {
  position: absolute;
  width: 423px;
  height: 605px;
  transform: rotate(-164.903deg);
  flex-shrink: 0;
  background: #1b31c2;
  opacity: 0.4;
  filter: blur(107.37368774414062px);
  top: -38px;
  left: 50%;
}
.new-problems-blur2 {
  position: absolute;
  width: 682.241px;
  height: 581.779px;
  transform: rotate(-150.838deg);
  flex-shrink: 0;
  background: #d3f468;
  opacity: 0.2;
  filter: blur(100px);
  bottom: -320px;
  left: -432px;
  z-index: 0;
}
.new-problems-blur3 {
  position: absolute;
  width: 512.33px;
  height: 567.761px;
  transform: rotate(-150.838deg);
  flex-shrink: 0;
  background: lightgray;
  opacity: 0.2;
  filter: blur(100px);
  bottom: -182px;
  right: -294px;
  z-index: 0;
}
.new-problems-content-left-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.new-problems-card-blue {
  max-width: 423px;
  border-radius: 16px;
  background: #2b49e2;
  padding: 24px;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.new-problems-card-blue-img-box {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.new-problems-card-blue-title {
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.066px;
  margin-bottom: 10px;
}
.new-problems-card-blue-desc {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Gilroy', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 21px */
}
.new-problems-card-blue-desc span {
  font-style: italic;
  font-weight: 700;
}
.new-problems-content-left-bottom {
  display: flex;
  /* gap: 24px; */
  justify-content: space-between;
}
.new-problems-card-blue-bottom {
  width: calc(33% - 12px);
  min-height: max-content;
  /* height: 357px; */
  background-color: #2b49e2;
  border-radius: 16px;
  padding: 24px;
  padding-right: 32px;
}
.new-problems-card-blue-bottom.dark {
  background-color: rgba(241, 243, 255, 0.1);
}
.new-problems-card-blue-bottom.dark .new-problems-card-blue-desc {
  color: rgba(255, 255, 255, 0.7);
}
.new-problems-content {
  display: flex;
  gap: 23px;
}
.new-problems-card-white {
  border-radius: 16px;
  background: #fcfcff;
  height: 100%;
  width: 292px;
  flex-shrink: 0;
  padding-top: 53px;
  padding-bottom: 26px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.new-problems-card-white-text-box {
  margin-top: auto;
}
.new-problems-card-white-img-box {
  position: relative;
  height: 187px;
}
.new-problems-card-white-img-1 {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 0;
}
.new-problems-card-white-img-2 {
  position: absolute;
  top: 0px;
  left: 78px;
  z-index: 0;
}
.new-problems-card-white-img-3 {
  position: absolute;
  top: 43px;
  left: 152px;
  z-index: 0;
}
.new-problems-card-white-img-4 {
  position: absolute;
  top: 65px;
  left: 49px;
  z-index: 0;
}
.new-problems-card-white-title {
  color: #0e1020;
  text-align: center;
  font-family: 'Gilroy', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 103%; /* 28.84px */
  padding-left: 23px;
  padding-right: 23px;
  margin-top: auto;
  margin-bottom: 20px;
}
.new-problems-card-white-title span {
  color: #2b49e2;
  font-style: italic;
}
.new-problems-card-white-desc {
  color: #232323;
  text-align: center;
  font-family: 'Gilroy', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 21px */
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 70px;
}
.new-problems-btn {
  margin: 0 28px;
  padding: 26px 48px;
}
.new-problems-btn {
  position: relative;
  display: flex;
  font-family: 'Gilroy', sans-serif;
  width: 236px;
  height: 60px;
  padding: 26px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #0e1020;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid transparent;
  background: #c0e449;
  transition: all 0.2s linear;
}
.new-problems-btn span {
  position: relative;
  z-index: 1;
  color: #0e1020;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.new-problems-btn:hover {
  border: 2px solid #c0e449;
  background-color: transparent;
}
.new-problems-btn:hover span {
  color: #0e1020;
}

.notiglow {
  position: absolute;
  width: 15rem;
  height: 15rem;
  background: radial-gradient(
    circle closest-side at center,
    white,
    transparent
  );
  opacity: 0;
  transition: opacity 300ms ease;
  z-index: 3;
  pointer-events: none;
  top: -9999px;
  left: -9999px;
}
.new-problems-hover {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.new-problems-hover:hover .notiglow {
  opacity: 0.1;
  transform: translate(-50%, -50%);
}

.new-problems-card-blue-img-box img {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.new-problems-hover:hover .new-problems-card-blue-img-box img {
  transform: rotate(360deg);
}
.new-problems-card-white-img-2,
.new-problems-card-white-img-3,
.new-problems-card-white-img-4 {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.new-problems-card-white:hover .new-problems-card-white-img-2 {
  transform: rotate(30deg);
}
.new-problems-card-white:hover .new-problems-card-white-img-3 {
  transform: rotate(-30deg);
}
.new-problems-card-white:hover .new-problems-card-white-img-4 {
  transform: rotate(30deg);
}
.new-problems-card-white-img-box-mob {
  display: none;
}

@media screen and (max-width: 1365px) {
  .new-problems-content {
    flex-direction: column;
  }
  .new-problems-card-white-text-box {
    margin-left: auto;
    margin-right: 132px;
  }
  .new-problems-card-white {
    width: 100%;
    flex-direction: row;
  }
  .new-problems-card-white-desc {
    text-align: left;
    padding-left: 0px;
    padding-right: 36px;
    max-width: 436px;
    margin-bottom: 50px;
  }
  .new-problems-card-white-title {
    text-align: left;
    padding-left: 0px;
    margin-bottom: 20px;
    /* max-width: 376px; */
  }
  .new-problems-btn {
    margin: 0;
  }
  .new-problems-card-white-img-1 {
    left: 0;
  }
  .new-problems-card-blue {
    width: calc(33% - 12px);
  }
}
@media screen and (max-width: 1160px) {
  .new-problems-card-white-text-box {
    margin-right: 0px;
  }
}
.new-problems-content-left-mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .new-problems {
    padding: 70px 0;
  }
  .new-problems-title.redesign {
    padding-top: 0px;
  }
  .new-problems-content-left-mob {
    display: block;
  }
  .new-problems-content-left {
    display: none;
  }
  .new-problems-content-mob {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .new-problems-card-blue {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .new-problems-card-blue-bottom {
    width: 100%;
    padding: 20px;
  }
  .new-problems-title {
    text-align: center;
    font-size: 32px;
    line-height: 110%; /* 35.2px */
    margin: 0 auto 22px;
    max-width: 358px;
  }
  .new-problems-title strong {
    font-size: 32px;
  }
  .new-problems-card-white-text-box {
    margin-left: 270px;
  }
  .new-problems-blur1 {
    width: 423px;
    height: 605px;
    transform: rotate(0deg);
    left: auto;
    right: 0;
  }
  .new-problems-blur3 {
    position: absolute;
    width: 512.33px;
    height: 567.761px;
    transform: rotate(0deg);
    bottom: -182px;
    right: 0px;
    z-index: 0;
  }
}
@media screen and (max-width: 786px) {
  .new-problems-blur3 {
    width: 200px;
  }
  .new-problems-blur2 {
    width: 200px;
    left: 0;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 650px) {
  .new-problems-card-white {
    width: 100%;
    flex-direction: column;
  }
  .new-problems-card-white-text-box {
    margin-left: 0px;
  }
  .new-problems-card-white-title {
    text-align: center;
    padding-left: 0px;
    padding-right: 0;
    max-width: 285px;
    margin: 0 auto 15px;
  }
  .new-problems-card-white-desc {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 350px;
    margin: 0 auto 40px;
  }
  .new-problems-btn {
    margin: 0 auto;
  }
  .new-problems-card-white-img-1 {
    left: 50%;
    transform: translateX(-50%);
    top: -23px;
  }
  .new-problems-card-white-img-3 {
    position: absolute;
    top: 4px;
    left: 45%;
    z-index: 0;
  }
  .new-problems-card-white-img-2 {
    position: absolute;
    top: -33px;
    left: 32%;
    z-index: 0;
  }
  .new-problems-card-white-img-4 {
    position: absolute;
    top: 30px;
    left: 25%;
    z-index: 0;
  }
}
@media screen and (max-width: 536px) {
  .new-problems-card-white-img-4 {
    position: absolute;
    top: 30px;
    left: 22%;
    z-index: 0;
  }
  .new-problems-content-mob {
    gap: 10px;
  }
  .new-problems-content {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .new-problems-card-white-img-4 {
    top: 21px;
    left: 19%;
  }
  .new-problems-blur1,
  .new-problems-blur2,
  .new-problems-blur3 {
    display: none;
  }
  .new-problems-card-white-img-3 {
    left: 44%;
  }
  .new-problems-card-white-img-2 {
    left: 28%;
  }
}
@media screen and (max-width: 440px) {
  .new-problems-card-white-img-4 {
    top: 21px;
    left: 16%;
  }
  .new-problems-card-white-img-box-mob {
    display: block;
    margin-left: auto;
  }
  .new-problems-card-white-img-box {
    display: none;
  }
  .new-problems-card-white-desc {
    max-width: 282px;
  }
  .new-problems-card-white {
    padding-top: 30px;
  }
}
@media screen and (max-width: 395px) {
  .new-problems-card-white-img-4 {
    top: 21px;
    left: 12%;
  }
  .new-problems-card-white-img-3 {
    left: 42%;
  }
  .new-problems-card-white-img-2 {
    left: 25%;
  }
}
.img-blur-2 {
  position: absolute;
  top: -194px;
  left: 36%;
  z-index: -1;
}
.img-blur-3 {
  position: absolute;
  bottom: -316px;
  left: 0;
  z-index: 0;
}
.img-blur-4 {
  position: absolute;
  bottom: -336px;
  right: 0;
  z-index: 0;
}
