.aboutus {
    font-size: 32px;

    font-weight: 700;
    color: #fff;
    margin: 24px 0 40px 0;
}

.hero__three {
    margin: 0 0;
    background-image:unset;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 130px 0 76px 0; */
  }

section.service-design {
    padding: 50px 0px;
    background: #f9f9f9;
}
.service-main {
    display: flex;
    justify-content: flex-start;
    margin: 0px auto;
    flex-direction: column;
}

.service-text p {
    font-size: 16px;
    line-height: 28px !important;
    color: dimgrey;
    margin-bottom: 2px;
}
.service-text h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 10px;
}

ul.service-list {
    padding: 0;
}

ul.service-list li {list-style:none;}

ul.service-list li p span {
    font-weight: 600;
    padding-right: 5px;
    color: #047863;
}
section#testimonials {
    padding: 50px 0px 50px;
}
section#testimonials {
    background: #ffffff;
}
.service-card {
    display: flex;
    justify-content: flex-end;
    margin: 0px auto;
    flex-direction: column;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 70px #00000014;
    margin-bottom: 30px;
    border-radius: 5px;
    row-gap: 15px;
    margin-top: 20px !important;
}

ul.list-service {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-top: 15px;
}
ul.list-service
    li {
        list-style:none
    }
ul.list-service
    li a {
    display: block;
    color: #000;
    font-weight: 600;
    transition: all 0.4s ease-out 0s;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    text-decoration: none;
    padding: 0px 0px 15px 15px;
}
ul.list-service li a:hover {
    color: #047863;
}

.service-card h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
}


.all__sidebar-item ul {
    padding: 0;
}

.all__sidebar-item ul li {
    list-style: none;
}
.all__sidebar-item-materials ul li a {
    display: block;
    color: #000;
    font-weight: 500;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    line-height: 58px;
    text-decoration: none;
    /* display: flex; */
    align-content: space-between;
    align-items: center;
    justify-content: space-between;
}
.all__sidebar-item-materials ul li a i {
    font-size: 22px;
    color: #ec1113;
    /* margin-right: 10px; */
    top: 3px;
    position: relative;
}
.all__sidebar-item-materials ul li a span {
    float: right;
    color: #777777;
    line-height: 60px;
    padding: 0px 0px 0px 0px;
}

.all__sidebar-item-materials ul li  a:hover {
    color: #623895;
}
.all__sidebar-item-materials ul {
    padding-left: 0;
}

.all__sidebar-item-materials {
    padding-top: 15px;
    
}
    

.all__sidebar-item-materials ul li {
    list-style: none;
}
@media (max-width: 1200px) {
    .service-card {
        display: flex;
        justify-content: flex-end;
        margin: 0px auto;
          margin-top: 0px;
        flex-direction: column;
        background: #fff;
        padding: 40px;
        box-shadow: 0 0 70px #00000014;
        margin-top: 0px;
        border-radius: 5px;
        row-gap: 15px;
      }
  
}
@media (max-width: 767px) {
.service-text {
    padding: 0px 0px 10px;
}
.service-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #623895;
    padding-bottom: 10px;
    line-height: 30px;
}
.service-text p {
    font-size: 16px;
    line-height: 28px !important;
    color: dimgrey;
    margin-bottom: 0px;
}
.service-card.card-2 {
    margin-top: 30px;
}
}
ul.list-service li a {
    display: block;
    color: #000;
    font-weight: 600;
    transition: all 0.4s ease-out 0s;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    text-decoration: none;
    padding: 0px 0px 10px 0px;
    font-size: 16px;
}