.section-scans {
  background-color: #141F2B;
  color: white;
  font-family: 'Sequel Sans Book Body';
}
.section-scans > div > p:first-of-type {
  text-align: center;
  font-size: 15px;
  color: #B5B5B5;
}

.section-scans > div > p:first-of-type a {
  color: white !important;
}

.section-scans .scan {
  width: 100%;
  border: 1px dashed #424242;
  padding: 15px;
  display: flex;
  margin-bottom: 15px;

  /* animation: fadeInUp 0.4s ease-in-out; */
  /* animation-fill-mode: both; */
  /* animation-play-state: paused; */
}

.section-scans .scan-wrapper {
  display: flex;
  justify-content: space-between;
  place-items: center;
  flex-grow: 2;
}

.section-scans .scan-title {
  font-family: 'Sequel Sans Book Disp', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

.section-scans .scan-subtitle {
  font-family: 'Sequel Sans Light Disp', sans-serif;
  color: #B5B5B5;
  font-size: 14px;
  margin: 0;
}

.section-scans .scan-label {
  font-family: 'Sequel Sans Medium Disp', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  background: #3D3D4C;
  padding: 3px 15px;
  margin-right: 10px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-align: center;
}

.section-scans .scan-threat-high {
  background-color: #FF0600;
  margin-bottom: 2px;
}

.section-scans .scan-threat-medium {
  background-color: #B07F00;
  margin-bottom: 2px;
}

.section-scans .scan-threat-low {
  background-color: #3FA700;
  margin-bottom: 2px;
}

.section-scans .scan-start {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px dashed #424242;
  text-align: center;
  margin: -15px -15px -15px 0;
  padding: 0 25px;
  cursor: pointer;
}

.section-scans .triangle {
  width: 10px;
  height: 12px;
  background-color: #989898;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.section-scans .button-try-scan {
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #141F2B;
  padding: 15px 30px;
  font-size: 20px;
  letter-spacing: 1px;
  align-self: center;
  border-color: #3D3D4C;

  animation: fadeInUp 0.4s ease-in-out;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.section-scans .button-try-scan:active {
  background-color: #3D3D4C;
}