.pagebody {
      margin: 0;
      padding: 8px;
      font-family:  Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	  font-size: 18px;
      background-color: #ffffff;
      color: #000;
      line-height: 1.6;
      display: flex;
      flex-direction: column;
      align-items: center;
}


.light-section {
    width: 100%;
    box-sizing: border-box;
	font-size: 18px;
	color: #000000;
	background-color: #ffffff;
}


.dark-section  {
    width: 100%;
    box-sizing: border-box;
	font-size: 18px;
	color: #ffffff;
	background-image:
        linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
        url('https://www.yourlivingadvantage.com/ltm/about/philosophybg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.dodge-section  {
	width: 100%;
    box-sizing: border-box;
	font-size: 18px;
	color: #ffffff;	
	background-image:
        linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
        url('https://www.yourlivingadvantage.com/ltm/about/dodgedevbg.jpg');
		    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.section-container {
    max-width: 1100px;
	padding: 80px 50px 80px 50px;
    margin: 0 auto;
}


.white-header  {
	font-size: 28px;
	color: #ffffff;
    margin-bottom: 25px;
    border-left: 6px solid #fac926;
    padding-left: 12px;
    text-align: left;
    max-width: 1100px;
}

.black-header   {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 28px;
	color: #000000;
    margin-bottom: 25px;
    border-left: 6px solid #fac926;
    padding-left: 12px;
    text-align: left;
    max-width: 1100px;
}



.white-text   {
	font-family:  Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    color: #ffffff;
	text-align: left;
}
	
	

.black-text   {
	font-family:  Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    color: #000;	
	text-align: left;
}




.row {
    display: flex;
    gap: 30px;
    align-items: center;
	text-align: left;
}


.row img {
    max-width: 250px;
    width: 100%;
    height: auto;
}



.cta-section {
    background: linear-gradient(135deg, #000, #222);
    color: #fff;
    text-align: center;
    padding: 80px 20px 80px 20px;
}

.cta-section h2 {
    color: #fac926;
}

.cta-btn {
    display: inline-block;
    background-color: #fac926;
    color: #000;
    padding: 14px 34px;
    text-decoration: none;
    border-radius: 6px;
}


@media (max-width: 768px) {
    
    
    .section-container {
        padding: 50px 20px 20px 20px;
    }

    .row {
        flex-direction: column;
        text-align: center;
    }

    .row img {
        margin: 0 auto 20px;
    }

    .light-section,
    .dark-section {
        padding: 10px 10px 10px 10px;
        max-width:95%;
        text-align: left;
    }
}
