
/*--------------------------------------------------------------
## MAHII APP INFO
--------------------------------------------------------------*/

.mahii-app-info .app-info-content {
    display: grid;
    grid-template-columns: 72px auto;
    grid-gap: 24px;
}

.mahii-app-info  .app-info-content-single h3 {
    color: #FE695D;
    /* SATOSHI/20-Bold */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}

.mahii-app-info  .app-info-content-single p {
    color: var(--e-global-color-2f39e10);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    margin-bottom: 16px;
}

.mahii-app-info  .app-info-content-single a {
    line-height: 12px;
}

.mahii-app-info  .app-info-content-single a>span {
    color: var(--e-global-color-2f39e10);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mahii-app-info  .app-info-content-single .elementor-button {
    padding: 6px 24px;
    background-color: transparent;
    border: 1px solid var(--e-global-color-2f39e10);
}

.mahii-app-info .elementor-widget-button:not(.elementor-button-info):not(.link) .elementor-button:before {
    border: 1px solid var(--e-global-color-2f39e10);
}

.mahii-app-info .app-info-content img {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    object-fit: cover;
}