.dfmy-container { display: flex;  justify-content: center;}.dfmy-text {  max-width: 768px; padding-top: 96px; text-align: center;  color: #10232e;  font-size: 24px;}



@media only screen and (max-width: 600px) {
		.dfmy-text {
				font-size: 18px;
		}}


.dflist-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
		margin: 48px auto 0;
		padding-top:63px;
		border-top:2px solid #577F8D;
		  max-width: 1024px;
}


.dflist-col h3 {
		 color: #577F8D; 
		font-weight:normal;
		text-transform:uppercase;
}

.df-list {
		 color: #fff; 
		font-size:24px;
    list-style-type: none;
    padding-left: 0;
}

.df-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.df-list li .df-icon {
		width: 32px;
    height: 32px;
    margin-right: 10px;
}

.df-panelist-image {
   max-width:20%;
}

@media (max-width: 1024px) {
		
    .dflist-container {
        grid-template-columns: 1fr;
				max-width:414px;
				padding-bottom:48px;
    }
		
		.df-panelist-image {
			 max-width:100%;
		}
		
}