This commit is contained in:
2026-02-16 10:56:21 +01:00
parent f7b890dc67
commit e4994cb826
4 changed files with 35 additions and 2 deletions

View File

@@ -1021,12 +1021,23 @@ select {
transition-delay: 250ms;
margin-bottom: 10px;
@include respond-below(lg) {
flex-direction: column;
}
.c-col {
&-1 {
width: 50%;
@include respond-below(lg) {
width: 100%;
text-align: center;
}
img {
border-radius: 10px;
width: 100%;
max-width: fit-content;
}
}
@@ -1034,6 +1045,10 @@ select {
width: 50%;
align-content: center;
@include respond-below(lg) {
width: 100%;
}
* {
color: #1e2832;
font-family: $font3;
@@ -1050,6 +1065,10 @@ select {
row-gap: 50px;
column-gap: 60px;
@include respond-below(lg) {
grid-template-columns: 1fr 1fr;
}
.info-tile {
&-1 {
p {