Files
new.anwisystems.com/enterprise/assets/sass/pages/_about-us.scss
T

43 lines
685 B
SCSS
Raw Normal View History

2024-03-08 17:28:57 +05:30
/*------------------*
# About Us Page
*------------------*/
.about-content .title {
font-weight: fontweight(semi-bold);
color: $color-dark;
text-transform: capitalize;
font-size: 30px;
@include max-screen(767) {
font-size: 25px;
}
max-width: 900px;
margin: 0 auto 20px;
line-height: 1.4;
}
.about-info .title {
font-size: 34px;
font-weight: fontweight(semi-bold);
color: $color-dark;
}
.single-service {
.title {
font-size: 22px;
font-weight: fontweight(semi-bold);
color: $color-dark;
}
}
.service-section {
.single-blog {
img {
width: 100%;
}
}
}
/* *******************
about us page End
**********************/