/* LazyBlock: Price Table */

.latest-about2__all-shape-bg-shape {
    position: absolute;
    top: -90px;
    right: -150px;
}

.latest-about2__all-shape-bg-shape img {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-about2__all-shape-bg-shape {
        display: none;
    }
}

.latest-about2__all-shape-circle-shape {
    position: absolute;
    top: 150px;
    right: -200px;
}

.latest-about2__all-shape-circle-shape img {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .latest-about2__all-shape-circle-shape {
        right: -115px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-about2__all-shape-circle-shape {
        top: 390px;
        right: 30px;
    }
}

.latest-about2__content-subtitle {
    color: var(--rr-theme-primary);
    font-size: var(--rr-fs-h4);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    margin-bottom: 12px;
}

.latest-about2__content-title {
    color: var(--rr-heading-primary);
    font-size: var(--rr-fs-h2);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-about2__content-title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-about2__content-title {
        font-size: 40px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-about2__content-title {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width: 575px) {
    .latest-about2__content-title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 450px) {
    .latest-about2__content-title {
        font-size: 27px;
        line-height: 37px;
    }
}

.latest-about2__content-description p {
    color: var(--rr-text-body);
    font-size: var(--rr-fs-h6);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h6);
    font-style: normal;
    margin-bottom: 20px;
}

.latest-about2__media {
    position: relative;
    margin-left: 40px;
}

.latest-about2__media-img1 {
    float: right;
        
}

.latest-about2__media-img1 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-width: 400px;
}

.latest-about2__media-img1 img:hover {
    transform: scale(1.04);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-about2__media-img1 {
        width: 100%;
        margin-bottom: 30px;
    }
}

.latest-about2__media-img2 {
    position: absolute;
    top: 155px;
}

.latest-about2__media-img2 img {
    position: relative;
    max-width: 370px;
    height: auto;
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-about2__media-img2 img {
        top: 25px;
        right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-about2__media-img2 img {
        max-width: 100%;
    }
}

.latest-about2__media-img2 img:hover {
    transform: scale(1.04);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .latest-about2__media-img2 {
        position: inherit;
        top: 0;
    }
}

.price-table__table-wrap {
    margin-bottom: 30px;
}

.price-table__table-title {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

.price-table__table-scroll {
    overflow-x: auto;
}

.price-table__table {
    width: 100%;
    border-collapse: collapse;
    background: var(--rr-common-white);
    border: 1px solid rgba(0, 29, 8, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.price-table__th,
.price-table__td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 29, 8, 0.08);
    vertical-align: middle;
}

.price-table__th {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    text-align: left;
    background: rgba(0, 29, 8, 0.03);
}

.price-table__td--price,
.price-table__th--price {
    text-align: right;
    white-space: nowrap;
}

.price-table__tr:last-child .price-table__td {
    border-bottom: none;
}

@media (max-width: 575px) {
    .price-table__th,
    .price-table__td {
        padding: 12px 12px;
        font-size: 14px;
        line-height: 22px;
    }
}
