.tabs-shinnec-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 100px;
}

.tabs-shinnec-logo-box {
    width: 342px;
    height: 50.13px;
    background: var(--Neutral-100, #F4F4F4);
    border-radius: 0 90px 90px 0;
    display: flex;
    margin-top: -90px;
    padding: 20px;
}

.shinec-logo-img {
    max-height: 50px;
    max-width: 170px;
    object-fit: contain;
    display: block;
    margin: 12px auto 5px auto;
}

.tabs-shinnec-logo-title {
    font-family: "Inter Bold", sans-serif !important;
    margin-top: 63px;
    margin-bottom: 0;
    margin-left: 22px;
    color: var(--Dark-blue, #1A49BB);

/* SF Pro/21px: Bold */
font-family: "Inter";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 31.5px; /* 150% */
text-transform: uppercase;
}

.tabs-shinnec-logo-p {

    text-align: justify;
    font-family: "Inter Regular", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    width: 349px;   
    margin-left: 22px;
    margin-right: 22px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
line-height: 18px; /* 150% */
color: #000;
text-align: justify;
font-size: 16px;
line-height: 22.4px; /* 140% */
}