.elementor-1409 .elementor-element.elementor-element-f4eb746 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-2e5a508 */body {
  margin:0px;
  height:100vh;
}

.box-home {
  height:100vh;
  background-image: url(https://saloro.com/wp-content/uploads/2017/05/img-home.jpg);
  background-size: cover;
  background-position: center;
  margin-top: -150px;

}

.box-home p {
    position: absolute;
    font-size: 50px;
    font-family: Montserrat;
    color: #fff;
    width: 100%;
    top: 51%;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center !important;
}

.box-home p br {
    display: none;
}


@media(max-width: 1396px){
.box-home p {
    font-size: 35px;
} 
}


@media(max-width: 991px){
.box-home p {
    font-size: 25px;
} 
}


@media(max-width: 767px){
.box-home p br {
    display: block;
}
}/* End custom CSS */