File: /home/frenchy/refonte2023/wordpress/wp-content/themes/gimont/assets/scss/elementor/_heading.scss
.ova-heading {
.line {
display: inline-block;
width: 56px;
height: 2px;
background: var(--primary);
}
.subtitle {
margin: 10px 0 15px 0;
display: block;
font-size: 14px;
line-height: 1.2;
font-weight: 800;
letter-spacing: 1px;
color: var(--primary);
text-transform: uppercase;
}
.title {
margin: 0;
font-size: 45px;
white-space: pre-line;
@media screen and (max-width: 1024px) {
white-space: normal;
}
@media screen and (max-width: 767px) {
font-size: 35px;
}
a {
color: var(--heading);
}
}
.desc {
margin: 30px 0 0 0;
white-space: pre-line;
@media screen and (max-width: 1024px) {
white-space: normal;
}
}
&.template_2 {
.subtitle {
margin: 0;
}
}
}