66 lines
884 B
SCSS
66 lines
884 B
SCSS
.banner-mini {
|
|
margin-bottom: 115px;
|
|
}
|
|
|
|
.box-01 {
|
|
margin-bottom: 80px;
|
|
|
|
.row {
|
|
&:not(:last-child) {
|
|
margin-bottom: 90px;
|
|
}
|
|
}
|
|
h2 {
|
|
color: #000;
|
|
font-size: 32px;
|
|
font-weight: 400;
|
|
letter-spacing: 2px;
|
|
text-transform: uppercase;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
|
|
column-gap: 70px;
|
|
row-gap: 40px;
|
|
|
|
li {
|
|
img {
|
|
width: 100%;
|
|
max-width: 292px;
|
|
}
|
|
p {
|
|
color: #000;
|
|
font-size: 19px;
|
|
font-weight: 400;
|
|
letter-spacing: 3px;
|
|
margin: 0;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.box-02 {
|
|
margin-bottom: 120px;
|
|
|
|
p {
|
|
color: #000;
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.footer_top_box {
|
|
display: none;
|
|
}
|