/* LazyBlock: Latest Service 2 */

.latest-service2__title-wrapper-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-service2__title-wrapper-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: 0;
}

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

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

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

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

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

.latest-service2__item {
    border-radius: 10px;
    background: var(--rr-common-white);
    padding: 1px 23px 30px;
    transition: 0.3s;
}

.latest-service2__item:hover {
    box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);
}

.latest-service2__item-icon,
.latest-service2__item-icon-img {
    width: 80px;
    height: 80px;
    background: #ffeee8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.latest-service2__item-icon img {
    width: 23.168px;
    height: 36px;
    transition: transform 0.3s;
}

.latest-service2__item-icon-img img {
    width: 36.168px;
    height: 36px;
    transition: transform 0.3s;
}

.latest-service2__item-icon:hover img,
.latest-service2__item-icon-img:hover img {
    transform: rotate(45deg);
}

.latest-service2__item-icon-number {
    color: var(--rr-heading-primary);
    font-size: 22px;
    font-weight: var(--rr-fw-bold);
    line-height: 1;
}

.latest-service2__item-text {
    max-width: 224px;
    margin: auto;
}

.latest-service2__item-text h4 {
    color: var(--rr-heading-primary);
    font-size: var(--rr-fs-h4);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h4);
    font-style: normal;
    margin-top: 21px;
    margin-bottom: 9px;
}

.latest-service2__item-text h4:hover {
    color: var(--rr-theme-primary);
}

.latest-service2__item-text p {
    color: var(--rr-text-body);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    margin-bottom: 24px;
}

.latest-service2__item-text a {
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-sbold);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    gap: 6px;
}

.latest-service2__item-text a:hover {
    color: var(--rr-theme-primary);
}

