35 lines
708 B
Sass
35 lines
708 B
Sass
@import "../constansts"
|
|
|
|
.compound
|
|
font-family: 'PT Sans', sans-serif
|
|
padding-top: 40px
|
|
padding-bottom: 20px
|
|
margin-top: 40px
|
|
width: 100%
|
|
font-size: 20px
|
|
line-height: 1.6
|
|
letter-spacing: 0.2px
|
|
color: #363943
|
|
&__text
|
|
height: 33%
|
|
transition: 0.15s ease-in-out
|
|
overflow: hidden
|
|
max-width: 720px !important
|
|
margin: 0 auto
|
|
.turn
|
|
color: $main-color
|
|
cursor: pointer
|
|
text-decoration: underline
|
|
max-width: 720px !important
|
|
margin: 0 auto
|
|
|
|
@media screen and (max-width: 768px)
|
|
.compound
|
|
font-size: 16px
|
|
|
|
@media screen and (max-width: 576px)
|
|
.compound
|
|
padding-top: 10px
|
|
padding-left: 15px
|
|
margin-top: 0
|
|
background: #f2f2f2 !important |