

.hero-cta-container{
  display: flex;
  flex-wrap: wrap;
}


.view-our-platform-main{
 background: none; 
 border: solid 2px white;
 border-radius: 30px;
 padding: 15px 30px;
 margin: 0 20px 20px 0;
 width: 200px;
 cursor: pointer;
 color: white;
 font-size: 16px;
 font-weight: bold;
}
.view-our-platform-main a{
 text-decoration: none;
}

.view-our-platform-main:hover {
  color: black;
}
.view-our-platform-main:hover {
  background: white;
}


.request-demo-main-hero{
 background: linear-gradient(to right, #f68d2e, #da291c); 
 border: none;
 border-radius: 30px;
 padding: 15px 30px;
 margin: 0 20px 20px 0;
 cursor: pointer;
 width: 200px;
 color: white;
 font-size: 16px;
 font-weight: bold;
}
.request-demo-main-hero a{
 text-decoration: none;
}

.request-demo-main-hero:hover {
  background: #da291c;
}

@media (max-width:620px){
  .hero-cta-container{
    justify-content:center;
}
  