@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #313131;
  background-color: #f2f2f2;
  height: 100vh;
}
section {
  padding: 40px 120px;
}
h1 {
  font-size: 48px;
  color: #227c9d;
}
h2 {
  font-size: 32px;
  color: #fe6d73;
  margin-bottom: 10px;
}
h4 {
  margin-bottom: 10px;
}

p {
  text-align: justify;
  margin-bottom: 8px;
}
img {
  height: 350px;
  width: auto;
  border-radius: 15px;
}
.hero-section {
  margin-top: 40px;
}
.main-text {
  float: left;
  width: 60%;
  margin-bottom: 20px;
}
.main-image {
  float: right;
  width: 40%;
  padding-left: 32px;
  text-align: right;
}

a {
  color: #227c9d;
}

.steps > ul {
  padding-left: 40px;
  color: #fe6d73;
}
table,
th,
td {
  border: 1px solid #313131;
  border-collapse: collapse;
  padding: 15px;
  text-align: left;
}
table th {
  background-color: #227c9d;
  color: white;
}
article {
  margin-top: 20px;
}
.fig-2 {
  float: left;
  width: 30%;
  padding-right: 32px;
}
.fig-2 > img {
  width: 100%;
  height: auto;
}
.sub-text-1 {
  float: right;
  width: 70%;
  margin-bottom: 20px;
}
.sub-text-2 {
  float: right;
  width: 40%;
  margin-bottom: 20px;
}
form > div {
  margin-bottom: 10px;
}
form > div > div > input {
  padding: 8px 20px;
  border-radius: 5px;
}
form > button.btn {
  border: none;
  background-color: #48cfae;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  margin: 20px 0px;
}
.fname,
.phone,
.email {
  margin-bottom: 8px;
}
footer {
  margin-top: 20px;
  background-color: #313131;
  color: #f2f2f2;
  padding: 8px;
  text-align: center;
}
