.life-in-israel-section {
    background-color: var(--gray-section-background-color);
    padding-block: var(--container-padding-block);
}

.life-in-israel-section .text-wrapper,
.life-in-israel-section .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.life-in-israel-section .text-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.life-in-israel-section .text-wrapper h2 {
    margin-top: .5rem;
}

.life-in-israel-section .text-wrapper p{
    color: var(--muted-blue);
    font-weight: 500;
    font-size: 20px;

}

.life-in-israel-section .button-wrapper {
    margin-top: 40px;
}
