File: /home/frenchy/refonte2023/wordpress/wp-content/themes/gimont/assets/scss/elementor/_title-box.scss
.ova-title-box {
background: var(--heading);
padding: 30px 30px 25px 30px;
.line {
width: 56px;
height: 2px;
background: #fff;
}
.title {
margin: 0;
margin-top: 13px;
a {
color: #fff;
font-size: 22px;
font-weight: 700;
&:hover {
text-decoration: underline;
}
}
}
.link {
margin-top: 16px;
display: inline-flex;
align-items: center;
.text {
color: #fff;
font-weight: 700;
text-decoration: underline;
margin-right: 10px;
}
.icon {
i {
color: #fff;
}
svg {
fill: #fff;
}
}
}
}