.gsc-about-screen {
    min-height: 100%;
    padding: 20px 18px 40px;
    background: #f4f5f7;
}

.gsc-about-section h2 {
    margin: 0 4px 7px;
    color: var(--gsc-green);
    font-size: 15px;
    font-weight: 750;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.gsc-about-card {
    overflow: hidden;
    border: 1px solid #dfe2e6;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.gsc-about-info-row,
.gsc-about-link-row {
    width: 100%;
    min-height: 62px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 0 18px;
    border: 0;
    border-bottom: 1px solid #e6e9ed;
    background: transparent;
    color: #06285a;
    font: inherit;
    text-align: left;
}

.gsc-about-card > :last-child {
    border-bottom: 0;
}

.gsc-about-info-row > span:first-child,
.gsc-about-link-row > span:first-child {
    font-size: 18px;
    font-weight: 650;
}

.gsc-about-info-row > span:last-child {
    color: #777d85;
    font-size: 16px;
    font-weight: 600;
}

.gsc-about-link-row {
    text-decoration: none;
}

.gsc-about-link-row > span:last-child {
    color: #989da2;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
}

.gsc-about-status {
    color: #8a9098 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

@media (max-width: 390px) {
    .gsc-about-screen {
        padding-inline: 14px;
    }

    .gsc-about-info-row,
    .gsc-about-link-row {
        padding-inline: 15px;
    }

    .gsc-about-info-row > span:first-child,
    .gsc-about-link-row > span:first-child {
        font-size: 17px;
    }
}
