.elementor-71 .elementor-element.elementor-element-c642ce4{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-c642ce4 */.vr-about-section{
  max-width:1320px;
  margin:70px auto;
  padding:0 22px;
}

.vr-about-main{
  display:grid;
  grid-template-columns:38% 62%;
  gap:50px;
  align-items:center;
  background:#fff;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(8,47,92,.08);
  overflow:hidden;
}

.vr-about-image{
  min-height:640px;
  background:linear-gradient(135deg,#f5f8fb,#ffffff);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  position:relative;
}

.vr-about-image img{
  max-height:620px;
  width:auto;
  display:block;
}

.vr-about-content{
  padding:55px 55px 55px 0;
}

.vr-about-label{
  color:#f5823a;
  font-size:15px;
  font-weight:900;
  letter-spacing:1px;
}

.vr-about-content h2{
  color:#082f5c;
  font-size:46px;
  line-height:1.15;
  font-weight:900;
  margin:10px 0 24px;
}

.vr-about-content h2 strong{
  color:#f5823a;
}

.vr-about-content p{
  color:#243b53;
  font-size:17px;
  line-height:1.7;
  margin:0 0 18px;
}

.vr-about-content h3{
  color:#082f5c;
  font-size:28px;
  font-weight:900;
  margin:34px 0 22px;
}

.vr-about-content h3::after,
.vr-about-guarantee h3::after{
  content:"";
  display:block;
  width:45px;
  height:3px;
  background:#f5823a;
  border-radius:3px;
  margin-top:10px;
}

.vr-about-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.vr-about-card{
  background:#fff;
  border-radius:16px;
  padding:26px 18px;
  text-align:center;
  box-shadow:0 14px 35px rgba(8,47,92,.08);
  transition:all .35s cubic-bezier(.2,.8,.2,1);
}

.vr-about-card:hover{
  transform:translateY(-10px);
  box-shadow:0 24px 48px rgba(8,47,92,.16);
}

.vr-about-card i{
  width:64px;
  height:64px;
  background:#f7f9fc;
  border-radius:50%;
  color:#f5823a;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin-bottom:18px;
  transition:all .35s ease;
}

.vr-about-card:hover i{
  background:#f5823a;
  color:#fff;
  transform:scale(1.08) rotate(-5deg);
}

.vr-about-card h4{
  color:#082f5c;
  font-size:18px;
  line-height:1.35;
  font-weight:900;
  margin:0 0 12px;
}

.vr-about-card p{
  font-size:14px;
  line-height:1.55;
  margin:0;
}

.vr-about-guarantee{
  margin-top:0;
  background:linear-gradient(135deg,#05254c,#082f5c);
  color:#fff;
  border-radius:0 0 24px 24px;
  padding:38px 55px;
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:45px;
  align-items:center;
}

.vr-about-guarantee-left{
  display:flex;
  gap:28px;
  align-items:center;
}

.vr-about-guarantee-icon{
  width:105px;
  height:105px;
  background:#fff;
  border-radius:50%;
  color:#f5823a;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  flex-shrink:0;
}

.vr-about-guarantee h3{
  color:#fff;
  font-size:30px;
  font-weight:900;
  margin:0 0 16px;
}

.vr-about-guarantee p{
  color:#fff;
  font-size:16px;
  line-height:1.65;
  margin:0;
}

.vr-about-promise{
  border-left:1px solid rgba(255,255,255,.25);
  padding-left:45px;
}

.vr-about-promise h3{
  color:#f5823a;
}

@media(max-width:1024px){
  .vr-about-main{
    grid-template-columns:1fr;
  }

  .vr-about-content{
    padding:40px;
  }

  .vr-about-cards{
    grid-template-columns:repeat(2,1fr);
  }

  .vr-about-guarantee{
    grid-template-columns:1fr;
  }

  .vr-about-promise{
    border-left:none;
    padding-left:0;
  }
}

@media(max-width:767px){
  .vr-about-content h2{
    font-size:32px;
  }

  .vr-about-cards{
    grid-template-columns:1fr;
  }

  .vr-about-guarantee-left{
    flex-direction:column;
    align-items:flex-start;
  }

  .vr-about-image{
    min-height:auto;
  }

  .vr-about-image img{
    max-height:560px;
  }
}/* End custom CSS */