78 lines
1.1 KiB
CSS
78 lines
1.1 KiB
CSS
.about {
|
|
margin-bottom: 168px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about {
|
|
margin-bottom: 188px;
|
|
}
|
|
}
|
|
|
|
.about .title {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about .title {
|
|
margin-bottom: 49px;
|
|
}
|
|
}
|
|
|
|
.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: -20px;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about__img {
|
|
margin-top: 19px;
|
|
}
|
|
}
|
|
|
|
.about__right {
|
|
text-align: left;
|
|
padding-top: 43px;
|
|
padding-left: 50px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about__right {
|
|
padding-top: 90px;
|
|
padding-left: 21px;
|
|
}
|
|
}
|
|
|
|
.about__half {
|
|
max-width: 50%;
|
|
float: left;
|
|
}
|
|
|
|
.about__half:last-child {
|
|
padding-left: 16px;
|
|
max-width: 47%;
|
|
}
|
|
|
|
.about b {
|
|
letter-spacing: 0.4px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about b {
|
|
font-weight: 700;
|
|
letter-spacing: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about p {
|
|
margin-bottom: 39px;
|
|
}
|
|
}
|