.iss{
    display: flex;
    flex-direction: column;
    margin-top: -16px;
    width: 100%;
}
.iss1{
    display: flex;
    margin-top: 4px;
}
.iss1:first-child{
    margin-top: 0px;
}
.iss1:last-child{
    border-bottom: 0.5px solid #c9ccd0;
    padding-bottom: 16px;
}
.iss2{
    width: 32px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iss3{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.iss4{
   flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2; 
}
.iss5{
    font-size: 23px;
    font-weight: 500;
    padding-top: 8px;
    color: #050505;
}
.iss6{
    font-size: 18px;
    color: #65676a;
    padding-bottom: 8px;
    border-bottom: 0.5px solid #c9ccd0;
}
.bsus{
    display: flex;padding-top: 6px;padding-bottom: 8px;
}
.bsus1{
    font-size: 20px;font-weight: 500;
}
.csus{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.csus1{
    display: flex;background: #fff;
    width: 100%;padding: 22px 8px;
    border-radius: 8px;line-height: 1.3;
    margin-bottom: 7px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
}
.csus2{
    display: flex;
    margin-right: 6px;
    align-items: center;
}
.csus3{
    font-weight: 500;font-size: 20px;
    color: #050505;
}
.dsus{
    display: flex;flex-direction: column;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-top: 12px;
}
.dsus1{
    display: flex;
    border-top: 0.5px solid #c9ccd0;
    padding: 8px 16px;
    align-items: center;
}
.dsus2{
    display: flex;
    justify-content: flex-start;
    width: 38px;
}
.dsus3{
    flex-grow: 1;
    font-size: 22px;
    font-weight: 500;
    color: #050505;
}
.dsus4{
    display: flex;
    justify-content: flex-end;
    width: 40px;
}
.esus{
    display: flex;margin-top: 16px;
}
.esus1{
    width: 100%;
    height: 37px;
    background: #e4e6ea;
    font-weight: 600;
    font-size: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #050505;
}
.esus2{
    
}
.esus3{
    
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){
    
}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    
}