.asp4-about {
  padding: 60px 0;font-family: "Montserrat";
}

.asp4-about-title {
  color: #004d99;font-family: "Montserrat";font-weight:700;
  margin: 0;
}

.asp4-about-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  margin: 32px 0;
}

.asp4-about-subtitle span {
  font-weight: bold;
  color: #ef7f1a;
}

.asp4-about-arrow {
  background-color: #ef7f1a;
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.asp4-about-arrow::before {
  content: "";
  display: block;
  background-color: #ef7f1a;
  width: 32px;
  transform: rotate(45deg);
  height: 32px;
  position: absolute;
  bottom: -15px;
}

.asp4-about-list {
  list-style: none;
  padding: 0 16px;
}

.asp4-about-list li {
  position: relative;
  margin-bottom: 16px;
}
.asp4-about-list li::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background-color: #c4c4c4;
  border-radius: 50%;
  top: 6px;
  position: absolute;
  left: -16px;
}

@media (min-width: 425px) {
  .asp4-about-arrow {
    height: 90px;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 0 16px;
    width: calc(100% - 32px);
  }

  .asp4-about-arrow::before {
    bottom: auto;
    right: -16px;
    transform: scaleY(2) rotate(45deg);
    top: 29px;
  }
}

@media (min-width: 1024px) {
  .asp4-about-title {
    font-size: 40px;
  }

  .asp4-about__wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .asp4-about-column {
    width: calc((100% / 2) - 16px);
    margin-right: 16px;
  }

  .asp4-about-column--stretch {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .asp4-about-title {
    margin-bottom: 32px;
  }

  .asp4-about-column--stretch {
    width: auto;
  }

  .asp4-about-column {
    width: calc((100% / 3) - 32px);
    margin-right: 32px;
  }

  .asp4-about-subtitle {
    margin-top: 0;
  }
}

@media (min-width: 1920px) {
  .asp4-about__wrapper {
    justify-content: space-between;
  }

  .asp4-about-column {
    width: 370px;
  }

  .asp4-about-column--stretch {
    width: 470px;
  }
}
