@charset "utf-8";

@media (max-width: 767px){
  .l-content .bg-con {
    background: linear-gradient(90deg, rgba(44, 164, 118, 1) 50%, rgba(51, 51, 51, 0) 100%);
    padding: 10px;
    border-radius: 10px 0 0 10px;
  }

  .l-content .bg-con.edit {
    background: linear-gradient(90deg, rgba(39, 37, 38, 1) 50%, rgba(51, 51, 51, 0) 100%);
    padding: 10px;
    border-radius: 10px 0 0 10px;
  }

  .l-content .contactor-title {
    margin-bottom: -30px;
  }
}

@media (min-width: 768px){
  .l-content .bg-con {
    background: linear-gradient(90deg, rgba(44, 164, 118, 1) 50%, rgba(51, 51, 51, 0) 100%);
    padding: 20px;
    border-radius: 20px 0 0 20px;
  }

  .l-content .bg-con.edit {
    background: linear-gradient(90deg, rgba(39, 37, 38, 1) 50%, rgba(51, 51, 51, 0) 100%);
    padding: 20px;
    border-radius: 20px 0 0 20px;
  }

  .l-content .contactor-title {
    margin-bottom: -30px;
  }
}


@media (min-width: 992px){
  .l-content .contactor-title {
    margin-bottom: -50px;
  }
}

@media (min-width: 1200px){
  .l-content .m-col-xl-14p {
    width: 14%;
  }
}

.l-content .bg-1 { background:#272526; padding: 40px 10px; }
.l-content .bg-box{ background-color: #333; padding: 10px 20px; border-radius: 20px; }

.l-content .sub-title {
  width: fit-content;
  background: #2ca476;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 20px 20px 0 0;
}

.l-content .box-white {
  background: #fff;
  padding: 20px;
}

  .l-content .sub-text {
    height: 80px;
    background: #fff;
    border-radius: 20px;
    color: #000 !important;
    align-content: center;
  }

.l-content .block_BtnLink .BtnList.active {
  background-color: #2ca476 !important;
}

.l-content .box-contactor {
    border: 3px solid #2dc195;
    padding: 40px 20px 20px 20px;
    border-radius: 30px;
}

.l-content .m-customList1 > li:before {
  background: url('/en/pr/vona/recommend_brand/siemens/images/icons/check.png') center no-repeat;
}