.c-wrap .c-sidebar--inner{
  border-top: 3px solid #634824;
}
.c-wrap .c-card_1--link:before, .c-sidebar--nav--child p:before, .c-sidebar--nav li a:before{
  color: #ab0011!important;
}
.c-wrap .c-breadcrumb{
	background: #e6ddcc;
}
.c-wrap .c-breadcrumb::after {
    background: #e6ddcc;
}

.c-main {
    padding-bottom: 60px !important;
}
.check{
  width: 2%;
  hyphens: 2%;
  margin-right: 0.5rem;
}
.service-kv {
  margin-bottom: 20px;
}
.service-kv__name {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  background: #634824;
  padding: 15px 30px;
  margin: 0;
}
.service-kv p {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  padding: 40px 23px;
  background-image: radial-gradient(circle, #f5bc36, #f1b32d, #eea924, #eaa01b, #e69610);
  color: #fff;
  margin: 0;
}

.service-kv__lead span{
  line-height: 1.7;
  font-size: 3rem;
  letter-spacing: 4px;
}

.service-kv__bottom {
  padding: 14px 23px;
  background: #f2eee5;
  text-align: right;
}
.service-kv__btn-wrap {
  display: inline-flex;
  margin: 0;
}
.service-kv__btn-wrap li {
  margin-right: 10px;
}
.service-kv__btn-wrap li:last-child {
  margin-right: 0;
}
.service-kv .service-kv__btn {
  background-color: #634824;
}
.service-kv .c-btstrong-arrow--under::before {
  content: "\f107";
}
.contact-btn {
  text-align: center;
  margin-bottom: 80px;
}
.contact-btn a {
  display: inline-block;
}
.contact-btn a:hover {
  opacity: 0.8;
}
.contact-btn img {
  width: 100%;
  height: auto;
}


.section05__service--buttom{
  padding: 1rem;
  border: 2px dashed #ccc;
  text-align: center;
  transition: 0.3s;
}

.section05__service--buttom{
  padding: 1rem;
  border: 2px dashed #ccc;
  text-align: center;
  transition: 0.3s;
}

.section05__service--buttom a{
  transition-duration:0.3s;
}

.section05__service--buttom a:hover{
  opacity:0.8;
  transition-duration:0.3s;
}


  @media screen and (max-width:540px) {

.service-kv{
  margin: 0 -5% 20px -5%;
}

.service-kv p {
  font-size: 2rem;
  padding: 40px 23px;
  background-image: radial-gradient(circle, #f5bc36, #f1b32d, #eea924, #eaa01b, #e69610);
  color: #fff;
  margin: 0;
}
}