This commit is contained in:
Roman Pyrih
2026-03-06 15:14:23 +01:00
parent 2f54c22cd6
commit f541250b59
42 changed files with 819 additions and 535 deletions

View File

@@ -118,3 +118,60 @@ body {
height: 100%;
}
}
#hp-casestudy-custom {
margin-bottom: 100px;
.custom-case-studies {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 80px 40px;
.case-item {
.single_case_study {
}
}
}
.case-study-more-button {
margin-top: 50px;
text-align: center;
a {
background: #bf2222;
border-radius: 5px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 17px;
font-weight: 500;
line-height: 1;
padding: 19px 32px;
text-align: center;
transition: all 0.3s ease 0s;
box-shadow: none;
margin-top: 9px;
margin-right: 10px;
letter-spacing: 1px;
&:hover {
background-color: #db1616;
color: #fff;
border: 1px solid #db1616;
}
}
}
}
#success-stories-box-1 {
.custom-case-studies {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 80px 40px;
.case-item {
.single_case_study {
}
}
}
}