/* 
 
body {
  background: #f8f8f8;
}

.ftco-section {
  padding: 5em 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.ftco-about-section .f-services {
  width: 100%;
  padding: 0;
}

.ftco-about-section .img {
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-about-section .f-services .text {
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
}

.ftco-about-section .f-services .icon {
  margin-bottom: 8px;
}

.ftco-about-section .f-services .icon span {
  font-size: 60px;
  line-height: 1.2;
 
}

.ftco-about-section .f-services .text h3,
.ftco-about-section .f-services .text .h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.ftco-about-section .f-services {
  width: 100%;
  padding: 0;
}

.heading-section .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
 
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.heading-section h2,
.heading-section .h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.4;
  font-family: serif;
}
 

.ftco-about-section .f-services .icon span {
  font-size: 60px;
  line-height: 1.2;
 
}

.text h3 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: rgb(48, 48, 48);
  font-weight: 400;
  font-family: serif;
}

.text p {
  color: #9d9d9d;
}

.ftco-about-section .f-services .text:hover {
  background: #1c1c1c;
}

.text:hover h3 {
  color: #fff;
} */
/* ---------- INFORMATION PAGE ---------- */

body {
  background: #f8f8f8;
}

.info-section {
  padding: 60px 20px;
  width: 100%;
}

.info-container {
  max-width: 1600px;
  margin: auto;
  /* background: #fff; */
  padding: 40px;
  border-radius: 10px;
  /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05); */
}

.info-title {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: serif;
}

.info-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 25px;
}

.info-content h3 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
}

.info-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
}

.info-content ul {
  padding-left: 20px;
}

.info-content ul li {
  margin-bottom: 8px;
  color: #444;
}

.info-contact {
  margin-top: 15px;
  padding: 15px;
  background: #f4f4f4;
  border-radius: 6px;
}