You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.1 KiB

.main.about{
.section{
padding-bottom: 80px;
.content{
position: relative;
.block{
margin-bottom: 30px;
.title{
position: relative;
font-size: 18px;
font-weight: bold;
color: map-get($cisColor, second);
padding-left: 25px;
&::before{
position: absolute;
content: '';
color: map-get($cisColor, master);
left: 2px;
top:-2px;
}
}
.desc{
line-height: 30px;
}
ul li{
list-style-type:circle;
}
}
}
}
}
/* ============================================== media ============================================ */
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}