#access {
    margin-bottom: 5rem;
}

#access h3 {
    border-bottom: 1px solid #38aad9;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

#access h3 span {
    color: #30abdd;
    font-size: 19px;
    padding-left: 1rem;
    font-weight: 500;
}


@media (max-width: 768px) {

#access h3 span {
    font-size: 12px;
    padding-left: 0.5rem;
    font-weight: 400;
}
    
}

#section02 {
    background: #fbfbfb;
    padding: 4rem 0;
}

.company-list-detail {
    position: relative;
}

.company-list-detail a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.company-list .company-list-detail {
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.company-list .company-list-detail dl dt {
    background: linear-gradient(90deg, #2EB0E4 0%, #00435F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.company-list .company-list-detail dl dd i {
    font-size: 2rem;
    display: flex
;
    justify-content: flex-end;
    color: #2dade1;
}

/* --- Responsive Styles (for screens wider than 640px) --- */
@media (min-width: 768px) {
    .company-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .company-list .company-list-detail {
        width: 47%;
    }

    .company-list .company-list-detail dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .company-list .company-list-detail dl dt {
        font-size: 25px;
        font-weight: 600;
    }

    .company-list .company-list-detail dl dd {
        font-size: 20px;
    }
}