| 1 |
.wtotem_offer { |
| 2 |
display: flex; |
| 3 |
justify-content: space-between; |
| 4 |
align-items: center; |
| 5 |
padding: 40px 56px 37px 40px; |
| 6 |
margin-bottom: 110px; } |
| 7 |
.wtotem_offer__title { |
| 8 |
margin-bottom: 22px; |
| 9 |
font-size: 24px; |
| 10 |
color: #1d293f; |
| 11 |
font-weight: 500; } |
| 12 |
.wtotem_offer__text { |
| 13 |
width: 601px; |
| 14 |
margin-bottom: 22px; |
| 15 |
font-size: 16px; |
| 16 |
color: #5e6977; |
| 17 |
line-height: 24px; } |
| 18 |
.wtotem_offer__btn { |
| 19 |
color: #fff; |
| 20 |
background: #3d50df; |
| 21 |
border-radius: 5px; |
| 22 |
width: 151px; |
| 23 |
height: 42px; |
| 24 |
display: flex; |
| 25 |
align-items: center; |
| 26 |
justify-content: center; |
| 27 |
border: none; |
| 28 |
cursor: pointer; } |
| 29 |
|
| 30 |
/* 992-1100px lg Large */ |
| 31 |
/* 768-992px md Medium */ |
| 32 |
@media screen and (max-width: 992px) { |
| 33 |
.wtotem_offer__title { |
| 34 |
line-height: 32px; |
| 35 |
margin-bottom: 20px; } |
| 36 |
.wtotem_offer__text { |
| 37 |
width: 100%; } } |
| 38 |
|
| 39 |
/* 576-768px sm Small */ |
| 40 |
@media screen and (max-width: 768px) { |
| 41 |
.wtotem_offer { |
| 42 |
padding: 20px; } |
| 43 |
.wtotem_offer__img { |
| 44 |
display: none; } } |
| 45 |
|
| 46 |
/* 375-576px Extra small */ |
| 47 |
/* 320-375px Extra small */ |
| 48 |
|
| 49 |
/*# sourceMappingURL=services.css.map */ |
| 50 |
|