body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: 'SF Pro Text', sans-serif;
  display: flex;
}

.main {
  background: url("../img/left_vector.png") left top, url("../img/rigth_vector.png") right bottom;
  background-repeat: no-repeat;
  background-size: 250px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px;
  align-items: center;
}

.gif-container img {
  width: 100%;
}

.text-container {
  padding-left: 20px;
} 

.text-heading {
  color: #171C8F;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.64px;
  word-wrap: break-word;
  margin-bottom: 20px;
}

.text-subheading {
  color: #51585C;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.40px;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.text-content {
  color: #51585C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.40px;
  word-wrap: break-word;
  margin-bottom: 20px;
}

.follow-button-container {
  margin: 30px 0;
}

.follow-button {
  background: #26D07C;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  color: #0E1156;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.70px;
  cursor: pointer;
  text-decoration: none;
}

.contact-info {
  color: #697379;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  word-wrap: break-word;
  margin-top: 10px;
}

.email, .phone {
  font-weight: 700;
}
