:root {
    --brand: #ff4d29;
    --brand-white:#ffff;
    --lagaan: #2e8b57;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    --services:#ff4d291a;
    
}
.web-banner{
    height: 200px;
    background-color: var(--services);
}
.sec-section{
    padding-top: 10px;
    padding-bottom: 20px;
}
.web-design-class{
    color: yellow;
}
.web-banner  h1{
    color: #ff4d29;
    padding-top: 5%;
}
.web-banner  h5{
    color: #2e8b57;
}
.viewtag{
    position: absolute!important;
    top: 400px!important;
    left: 350px!important;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    
}
.blogimage{
    height: 300px;
    width: auto;
}
.blog-post > .blogimage{
     height: 150px;
   
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}