.lcri-sec {
    padding: 54px 0 0;
}
.lcri-sec .row {
    align-items: center;
}
.lcri-sec .row>div:nth-child(2){
    width: 53.8%;
}
.lcri-sec .row>div:last-child {
    width: 46.2%;
}
.lcri-sec h2 {
    text-align: center;
    color: var(--blue);
    margin-bottom: 25px;
    text-transform: capitalize;
}
.lcri-sec .left-wrp {
    max-width: 581px;
}
.lcri-sec p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.lcri-sec .right-wrp {
    border-radius: 8px;
    overflow: hidden;
}
.lcri-sec .right-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 527 / 455;
}

@media (min-width: 1200px) {
    .lcri-sec .container {
        max-width: 1194px;
    }
}

@media screen and (max-width: 992px) {
    .lcri-sec .row>div:nth-child(2) {
        width: 100%;
        order: 2;
    }
    .lcri-sec .row>div:last-child {
        width: 100%;
        order: 1;
    }
    .lcri-sec .left-wrp {
        max-width: 100%;
    }
    .lcri-sec .right-wrp {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .lcri-sec h2 {
        margin-bottom: 20px;
    }
    .lcri-sec p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

}