.seclist {
    padding-bottom: 20px;    
}

.sectionlist {
    border-radius:18px;
    overflow:hidden;
    height:100%;
    border: 1px solid #DCDCDC;
    background: #F7F8F9;
}

.sectionlisttext{
    padding:24px 0;
}

.mainlink {
    display: block;
    padding-left:24px;
    padding-right:24px;
    color: #000;
    /* Desktop_Heading/20_H3 */
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    text-decoration: none;
}

.sectionlisttext ul {
    margin:0;
    padding:0;    
}

.sectionlisttext ul li{
    list-style-type:none;
}

.lv1link {
    color: #000;
    text-decoration: none;
    display: block;
    padding-top:10px;
    padding-bottom:10px;
    /* Text_16/Regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display:flex;
    align-items: center;
    justify-content: space-between;
}

ul.lv1 {
    margin-top:8px;
    padding-left:24px;
    padding-right:24px;
}

ul.lv1 li .lv2 {
    display:none;
}

.lv2link {
    padding-top:8px;
    padding-bottom:8px;
    display: block;
    color: #1B3B75;
    text-decoration: none;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.lv1link:hover, .lv1link.active {
    color:#1B3B75;
}

.lv1link:hover svg path, .lv1link.active svg path {
    stroke:#1B3B75;
}

.rotated {
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.active .rotated{
    transform: rotate(-180deg);
}

.section {
    border-radius: 5px;
    height:100%;
    border: 1px solid #DCDCDC;
    padding:10px;
    display: flex;
    align-items: start;
    text-decoration: none;
    gap:16px;
}

.section img {
    width:70px;
}

.sectiontext {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:8px;
    color: #4F4F4F;
    /* Text_12/Regular */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.sectiontext strong {
    color: #000;
    /* Text_16/SemiBold */
    font-family: 'Roboto-Bold';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
