.why-Families-trust-section{
      background-color: #EAF0F6;
      padding: 120px 0px 180px;
}
.why-Families-trust-section .full-area-container {
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
    padding: 0 30px;
}
.why-Families-trust-section .fam-trust-sub .head-text{
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    line-height: 63px;
    letter-spacing: 0.02em;
    margin: 0 0 20px 0;
    padding: 0;
    color: #000;
}
.why-Families-trust-section .fam-trust-sub{
    text-align:center;
   max-width:1060px;
   margin:0 auto 50px;
   padding:0 30px;
}
.why-Families-trust-section .fam-trust-sub p{
   font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height:31px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0;
}
.why-Families-trust-section .family-left-content {
    width: 50%;
    padding:110px;
    background-color:#ffffff;
}
.why-Families-trust-section .family-right-content {
   width: 50%;
   align-items: center;
   padding: 110px;
   background: #F7F7F7;
   display: flex;
   text-align:center;
   justify-content: center;
}

.family-left-content .sets-title {
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 38px;
    line-height: 53px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 0 36px 0;
    padding: 0;
    color: #000;
}

.family-left-content ul li::after{
  display:none;
}
.family-left-content ul li {
    display: flex;
    gap: 40px;
    margin-bottom:15px;
}
.family-left-content ul li .item-icon-box {
    min-width: 25px;
    min-height: 25px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 6px;
}
.family-left-content .list-item-right-content {
    max-width:500px;
}
.family-left-content p{
   font-family: Halyard Display Book;
   font-weight: 300;
   font-size: 16px;
   line-height: 26px;
   letter-spacing:0.02em;
   color:rgba(0, 0, 0, 0.8);
   margin: 0;
   padding: 0;
}
.family-left-content .list-title{
  font-family: Halyard Display Book;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  margin:0 0 10px 0;
  padding:0;
  color:#000;
  letter-spacing:0.02em;
}

.family-left-content ul {
    margin: 0;
    padding: 0;
}
.family-right-content p{
   font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height:34px;
    letter-spacing: 0.02em;
    margin:0 0 15px 0;
    padding:0;
}
.family-right-content .reach-out-text{
   font-family: Halyard Display;
   font-weight: 400;
   font-size: 18px;
   line-height: 31px;
   color:#000;
   margin:70px 0 0 0;
   padding:0;
}

.family-right-content .fam-des-content{
  max-width:400px;
  margin:0 auto;
}

.why-Families-trust-section .fam-btn-box a {
    border: 1px solid #172836;
    background:#172836;
    margin: 0;
    width: 100%;
    display: block;
	max-width:200px;
    padding: 14px 15px;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.79px;
    letter-spacing:0.02em;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	text-align:center;
}
.why-Families-trust-section .fam-btn-box a:hover{
    border: 1px solid #648AA8;
    background-color:#648AA8;
}
.why-Families-trust-section .fam-btn-box {
    display: flex;
	gap: 20px;
    margin-top:58px;
}
.why-Families-trust-section .fam-btn-box a:first-child{
  border:1px solid #000;
  background:#fff;
  color:#393939;
}
.why-Families-trust-section .fam-btn-box a svg {
  margin-right:10px;
}
.why-Families-trust-section .fam-btn-box a:hover:first-child{
    background-color:#172836;
	border: 1px solid #172836;
	color:#fff;
}

.why-Families-trust-section .fam-btn-box a:hover svg path {
  fill:#fff;
   -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
