.image_with_text_listed_icons {
background: linear-gradient(-106deg, #F2F2F2 50%, #FFFFFF 100%);
& .top_section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
margin-bottom: 60px;
@media (max-width: 1024px) {
grid-template-columns: 1fr;
gap: 0px;
}   
& .left_side {
& h2 {
font-size: 40px;
margin: 0;
& span { 
color: var(--secondary);
font-size: 40px;
font-weight: 600;
@media (max-width: 1024px) {
font-size: 3rem !important;
margin-right: 0.3rem;
}
}
}
}
& .text_area {
@media (max-width: 1024px) {
margin-top: 2rem;
}
}
}
& .bottom_section {
display: grid;
grid-template-columns: 1fr 1fr; 
gap: 60px;
@media (max-width: 1024px) {
grid-template-columns: 1fr;
gap: 0px;
}   
& .left_side {
& .image_area {
& img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
}
& .left_side {
@media (max-width: 991px) {
display: flex;
flex-direction: column;
align-items: center;
}
& .text_bottom_area {
margin-top: 40px;
}
}
& .right_side {
display: flex;
flex-direction: column; 
justify-content: center;
@media (max-width: 1024px) {
margin-top: 3rem;
}
& h2 {
color: var(--primary);
font-size: 40px;
font-weight: 600;
margin-bottom: 4rem;
}
& .listed_items_icons_area {
& .listed_item_icon {
display: flex;
gap: 20px;
align-items: flex-start; 
& .icon_area {
box-sizing: border-box;
background: #FFFFFF;
border: 1px solid #DDDDDD;
border-radius: 5px;
width: 58.74px;
height: 53.84px;
display: flex;
align-items: center;
justify-content: center;
}
}
& .text_area {
width: 600px;
@media (max-width: 991px) {
width: 100%;
}
& span {
font-size: 24px;
font-weight: 600;
color: var(--primary); 
}
& p {
font-size: 16px;
font-weight: 400;
color: var(--primary);
margin-top: 10px;
}
}
}
& .orange {
color: var(--secondary)!important;
font-size: 40px;
font-weight: 600;
@media (max-width: 1024px) {
font-size: 3rem !important;
}
& span {
color: var(--secondary);
}
}
& .text_area {
margin-bottom: 4rem;
}
& .button_wrapper {
margin-top: 2rem;
display: flex;
@media (max-width: 991px) {
justify-content: center;
flex-direction: column;
}
& 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.button.button-secondary {
margin-left: 20px;
@media (max-width: 991px) {
margin-left: 0;
margin-top: 20px;
}
}
}
}
}
& .call_to_action_buttons {
justify-content: flex-start; 
}
&.dark_bg {
background: #000043!important;
& .top_section { 
& .left_side {
& h2 {
color: var(--white);
}
}
}
& .text_area {
& span {
color: #fff!important; 
}
& p {
color:#fff!important;
}
}
}
}