.nav-link,
.nav-link:hover,
.nav-link:focus {
  color: white;
  margin-left: 10px;
  font-weight: 600;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  margin-top: 100px;
}
.content-text {
  width: 45%;
}
.content-text h1 {
  width: 70%;
  font-size: 62px;
  color: white;
}
.content-text p {
  font-size: 20px;
  color: white;
  margin-bottom: 50px;
}
.content-text a {
  font-size: 20px;
  color: rgb(0, 0, 0);
  padding: 10px 80px;
  border: none;
  border-radius: 40px;
  background-color: white;
}
.image {
  width: 50%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#img-1 {
  display: block;
}
#img-2 {
  display: none;
}
#img-3 {
  display: none;
}
.icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icons i {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
.button-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  margin-top: 50px;
}
.button-div i {
  color: white;
  width: 50px;
}
.button-div img {
  background-color: white;
  margin-left: 5px;
}
#image-1 {
  width: 60px;
}
#image-2 {
  width: 60px;
}
#image-3 {
  width: 55px;
}
