This commit is contained in:
Roman Pyrih
2024-12-03 08:21:11 +01:00
parent 8a6dc99529
commit 14ea291737
4 changed files with 67 additions and 83 deletions

View File

@@ -83,15 +83,23 @@
font-size: 38px;
margin-bottom: 50px;
}
.box-2 h2 strong {
font-size: 38px;
}
}
@media (max-width: 768px) {
.box-2 h2 {
font-size: 28px;
}
.box-2 h2 br {
display: none;
}
.box-2 h2 strong {
font-size: 28px;
}
}
.box-2 p {
width: 100%;
max-width: 920px;
color: #000;
font-size: 36px;
font-family: "Open Sans", sans-serif;
@@ -102,7 +110,6 @@
line-height: 1.3;
}
.box-2 p strong {
display: block;
font-weight: 700;
}
@media (max-width: 1200px) {
@@ -129,18 +136,31 @@
-moz-column-gap: 30px;
column-gap: 30px;
justify-content: space-between;
margin-bottom: 90px;
align-items: flex-end;
}
.box-3 .c-row-3 {
padding-bottom: 30px;
border-bottom: 1px solid #000;
}
@media (max-width: 992px) {
.box-3 .c-row {
flex-direction: column;
row-gap: 40px;
align-items: flex-start;
}
}
.box-3 h2 {
color: #000;
font-family: "Open Sans", sans-serif;
font-size: 64px;
font-size: 36px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 60px;
}
@media (max-width: 1200px) {
.box-3 h2 {
font-size: 50px;
font-size: 32px;
}
}
@media (max-width: 768px) {
@@ -151,14 +171,9 @@
}
.box-3 ul {
list-style: decimal;
margin-bottom: 50px;
margin-bottom: 0px;
padding-left: 50px;
}
@media (max-width: 768px) {
.box-3 ul {
margin-bottom: 40px;
}
}
.box-3 ul li {
color: #000;
font-family: "Open Sans", sans-serif;
@@ -199,6 +214,8 @@
font-size: 18px;
text-align: right;
margin-bottom: 0;
max-width: 1220px;
margin-left: auto;
}
@media (max-width: 992px) {
.box-3 p {
@@ -206,30 +223,6 @@
font-size: 16px;
}
}
.box-3 .c-row-1 {
padding-bottom: 100px;
margin-bottom: 100px;
border-bottom: 1px solid #000;
}
@media (max-width: 992px) {
.box-3 .c-row-1 {
padding-bottom: 60px;
margin-bottom: 60px;
}
}
.box-3 .c-row-2 {
margin-bottom: 90px;
}
.box-3 .c-row-3 {
padding-top: 10px;
border-top: 1px solid #000;
}
@media (max-width: 992px) {
.box-3 .c-row {
flex-direction: column-reverse;
row-gap: 40px;
}
}
.box-4 {
margin-bottom: 100px;
@@ -280,11 +273,11 @@
}
}
.box-4 .c-row {
margin-top: 90px;
padding-top: 90px;
}
.box-4 .c-row:not(:first-child) {
border-top: 1px solid #000;
margin-top: 90px;
}
@media (max-width: 992px) {
.box-4 .c-row {