.ik-first-img {
    width: 80.21px;
    height: 80.21px;
    left: 0px;
    top: 0px;

    border-radius: 5px;
}

.ik-second-img {
    left: 8.33%;
    right: 8.33%;
    top: 8.33%;
    bottom: 12.5%;

}

.ik-first-card {

    padding: 32.0846px;
    gap: 16.04px;


    width: 425px;
    height: 400px;
    left: 104px;
    top: 631px;

    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.ik-first-h {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 35px;

    letter-spacing: 0.02em;

    color: #133240;
}

.ik-review {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    /* or 124% */

    letter-spacing: 0.02em;

    color: #133240;

    opacity: 0.8;

    /* Inside auto layout */

    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

.ik-previous-button {
    background: #FFFFFF;
    border: #133240;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #133240;
    padding: 1.0rem 4rem;

}