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.
 
 
 
 
 

38 lines
622 B

*{
list-style-type:none;
font-family: $font-default;
&:focus,&:active{
outline: none !important;
}
}
img{width: 100%;}
.borderd_header {
font-size: 18px;
position: relative;
&::after{
position: absolute;
left: 0;
bottom: -4px;
height: 2px;
width: 70px;
background: #db4242;
content: "";
display: block;
}
}
.para{
color: #535353;
letter-spacing: 0.1rem;
margin-bottom: 30px;
padding-top: 20px;
line-height: 1.7rem;
font-size: 18px;
}
html {
scroll-behavior: smooth;
}