42 lines
615 B
SCSS
42 lines
615 B
SCSS
.about {
|
|
margin-bottom: 168px;
|
|
}
|
|
|
|
.about .title {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.about__grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
|
}
|
|
|
|
.about__img {
|
|
box-shadow: inset 18.19px 1.21px 18.19px 0 #FFFFFFCC,
|
|
inset -18.19px -1.21px 18.19px 0 #4052801A,
|
|
48.5px 36.38px 36.38px 0 #6B7F9933;
|
|
border-radius: 31px;
|
|
margin-left: 8px;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.about__right {
|
|
text-align: left;
|
|
padding-top: 43px;
|
|
padding-left: 50px;
|
|
}
|
|
|
|
.about__half {
|
|
max-width: 50%;
|
|
float: left;
|
|
}
|
|
|
|
.about__half:last-child {
|
|
padding-left: 16px;
|
|
max-width: 47%;
|
|
}
|
|
|
|
.about b {
|
|
letter-spacing: 0.4px;
|
|
} |