section.accident_hero{
  background-image: url('../imagens/avc-acidente-vascular-cerebral/bg-hero.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 128px 0;
}
section.accident_hero h1{
  font-size: 56px;
  font-family: "SST";
  color: var(--color-primary);
  line-height: 1.069;
  font-weight: lighter;
  width: 100%;
  max-width: 624px;
}

section.accident_hero h1 strong{
  font-family: 'SST bold';
}

section.accident_what{
  padding: 64px 0;
} 
section.accident_what .content{
  display: flex;
  justify-content: space-between;
  gap:36px;
}
section.accident_what .content .accident_what-banner{
  width: 100%;
  max-width: 480px;
  position: relative;
}
section.accident_what .content .accident_what-banner::after{
  content: '';
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 300px;
  background: var(--color-primary);
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
section.accident_what .content .accident_what-banner img{
  width: 100%;
  height: 100%;
}
section.accident_what .content .accident_what-text{
  width: 100%;
  max-width: 640px;
}
section.accident_what .content .accident_what-text h2{
  font-size: 36px;
  font-family: "SST";
  color:  var(--color-primary);
  line-height: 1.073;
  margin: 24px 0;
  font-weight: lighter;
}
section.accident_what .content .accident_what-text h2 b{
  color:#4cb8d2;
  font-family: 'SST bold';
}
section.accident_what .content .accident_what-text p{
  font-size: 22px;
  font-family: "SST";
  color: rgb(136, 136, 136);
  line-height: 1.238;
}
section.accident_what .content .accident_what-text button{
  font-size: 22px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.192;
  text-align: center;
  padding: 12px 26px;
  margin: 48px 0 0;
  background: var(--blue-primary);
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}

section.cta_whats.accident{
  background-image: url('../imagens/anticoagulantes/bg-cta-whats.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
  max-width: 1120px;
  margin: 64px auto;
  border-radius: 250px;
}
section.cta_whats h2 {
  font-size: 36px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.053;
  text-align: center;
  font-weight: lighter;
}
section.accident_what .content .accident_what-text .mobile{display: none;}

@media (max-width:768px){
  section.accident_hero h1{
    font-size: 36px;
    max-width: 318px;
  }
  section.accident_what .content .accident_what-banner img.desktop,
  section.accident_what .content .accident_what-banner{display: none;}
  section.accident_what .content .accident_what-text .mobile{
    display: block;
    width: 100%;
    margin: 24px 0;
    position: relative;
  }
  section.accident_what .content .accident_what-text .mobile::after{
    content: '';
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 300px;
    background: var(--color-primary);
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
  }
  section.accident_what .content .accident_what-text h2{font-size: 48px;}
  section.cta_whats.accident{
    border-radius: 80px;
  }
}

@media (max-width:480px){
  section.accident_what .content .accident_what-text button{font-size: 24px;}
  section.cta_whats.accident{
    margin: 64px 20px;
  }
}