.connectBtn {
  border-radius: 38px;
  background-color: #415cf4 !important;
  width: 250px;
  display: block;
  text-align: center;
  padding: 20px 20px;
  font-size: 16px;
  color: #fff;
}
.connectBtn2 {
  border-radius: 38px;
  background-color: #fc4f02 !important;
  width: 300px;
  display: block;
  text-align: center;
  padding: 20px 20px;
  font-size: 16px;
  color: #fff;
}
.herosection-main {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.Arrowicon {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
}
.line {
  width: 70px;
  height: 6px;
  background-color: #fc4f02;
  margin: 0 50%;
  margin-top: 20px;
  display: block;
  border-radius: 3px;
}
b {
  font-weight: bold;
}

.anim {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.anim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: white;
  animation: animate 2s linear infinite;
}
.boxhover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
  display: flex;
  align-items: flex-start;
  height: 150px !important;
  padding: 20px;
  border: 2px solid transparent;
  border-image: initial;
  border-radius: 18px;
  transition: 1s ease-out;
  align-items: center;
  cursor: pointer;
}
.boxhover:hover {
  border: 2px solid #fc4f02;
}

.hero-txt {
  font-weight: 600;
}
.icons {
  width: 60px;
  height: 60px;
}
.last-sec {
  background-image: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Watson_Assistant_Training_Update/img4.png);
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: white;
  margin-top: 20px;
}
@keyframes animate {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  0% {
    left: 0;
  }
}

@media (max-width: 768px) {
  .herosection-right {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .boxhover {
    display: block;
    height: auto !important;
  }
  .last-sec {
    height: auto;
  }
}
@media (max-width: 480px) {
  .herosection-main {
    flex-direction: column;
  }
  .connectBtn2 {
    border-radius: 38px;
    background-color: #fc4f02 !important;
    width: 260px;
    display: block;
    text-align: center;
    padding: 20px 20px;
    font-size: 14px;
    color: #fff;
  }
}
