.two_col_section {
display: flex;
gap: 70px;
align-items: center;
}
.two_col_section .left_side {
width: 50%;
}
.two_col_section .right_side {
width: 50%;
}
.two_col_section h2 {
font-size: 4rem;
}
.two_col_section .btn_wrapper {
display: flex;
margin-top: 4rem;
}
.two_col_section.reverse_section {
flex-direction: row-reverse;
}
.two_col_section .video {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.two_col_section .video iframe, .two_col_section .video video { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; 
}
.two_col_section .larger_paragraph p {
font-size: 24px;
}
.two_col_section .list_items.column  {
margin-top: 2rem;
margin-bottom: 2rem;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
.two_col_section .list_items.row  {
margin-top: 2rem;
margin-bottom: 2rem;
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 10px;
}
.two_col_section .list_items .list {
display: flex;
align-items: center;
}
.two_col_section .list_items .list .label {
margin-left: 1rem;
}
.two_col_section .list_items.no_content {
margin-top: 4rem!important;
}
.two_column_title_content_image .full_width .left_side {
padding-left: 20rem;
}
.two_column_title_content_image .full_width .reverse_section .left_side {
padding-left: 0!important;
padding-right: 20rem;
}
@media (max-width: 767px) {
.two_column_title_content_image  .two_col_section {
gap: 20px;
flex-direction: column;
} 
.two_column_title_content_image .full_width .left_side {
padding-left: 2rem;
padding-right: 2rem;
}
.two_column_title_content_image  .left_side {
width: 100%;
}
.two_column_title_content_image  .right_side {
width: 100%;
}
}
@media (max-width: 500px) {
.about_mission {
padding-top: 0px!important;
padding-bottom: 0px!important;
} 
.two_column_title_content_image .title_section {
text-align: center;
}
.two_column_title_content_image .content_section {
text-align: center;
}
.two_column_title_content_image .two_col_section .btn_wrapper {
margin-top: 3rem;
justify-content: center;
}
.two_column_title_content_image .two_col_section .larger_paragraph p {
font-size: 20px;
}
.two_column_title_content_image .h_title {
font-size: 3rem;
}
.two_col_section .list_items .list .label {
max-width: 280px;
line-height: 1.3;
}
}