 .subtext{
  font-family: 'Raleway',sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #313334;
}

.text{
  font-family: 'Raleway',sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #313334;
}
.imp-text{
  font-family: 'Playfair Display',sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #313334;
}
.footer-text{
  font-family: 'Raleway',sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #313334;
}

.home-subtext{
  font-family: 'Raleway',sans-serif;
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  color: #fff;
}

.bg-home{
  background-image: url('./assets/images/home-bg.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height:100vh;
  /* border: 1px solid red; */
  z-index: 0;
}

.header{
  background-color: rgba(3,181,170,0.75);
  /* height: 30vh; */
}

.header-head{
  /* width: 50%; */
   
  font-family: 'Raleway',sans-serif;
  font-size: 56px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  /* border: 1px solid red; */
}
 

.text-block{
  /* border: 1px solid red; */
}

.icon-block{
  /* border: 1px solid red; */
}

.small-img-block{
  width: 50%;
}
.img-block{
  width: 100%;
  /* border: 1px solid red; */
}
 

.full-img-block{
  width: 90%;
}

.yellow-button{
  background-color: #FBC100;
  box-shadow: 8px 4px 8px 0px rgba(0,0,0,0.15);
  border: none;
  color: #fff;
  cursor: pointer;
}

.strategic-plan{
  height: 100%;
  width: 100%;
  /* background-color: rgba(49,51,52,0.05); */
  /* padding: 20px 0; */
}

.process-plan{
  height: 100%;
  width: 100%;
  background-color: rgba(49,51,52,0.05);
  padding: 20px 40px;
}
.white-plan{
  height: 100%;
  width: 100%;
  background-color: #fff
  padding: 20px 40px;
}

.org-struct{
  height: 100%;
  width: 100%;
  background-color: rgba(3,181,170,0.75);
  padding: 20px 40px;
}

.head{
  /* width: 100%; */
  /* border: 1px solid red; */
}

.full-text-block{
  display: block;
  /* width: 100%; */
  border: 1px solid red;
}
.footer{
  /* border: 1px solid red; */
}
.footer-text{
  font-family: 'Raleway',sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #313334;
  /* border: 1px solid red; */
}


