/home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass
Edit: /home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass/_call-to-action.scss (1441B)
.call-to-action {
background-color: $thm-primary;
background-size: cover;
background-position: center center;
background-attachment: fixed;
position: relative;
padding-top: 110px;
padding-bottom: 120px;
background-blend-mode: hard-light;
&::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: $thm-primary;
opacity: 0.9;
}
.container {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
@media (max-width: 991px) {
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
}
.left-content {
p {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 0;
font-size: 18px;
color: #ffffff;
@media (max-width: 991px) {
justify-content: center;
}
span:not(:first-of-type) {
&::before {
content: "/";
margin-left: 10px;
margin-right: 10px;
}
}
}
h3 {
margin: 0;
font-size: 50px;
color: #fff;
margin-bottom: 0;
@media(max-width: 1199px) {
font-size: 40px;
}
}
}
.right-content {
@media (max-width: 991px) {
margin-top: 30px;
}
}
}