.image_with_text_and_accordion {
background-color: var(--primary);
& .sub_text   {
color: var(--secondary);
text-transform: uppercase; 
font-size: 16px; 
font-weight: 600;
margin-bottom: 20px; 
}
& .section_inner {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 110px;
@media (max-width: 991px) {
grid-template-columns: 1fr;
gap: 4rem;
}
&.reverse_section {
& .left_side {
order: 2;
}
& .right_side {
order: 1; 
}
}
& .title_wrapper {
& h2 {
color: var(--white);
font-size: 40px;
font-weight: 600;
}
}
& .left_side {
border-radius: 5px;
& img {
width: 100%;
height: 100%;
object-fit: cover;
}
} 
& .right_side {
& .text_area {
color: var(--white);
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
}
& .left_side {
overflow: hidden;
@media (max-width: 991px) {
width: 100%;
}
& img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all .5s ease;
@media (max-width: 991px) {
margin-bottom: 5rem;
border-bottom-left-radius: 0rem;
border-bottom-right-radius: 0rem;
}
}
}
& .right_side {
display: flex;
flex-direction: column;
justify-content: center;
@media (max-width: 991px) {
width: 100%;
}
& .text_area {
margin-bottom: 3rem;
& h2, & h3, & h4, & h5 {
margin: 0 0 3rem;
font-size: 40px;
color: var(--white);
& span {
color: var(--primary);
font-size: inherit;
font-weight: inherit;
}
}
& p, & a, & li, & span {
color: var(--white);
}
}
}
}
& .accordion_wrapper {
margin-top: 4rem;
& .accordion_item {
& .accordion_item_header {
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
border-bottom: 1px solid var(--white);
border-top: 1px solid var(--white);
padding: 1rem 0;
& h3 {
color: var(--white);
font-size: 20px;
@media (max-width: 991px) {
font-size: 16px!important;
line-height: 1.5!important;
}
}
}
}
& .accordion_item_content {
display: none;
margin-top: 3rem;
& p, & a, & li, & span {
color: var(--white);
}
}
}
& .light_version_phone_number {
@media (max-width: 991px) {
margin-top: 2rem;
justify-content: flex-start!important;
}
}
& .call_to_action_buttons {
margin: 5rem 0 0;
gap: 40px;
@media (max-width: 991px) {
justify-content: center;
}
&  a.button.button-primary {
color: var(--white) !important;
background: var(--secondary) !important;
font-weight: bold;
font-size: 14px;
border:none; 
box-shadow: none;
margin-top: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0!important;
&:hover {   
background: var(--primary) !important;
}
.phone_icon {
margin-right: 1rem;
}
span {
font-size: 14px;
font-weight: bold;
color: var(--white) !important;
}
}
& a.white_button {
display: flex;
align-items: center;
text-decoration: none;
& span {
color: #fff;
}
& .quote_icon {
margin-right: 1rem;
}
& .first {
font-size: 22px;
font-weight: bold;
text-decoration: underline;
}
& .second {
display: block;
margin-top: 0.5rem;
}
& .quote_text {
display: flex;
flex-direction: column;
}
}
}
}
.light_version {
background-color: #F6F9FF!important;
& h2 {
color: var(--secondary-light)!important;
}
& .sub_text {
color: var(--secondary-light)!important;
}
& .text_area {
color: var(--secondary-light)!important;
}
& .accordion_item_header {
border-bottom: 1px solid #B9B9B9!important;
border-top: 1px solid #B9B9B9!important;
& h3 {
color: var(--secondary-light)!important;
}
& svg path {
fill: var(--secondary-light)!important;
}
}
& .accordion_item_content {
& p, & a, & li, & span {
color:unset!important;
}
} 
& .light_version_phone_number {
display: flex;
@media (max-width: 991px) {
justify-content: center;
}
&  a.button.button-primary {
color: var(--white) !important;
background: var(--secondary) !important;
font-weight: bold;
font-size: 14px;
border:none; 
box-shadow: none;
margin-top: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0!important;
&:hover {   
background: var(--primary) !important;
}
.phone_icon {
margin-right: 1rem;
}
span {
font-size: 14px;
font-weight: bold;
color: var(--white) !important;
}
}
}
}