p{
	font-size: 16px;
}

/*About*/
.about-col p {
  line-height: 37px;
}
.about-col-left {
  flex: 0 0 49%;
}
.about-col-right {
  flex: 0 0 50%;
}
#aboutus .container {
  border: 2px solid #506E9366;
  border-radius: 30px;
}
.about-col-image img {
  width: 90%;
}
#aboutus h2 {
  background: url('../../assets/images/line-red.png');
  background-repeat: no-repeat;
  background-position: center 35%;
  padding: 10px 55px 32px 0;
  display: inline-block;
}

/*Happinesss*/
#happiness-centr {
  background: #ECECEC;
}
#curriculam-partner .container {
  background: #95AA9966;
  border-radius: 30px;
}
#tree-sec h4 {
  font-size: 18px;
  font-weight: 700;
}
.t-col{
	flex: 0 0 48%;
}
#tree-sec .content:nth-child(2n+1) .t-col-left {
  text-align: right;
  padding-right: 2rem;
}
#tree-sec .content .t-col-left {
  padding-right: 2rem;
}
#tree-sec .content .t-col-right{
  padding-left: 2rem;
}
.t-col-left-content {
  display: flex;
  justify-content: flex-end;
}
#tree-sec p {
  font-size: 16px;
}
.content-container::before {
  content: "";
  background: #000;
  display: block;
  height: 95%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/*tree*/
#tree-sec .content .t-col-left img {
  position: relative;
  left: 10px;
}
#tree-sec h2 {
  background: url('../../assets/images/about/tree-sec-heading-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
}
#tree-sec .content img {
    height: 223px;
    width: 223px;
}

/*Curriculam Our*/
.cp-text {
  flex: 0 0 65%;
}
.cp-image-container {
  flex: 0 0 30%;
}
.cp-text p {
  line-height: 40px;
}
.cp-image img {
  width: 222px;
  height: 222px;
  object-fit: cover;
}

/*Happiness centre*/
.hc-col {
  flex: 0 0 50%;
}
.hc-col p {
  line-height: 40px;
}
.hc-col-image img {
  width: 465px;
  height: 435px;
  object-fit: contain;
}