.elementor-742 .elementor-element.elementor-element-6870080{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-742 .elementor-element.elementor-element-6870080{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-742 .elementor-element.elementor-element-6870080{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-631b809 */.vs-testimony-section {
  background:#f7f8fc;
  padding:120px 20px;
}

.vs-container {
  max-width:1200px;
  margin:auto;
  font-family:"Poppins",sans-serif;
}

.vs-header{
  text-align:center;
  margin-bottom:70px;
}

.vs-eyebrow{
  color:#F6A13B;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
  display:block;
  margin-bottom:10px;
}

.vs-header h2{
  font-size:42px;
  color:#1C126B;
  margin-bottom:20px;
  font-weight:700;
}

.vs-header p{
  max-width:700px;
  margin:auto;
  color:#555;
  line-height:1.7;
}

.vs-testimony-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
}

.vs-card{
  background:white;
  padding:35px;
  border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,0.05);
  transition:all .35s ease;
  position:relative;
}

.vs-card:hover{
  transform:translateY(-8px);
  box-shadow:0 35px 70px rgba(0,0,0,0.1);
}

.vs-card p{
  font-size:15px;
  color:#444;
  line-height:1.7;
  margin-bottom:25px;
}

.vs-author h4{
  color:#1C126B;
  font-size:16px;
  margin-bottom:3px;
}

.vs-author span{
  font-size:13px;
  color:#F6A13B;
  font-weight:500;
}

@media(max-width:768px){
  .vs-header h2{
    font-size:32px;
  }
}/* End custom CSS */