.slide-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url("/IMAGES/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

.img-box {
  width: 50%;
  height: 100%;
  display: flex;
}

.desc-box {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5%;
}

.tec-img {
  width: 100%;
  height: 100%;
  display: flex;
}

.para-box {
  width: 100%;
  height: 70%;
  display: flex;
}

.btn-box {
   width: 100%;
   height: 10%;
   display: flex;
   flex-direction: row;
   align-items: center;
   margin-left: 50%;
}

.desc-para {
  font-size: 16px;
  font-family: Arial-black;
  color: white;
}

.btn {
  padding: 10px;
  color: #f5f5ff;
  border-radius: 5px;
  background-color: #0000008f;
  border: 1px solid black;
  margin-right: 12%;
  cursor: pointer;
}