* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Gill Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

.main-heading {
  font-size: 40px;
  color: #231f20;
  position: relative;
  padding-bottom: 20px;
}

.main-heading:after {
  content: "";
  width: 108px;
  height: 6px;
  background-color: #f25429;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.sec-spacing {
  padding: 50px 0;
}

.sub-heading {
  font-size: 20px;
}

.section-content p {
  font-size: 28px;
  /*text-align: justify;*/
}

.btn-red-more {
  min-width: 202px;
  height: 60px;
  border-radius: 35px;
  background-color: #ffffff;
  border: 2px solid #231f20;
  line-height: 60px;
  padding: 0;
  color: #231f20;
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-red-more:hover {
  background: #231f20;
  color: white;
  transition: all 0.3s ease-in;
}
.clear {
  clear: both;
}
