.page-template-template-guide-to-vedic section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.page-template-template-guide-to-vedic section p,
.page-template-template-guide-to-vedic section ul li {
    font-size: 17px;
}

.page-template-template-guide-to-vedic section .content {
    text-align: justify;
}

.page-template-template-guide-to-vedic section.section_1,
.page-template-template-guide-to-vedic section.bg_color {
    margin-top: 0;
    margin-bottom: 0;
}

.page-template-template-guide-to-vedic .bg_color {
    padding: 100px 0;
    background-color: var(--color_light_blue);
}

.page-template-template-guide-to-vedic .page-content section ul {
    margin-left: 0;
}

.page-template-template-guide-to-vedic .page-content section a {
    text-decoration: underline;
}

.page-template-template-guide-to-vedic .page-content section a:hover {
    text-decoration: none;
}

.page-template-template-guide-to-vedic .page-content section ul.x_points_list li {
    margin-left: 0;
}

.page-template-template-guide-to-vedic .page-content section .bg_color.points_list_sec ul {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}



.left_content_right_image_sec__wrapper,
.right_content_left_image_sec__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 40px;
}

.right_content_left_image_sec__wrapper .section_title,
.three_col_content_wrap .section_title,
.content_with_image_grid_sec .section_title,
.content_with_x_points_list_sec__wrapper .section_title,
.full_content_sec__wrapper .section_title,
.benefits_sec__wrapper .section_title {
    margin-bottom: 40px;
}

.left_content_right_image_sec__wrapper .left_wrap,
.right_content_left_image_sec__wrapper .right_wrap {
    width: 63%;
}

.right_content_left_image_sec__wrapper .right_wrap {
    padding-left: 70px;
}

.left_content_right_image_sec__wrapper .left_wrap {
    padding-right: 70px;
}

.left_content_right_image_sec__wrapper .left_wrap .bold_content,
.right_content_left_image_sec__wrapper .right_wrap .bold_content {
    font-family: var(--font_Lato_Bold);
    font-size: 22px;
    margin-bottom: 20px;
    text-align: justify;
}

.left_content_right_image_sec__wrapper .left_wrap .content,
.right_content_left_image_sec__wrapper .right_wrap .content {
    text-align: justify;
}

.left_content_right_image_sec__wrapper .right_wrap,
.right_content_left_image_sec__wrapper .left_wrap {
    width: 37%;
}

.three_col_content_wrap .sub_title {
    text-transform: unset;
    color: var(--color_black);
    font-size: 20px;
}

.three_col_content_wrap .three_col_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 40px;
    margin-top: 30px;
}

.three_col_content_wrap .three_col_list_item_inner .col_title {
    color: var(--color_black);
    font-size: 20px;
    font-family: var(--font_Lato_Bold);
    margin-bottom: 5px;
}

.three_col_content_wrap .three_col_list_item_inner .content p {
    font-size: 18px;
    text-align: justify;
}

.page-template-template-guide-to-vedic .check_points_list {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    margin-top: 40px;
}

.page-template-template-guide-to-vedic .check_points_list li {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.075em;
    color: var(--color_black);
}

.page-template-template-guide-to-vedic .image_grid_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-template-template-guide-to-vedic .image_grid_wrap .image_list {
    display: flex;
    gap: 40px;
}

.page-template-template-guide-to-vedic .x_points_list {
    list-style: none;
    margin: 0 0 20px;
}

.page-template-template-guide-to-vedic .x_points_list li span {
    color: red;
    margin-right: 5px;
}

.page-template-template-guide-to-vedic .bold_content {
    font-family: var(--font_Lato_Bold);
    font-size: 22px;
    margin-bottom: 20px;
}

.page-template-template-guide-to-vedic .benefits_sec .benefits_sec__wrapper {}

.page-template-template-guide-to-vedic .benefits_sec .benefits_sec__wrapper .benefits_list_wrap {
    margin-top: 30px;
}

.page-template-template-guide-to-vedic .benefits_sec .benefits_sec__wrapper .benefits_list {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.page-template-template-guide-to-vedic .benefits_list__item__title {
    font-family: var(--font_Lato_Bold);
    font-size: 20px;
    margin-bottom: 30px;
}

.page-template-template-guide-to-vedic .benefits_sec .benefits_sec__wrapper .benefits_list__item__content blockquote,
.page-template-template-guide-to-vedic .full_content_sec__wrapper blockquote {
    margin-top: 20px;
    margin-bottom: 0;
}

.page-template-template-guide-to-vedic .benefits_sec .benefits_sec__wrapper .benefits_list__item__content blockquote,
.page-template-template-guide-to-vedic .full_content_sec__wrapper blockquote,
.page-template-template-guide-to-vedic .benefits_sec .benefits_sec__wrapper .benefits_list__item__content blockquote p,
.page-template-template-guide-to-vedic .full_content_sec__wrapper blockquote p {
    text-align: center;
    color: var(--color_blue);
    margin-left: auto;
    margin-right: auto;
    max-width: 845px;
    border: 0;
    font-style: italic;
    font-size: 20px;
    padding-left: 0;
}


@media (min-width: 1400px) {

    .page-template-template-guide-to-vedic section .container.container:not(:has(.container_big)),
    .page-template-template-guide-to-vedic section .container:not(:has(.container_full)) {
        max-width: 1090px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 991px) {

    .page-template-template-guide-to-vedic section {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .page-template-template-guide-to-vedic .bg_color {
        padding: 70px 0;
    }

    .left_content_right_image_sec__wrapper .left_wrap .bold_content,
    .right_content_left_image_sec__wrapper .right_wrap .bold_content {
        font-size: 20px;
    }

    .three_col_content_wrap .three_col_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .three_col_content_wrap .three_col_list_item_inner .content p {
        font-size: 17px;
        text-align: start;
    }

    .page-template-template-guide-to-vedic .check_points_list {
        margin-top: 30px;
    }

    .page-template-template-guide-to-vedic .check_points_list li {
        font-size: 22px;
    }

    .page-template-template-guide-to-vedic .image_grid_wrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page-template-template-guide-to-vedic .image_grid_wrap .image_list {
        gap: 20px;
    }

    .page-template-template-guide-to-vedic .bold_content {
        font-size: 20px;
    }

    .right_content_left_image_sec__wrapper .section_title,
    .three_col_content_wrap .section_title,
    .content_with_image_grid_sec .section_title,
    .content_with_x_points_list_sec__wrapper .section_title,
    .full_content_sec__wrapper .section_title,
    .benefits_sec__wrapper .section_title {
        margin-bottom: 30px;
    }

}

@media(max-width: 767px) {

    .page-template-template-guide-to-vedic section {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .page-template-template-guide-to-vedic section p {
        font-size: 16px;
    }

    .page-template-template-guide-to-vedic .bg_color {
        padding: 50px 0;
    }

    .left_content_right_image_sec__wrapper .left_wrap,
    .right_content_left_image_sec__wrapper .right_wrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .right_content_left_image_sec__wrapper {
        flex-direction: column-reverse;
    }

    .left_content_right_image_sec__wrapper .right_wrap,
    .right_content_left_image_sec__wrapper .left_wrap {
        width: 100%;
    }

    .left_content_right_image_sec__wrapper .left_wrap .bold_content,
    .right_content_left_image_sec__wrapper .right_wrap .bold_content {
        font-size: 18px;
    }

    .three_col_content_wrap .three_col_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-template-template-guide-to-vedic .check_points_list {
        margin-top: 20px;
    }

    .page-template-template-guide-to-vedic .image_grid_wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .page-template-template-guide-to-vedic .check_points_list li {
        font-size: 18px;
    }

    .page-template-template-guide-to-vedic .bold_content {
        font-size: 18px;
    }

    .right_content_left_image_sec__wrapper .section_title,
    .three_col_content_wrap .section_title,
    .content_with_image_grid_sec .section_title,
    .content_with_x_points_list_sec__wrapper .section_title,
    .full_content_sec__wrapper .section_title,
    .benefits_sec__wrapper .section_title {
        margin-bottom: 20px;
    }

}

@media (max-width: 575px) {
    .page-template-template-guide-to-vedic .image_grid_wrap .image_list {
        flex-direction: column;
        gap: 20px;
    }
}