.get-started-tiles-w-quote{
   padding:160px 0 160px;
}

.get-started-tiles-w-quote .section-simple--highlight-green{
   border-left:16px solid #0BCF6F;
}

.get-started-tiles-w-quote .section-simple--highlight-yellow{
   border-left:16px solid #ffcf52;
}

.get-started-tiles-w-quote .section-simple--highlight-blue{
   border-left:16px solid #4575e5;
}

.get-started-tiles-w-quote .section-simple--highlight-orange{
   border-left:16px solid #ff9b30;
}

.get-started-tiles-w-quote .section-simple--highlight-v-blue{
   border-left:16px solid #50B8F9;
}

.get-started-tiles-w-quote .section-simple--highlight-white{
   border-left:16px solid :#ffffff;
}

.get-started-tiles-w-quote .shell>.row-fluid{
  display:flex;
  flex-wrap:wrap;
}

.get-started-tiles-w-quote .col-1 .link--arrow-right:after{
   background:url('https://www.wiise.com/hubfs/website-2022/arrow-right.svg');
   width:8px;
   height:13px;
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
}

.get-started-tiles-w-quote .col-1{
  width:40%;
  background: #4575E5;
  box-shadow: 8px 8px 30px rgba(69, 117, 229, 0.1);
  border-radius: 24px;
  padding: 48px 48px;
}

.get-started-tiles-w-quote .col-1 .author-cont{
   display: grid;
   grid-template-columns: auto auto;
   align-items: center;
	 gap: 20px;
   margin-top: 60px;
}

.get-started-tiles-w-quote .col-1 h3 {
   max-width: 381px;
}

.get-started-tiles-w-quote .col-1 .author-cont .author-image{
   width: 80px;
   height: 80px;
   border-radius: 50%;
}

.get-started-tiles-w-quote .col-1 .author-cont .author-info{
}

.get-started-tiles-w-quote .col-1 .cta-container{
   margin-top: 60px;
}

.get-started-tiles-w-quote .col-1 *{
   color:#ffffff;
}

.get-started-tiles-w-quote .col-2{
   width:57%;
   margin-left:3%;
}

.get-started-tiles-w-quote .col-2 .two-col-container>span{
   display:flex;
   flex-wrap:wrap;
}

.get-started-tiles-w-quote .col-2 .two-col-container>span>.hs_cos_wrapper{
  width: 46%;
  margin-right: 5%;
  background: #fff;
  border-radius: 14px;
  padding: 48px;
  margin-bottom: 40px;
  box-shadow: 8px 8px 30px rgba(69, 117, 229, 0.1);
  
}

.get-started-tiles-w-quote .col-2 .two-col-container>span>.hs_cos_wrapper:nth-last-child(1),
.get-started-tiles-w-quote .col-2 .two-col-container>span>.hs_cos_wrapper:nth-last-child(2){
   margin-bottom:0;
}

.get-started-tiles-w-quote .col-2 .two-col-container>span>.hs_cos_wrapper:nth-child(2n){
   margin-right:0;
}

.get-started-tiles-w-quote .col-2 .two-col-container h3{
   margin-bottom:10px;
}

.get-started-tiles-w-quote .col-2 .content-cta{
   margin-top:30px;
}

.get-started-tiles-w-quote .card-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 1rem;
}

.get-started-tiles-w-quote .card-container > .author-cont {
  flex-basis: 100%;
}

.get-started-tiles-w-quote .card-container * {
  margin: 0 !important;
}

.get-started-tiles-w-quote .card-container .author-info {
  padding-block: 40px !important;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1em;
}

@media(max-width:1200px){

  .get-started-tiles-w-quote .col-2 .two-col-container>span>.hs_cos_wrapper{
		 padding: 28px;  
		 margin-bottom:31px;
	}

	.get-started-tiles-w-quote .col-1{
		 padding:28px;
	}

	.get-started-tiles-w-quote {
			padding: 110px 0;
	}
}


@media(max-width:1024px){

}


@media(max-width:767px){

.get-started-tiles-w-quote .col-1{
   width:100%;
   margin-bottom:21px;
   padding:32px 24px 40px;
   border-radius:16px;
}
  
.get-started-tiles-w-quote .section-simple--highlight-green{
   border-top:12px solid #0BCF6F;
   border-left:none;
}

.get-started-tiles-w-quote .section-simple--highlight-yellow{
   border-top:12px solid #ffcf52;
   border-left:none;
}

.get-started-tiles-w-quote .section-simple--highlight-blue{
   border-top:12px solid #4575e5;
   border-left:none;
}

.get-started-tiles-w-quote .section-simple--highlight-orange{
   border-top:12px solid #ff9b30;
   border-left:none;
}

.get-started-tiles-w-quote .section-simple--highlight-v-blue{
   border-top:12px solid #50B8F9;
   border-left:none;
}

.get-started-tiles-w-quote .section-simple--highlight-white{
   border-top:12px solid :#ffffff;
   border-left:none;
}
  
.get-started-tiles-w-quote .col-2 {
    width: 100%;
    margin-left: 0;
}
  
.get-started-tiles-w-quote {
    padding: 56px 0;
}
  
.get-started-tiles-w-quote .col-2 .two-col-container>span>.hs_cos_wrapper{
   padding: 15px 24px 24px;
   border-radius:16px;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   width: 47.5%;
   margin-bottom:20px;
}
  
.get-started-tiles-w-quote .col-1 .author-cont{
   margin-top: 20px;  
}


  
.get-started-tiles-w-quote .col-1 .author-cont .author-image {
    width: 64px;
    height: 64px;
}
  
.get-started-tiles-w-quote .col-1 .author-cont .author-info {

}
  
.get-started-tiles-w-quote .col-1 .cta-container {
    margin-top: 20px;
}
  
.get-started-tiles-w-quote .col-2 .two-col-container h3 {
    margin-bottom: 6px;
}
  
.get-started-tiles-w-quote .col-2 .content-cta {
    margin-top: 0px;
}
  
.get-started-tiles-w-quote .col-2 .two-col-container p{
   margin-bottom:20px;  
}
  
.get-started-tiles-w-quote .col-2 .content-cta .link{
   font-size: 14px;  
}
  
.get-started-tiles-w-quote .link--arrow-right:after{
   margin: 0 -0.9rem 0 0.5rem;  
}


}