75 lines
1.1 KiB
CSS
75 lines
1.1 KiB
CSS
/***
|
|
|
|
====================================================================
|
|
About One
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.about-one {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.about-one__left {
|
|
position: relative;
|
|
display: block;
|
|
margin-top: 110px;
|
|
margin-right: 80px;
|
|
}
|
|
|
|
.about-one__left-content {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.about-one__title {
|
|
font-size: 40px;
|
|
font-weight: 600;
|
|
color: var(--thm-white);
|
|
line-height: 56px;
|
|
}
|
|
|
|
.about-one__text {
|
|
font-size: 14px;
|
|
margin-top: 13px;
|
|
margin-bottom: 38px;
|
|
}
|
|
|
|
.about-one__left .feature-one__rating-box {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.about-one__left .feature-one__rating {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.about-one__left .feature-one__rating-text {
|
|
font-size: 10px;
|
|
line-height: 10px;
|
|
}
|
|
|
|
.about-one__right {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.about-one__img {
|
|
position: relative;
|
|
display: block;
|
|
border-radius: 24px;
|
|
}
|
|
|
|
.about-one__img img {
|
|
width: 100%;
|
|
border-radius: 24px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* End */ |