/* Background simulator */
.b-simulator {
  position: relative;
  margin: 0;
  width: 100%;
  height: 650px;
  background-image: url(../../images/background-dental02.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  margin-top: -52px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-simulator .title {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: bold;
  font-size: 41px;
  line-height: 50px;
  text-align: center;  
  color: #004F8B;
  margin-bottom: 35px;
}

.b-simulator .subtitle {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;  
  color: #004F8B;
  margin-bottom: 65px;
}

@media (max-width: 560px) {
    .b-simulator {
        height: 440px;
    }

    .b-simulator-content {
        width:90%;
    }
    
    .b-simulator .title {
        width: 80%;
        font-size: 28px;
        line-height:normal;
        text-align: left;  
        margin-bottom: 15px;
    }
    
    .b-simulator-content .subtitle {
        font-size: 14px;
        text-align: left;  
        margin-bottom: 30px;
    }

    .b-simulator .b-simulator-content .btn {
        width:100%;
    }

}
  