.bg-home {background-image: url('../../assets/img/bg/bg.jpg'); background-repeat: no-repeat; background-attachment: unset; background-size : cover; }

.intro {padding-top:2rem;}
@media only screen and (max-width: 1200px) {
.intro {padding-top:1rem;}
}
@media only screen and (max-width: 1000px) {
.intro {padding-top:0.5rem;}
}