:root {
    --color-ceo: #105d6a;
    --color-branch1: #3f88c5;
    --color-branch2: #f2545b;
}

.teams-container-mobile {
    display: none;
}

.company-detail-container-mb {
    display: none;
}

@media only screen and (max-width:767px) {
    .teams-container-mobile {
        width: 100%;
        background: transparent;
        padding: 25px;
        display: block;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
        text-align: center !important;
    }


    .role-box-mb {
        padding: 15px;
        border-radius: 10px;
        background: linear-gradient(to left, #105d6a 50%, #04bbb852 80%, rgb(124, 82, 204) 100%);
        color: white;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        display: flex;
        justify-content: space-between;
        margin: 15%;
        margin-top: 0%;
        margin-bottom: 0%;
        align-items: center;
    }

    .the-me-mb {
        border-radius: 50px;
        height: 100px;
        width: 100px;
        background: #ffffff;
        padding: 5px;
        overflow: hidden;
    }

    .the-me-ima-mb {
        border-radius: 50px;
        height: 100%;
        width: 100%;
    }

    .csvg-mb {
        margin: 0;
        background-color: transparent;
        overflow: visible;
    }

    .line-mb {
        stroke: var(--color-ceo);
        stroke-width: 3;
        stroke-linecap: round;
        fill: none;
    }


    .members-mb {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }

    .member-box-mb {
        background-color: #04bbb852;
        border-radius: 10px;
        padding: 10px;
        width: 45%;
        text-align: center;
    }

    .member-box-mb h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .member-box-mb p {
        font-size: 14px;
        color: #555;
    }


    .company-detail-container-mb {
        display: block;
        padding: 20px;
        background-color: transparent;
    }

    .company-detail-container-mb h2 {
        justify-self: center;
        text-align: center;
        align-self: center;
    }

    .company-detail-container-mb img {
        justify-self: center;
        text-align: center;
        align-self: center;
    }

    .teams-container-box-pc-screen {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .teams-container-box-pc-screen {
        display: flex;
        justify-content: center;
        width: 100%;
        background-color: transparent;
        flex-wrap: wrap;
        column-gap: 10%;
    }
}



.company-detail-container-pc {
    padding: 20px;
    background-color: transparent;
    width: 40%;
}

.teams-container-pc {
    background: transparent;
    padding: 40px;
    align-items: center;
    text-align: center;
    justify-content: center;
}


.role-box-pc {
    padding: 15px;
    border-radius: 10px;
    background: linear-gradient(to left, #105d6a 50%, #ffffff 80%, #04bbb852 100%);
    color: white;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15%;
    margin-top: 0%;
    margin-bottom: 0%
}


.the-me-pc {
    border-radius: 50px;
    height: 100px;
    width: 100px;
    background: #ffffff;
    padding: 5px;
    overflow: hidden;
}

.the-me-ima-pc {
    border-radius: 50px;
    height: 100%;
    width: 100%;
}

.members-pc {
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 5%;
}

.member-box-pc {
    background-color: #04bbb852;
    border-radius: 10px;
    padding: 10px;
    width: 180px;
}

.member-box-pc h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.member-box-pc p {
    font-size: 14px;
    color: #555;
}

.csvg-pc {
    margin: 0;
    overflow: visible;
}

.line-pc {
    stroke: var(--color-ceo);
    stroke-width: 3;
    stroke-linecap: round;
    fill: none;
}


.ipage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    text-align: center;
    width: 70%;
    column-gap: 15%;
}

.teelr {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}


.teelr img {
    height: 100%;
    width: 100%;
    resize: both;
    align-self: center;
    text-align: center;
}


.rino1 {
    border-radius: 5%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.rino1 img {
    height: 100%;
    width: 100%;
    resize: both;
    align-self: center;
    text-align: center;
}