service page added

This commit is contained in:
sujan
2024-10-01 17:04:05 +05:45
parent a5b482c74d
commit 4ac687263c
11 changed files with 378 additions and 9 deletions

View File

@@ -9788,7 +9788,7 @@ dl, ol, ul {
.sidebar {
padding-top: 120px;
padding-left: 50px;
/*
/*
background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%);
background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%);
background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%);
@@ -9858,7 +9858,7 @@ dl, ol, ul {
.sidebar__post {
position: relative;
display: block;
/* margin-top: 42px;*/
/* margin-top: 42px;*/
margin-bottom: 37px;
z-index: 1;
}
@@ -15302,4 +15302,14 @@ main > img {
.subscribe-section {
padding: 120px 0px;
background: #d81921;
}
.sercive-title {
font-size: 22px;
font-weight: 500;
}
.service-section {
border-bottom: none !important;
}
.service-card {
padding: 30px;
}