#QMILNR-content{
    width: 380px;
    height: 400px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000008;
    border-radius: 30px;
}

#QMILNR-main {
    display: flex;
    justify-content: space-evenly;
    padding: 6px 25px;
    align-items: center;
}

.QMILNR-main-content {
    display: flex;
    flex-direction: column;
    align-items: end;
}

#QMILNR-main div span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-top: -15px;
    margin-right: 10px;
}

.QMILNR-main-content div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.QMILNR-c-orange{
    color: #BC4E21 !important;
}
.QMILNR-c-black{
    color: #434343 !important;
}
.QMILNR-c-gray {
    color: #595959 !important;
}
.fz-30{
    font-size: 30px;
}
.QMILNR-main-content img{
    width: 35px;
    height: 35px;
    margin: 10px;
}
#QMILNR-content h3{
   margin: 10px;
   font-size: 45px;
}

#QMILNR-chart{
    background-image: linear-gradient(rgb(235, 235, 235), #fff);
    width:100%;
    max-width:460px;
    padding: 20px;
}
#QMILNR-content .fw-b{
    font-weight: bold;
}
.QMILNR-main p{
    font-size: 24px;
}

.QMILNR-notice{
    text-transform: uppercase;
    display: flex;
    justify-content: start;
    flex-direction: column;
    font-size: 14px;
    padding: 0px 25px;
}

.QMILNR-notice div img{
    width: 30px;
    height: 30px;
}
.QMILNR-notice div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.QMILNR-notice p{
    margin: 0;
}

.QMILNR-notice p:first-child {
  font-weight: bold;
}

#QMILNR-content-resume{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #454c4f;
    text-align: center;
}
#QMILNR-content-resume:hover {
    color: white !important;
}
.QMILNR-main-l img{
    width: 60%;
    height: 60%;
}
.QMILNR-main-r{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.QMILNR-main-r h3{
    margin: 0;
    font-size: 36px;
    color: black;
}
.QMILNR-main-r span{
    font-size: 14px;
    font-weight: bold;
}

.QMILNR-main-l {
    text-align: right;
    width: 40%;
}
.QMILNR-main-l img {
    width: 90%;
    height: inherit;
}

.QMILNR-main-r h3 {
    margin: 0;
    font-size: 54px;
    color: #3B3734;
    margin-top: -14px;
    margin-bottom: -14px;
}


@media(max-width: 767px) {
    #QMILNR-content {
        max-width: 100%;
    }
    #QMILNR-chart {
        max-width: 100% !important;
    }
}
