/* start :: Why Use Ami Probashi? */
.whyuseap {
    padding: 3.5rem 0;
}

.whyuseap .common-title {
    margin-bottom: .625rem;
}

.whyuseap .common-subtitle {
    /* font-family: var(--font-secondary); */
    color: var(--color-dark-one);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 36px;
}

.whyuseapp-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 12px;
}

.whyuseapp-item-one {
    height: 330px;
    padding: 40px 0 40px 40px;
}

.whyuseapp-item h3 {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: .5rem;
    color: var(--color-green);
}

.whyuseapp-item p {
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--color-dark-one);
}

.whyuseapp-item-small {
    padding: 2rem 1.5rem;
    height: 156px;
    background-position: center;
}

.whyuseapp-item-small h4 {
    font-weight: 600;
    font-size: 2rem;
    color: var(--color-green);
    margin-bottom: .5rem;
}

.whyuseapp-item-small p {
    font-weight: 400;
    font-size: 1rem;
    color: var(--color-dark-one);
}

/* end :: Why Use Ami Probashi? */
@media (max-width: 1399.98px) {
    .whyuseap {
        padding: 2.5rem 0;
    }
}

@media (max-width: 767.98px) {
    .whyuseap .common-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .whyuseap .common-subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
    }

    .whyuseapp-item-small h4,
    .whyuseapp-item h3 {
        font-size: 32px;
        font-weight: 600;
    }

    .whyuseapp-item-small p,
    .whyuseapp-item p {
        font-size: 16px;
    }

    .whyuseapp-item-one {
        height: 250px;
        padding: 24px;
    }

    .whyuseapp-item-small {
        padding: 24px;
        height: 150px;
        background-position: top;
    }
}