* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background-color: #1d7b5f;
  color: white;
}

html,
body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-family: 'inter';
  font-size: 1rem;
  line-height: 1.625rem;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'inter';
  line-height: 1;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.625rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

*:focus {
  outline-color: black;
}

a {
  text-decoration: none;
}

a:hover {
  color: #4b5563;
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: none;
}

iframe {
  max-width: 100%;
  border: none;
}

input,
textarea,
select,
button {
  font-family: 'inter';
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

li {
  list-style: none;
}

p {
  color: #4b5563;
  font-size: 1rem;
  letter-spacing: 0.0313rem;
}

.container {
  margin: 0 auto;
  padding: 0 0.9375rem;
  max-width: 78.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  cursor: pointer;
}

input::placeholder {
  font-family: 'inter';
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 8px 20px;
}

section {
  padding-block: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.vp-img-cs {
  text-align: center;
  padding-bottom: 60px;
}

.vp-btn {
  background-color: #0e487d;
  border-radius: 70px;
  padding-block: 10px;
  padding-inline: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

.vp-details-main {
  text-align: center;
  padding-bottom: 60px;
}

.vp-btn a {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.vp-detail-header {
  color: #1d7b5f;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
}

.vp-detail-text {
  color: black;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.reachout-text {
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.reachout-text a {
  text-decoration: underline;
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vp-reachout-main {
  text-align: center;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  section {
    padding-block: 100px;
    justify-content: center;
    align-items: center;
  }

  .vp-img-cs {
    padding-bottom: 40px;
  }

  .vp-btn a {
    line-height: 18px;
    font-size: 12px;
  }

  .vp-detail-header {
    font-size: 24px;
    line-height: 36px;
  }

  .vp-detail-text {
    font-size: 17px;
    line-height: 25px;
  }

  .vp-details-main {
    padding-bottom: 40px;
  }

  .reachout-text {
    font-size: 12px;
    line-height: 18px;
  }

  .reachout-text a {
    font-size: 12px;
    line-height: 18px;
  }

  .vp-img-cs img {
    max-width: 230px;
  }
}
