section.fd-banner {
    background: url(../images/drecp-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}
a.btn.btn-outline {
    box-shadow: 0px 0px 3px 1px #c80c02;
    padding: 10px;
    text-decoration: none;
    color: #c80c02;
    font-size: 18px;
    font-weight: 600;
}

a.btn.btn-outline:hover {
    background: #c80c02;
    color: #fff;
}
a.btn.btn-primary {
    background-color: #c80c02;
    color: #fff;
    border: 1px solid #c80c02;
}
.img-cont {
    box-shadow: 0px 0px 3px #cfcdcc;
}
ul.footer-links {
    padding-left: 0px;
    margin-bottom: 0px;
}
.img-cont img {
    width: 100%;
}

.img-cont h3 {
    font-size: 22px;
    font-weight: 800;
    color: #c80c02;
    padding: 5px 10px;
    font-family: "Quicksand", sans-serif;
    line-height: 27px;
    margin-bottom: 5px;
}
.img-cont p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 2px 10px;
    font-family: "Quicksand", sans-serif;
    line-height: 27px;
    margin-bottom: 2px;text-align: justify;
}
.story-text h2 {
    font-size: 29px;
    font-weight: 800;
    color: #c80c02;
    line-height: 27px;
    margin-bottom: 10px;
}
.story-text p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: justify;
  line-height: 27px;
}
section.ckpriterm {
    padding: 25px 0px;
}
.legs-cont h2 {
    color: #c80c02;
    font-size: 29px;
    font-weight: 800;
    line-height: 27px;
    margin-bottom: 10px;
}

.legs-cont p {
    color: #000;
    font-size: 16px;font-family: "Quicksand", sans-serif;
    font-weight: 600;text-align: justify;
    line-height: 27px;
    margin-bottom: 10px;
}

.legs-cont h3 {
    color: #c80c02;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}
