.promo {
margin-top: 54px;
margin-bottom: 70px;
@include breakpoint-down('lg') {
margin-bottom: 60px;
}
@include breakpoint-down('sm') {
margin-bottom: 45px;
}
.container {
h3 {
font-size: 36px;
font-weight: 600;
line-height: 41px;
}
.subtitle {
font-size: 16px;
line-height: 21px;
text-align: left;
}
}
}