#goodExampleModal .modal-dialog{
    max-width: 640px;
  }
#goodExampleModal .modal-body{
    padding: 24px;
}

#goodExampleModal .modal-body .title{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
    margin-bottom: 4px;
}
#goodExampleModal .modal-body .sub-title{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}

#goodExampleModal .modal-body .first-page .title, 
#goodExampleModal .modal-body .first-page .sub-title{
    text-align: center;
}

#goodExampleModal .first-page ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 44px;
    margin-bottom: 56px;
}
#goodExampleModal .first-page ul li{
    display: flex;
    list-style: none;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
}
#goodExampleModal .first-page ul li div{
    display: inline-block;
}
#goodExampleModal .first-page ul li:last-child{
    margin-bottom: 0;
}
#goodExampleModal .first-page ul li img{
    margin-right: 12px;
}

#goodExampleModal .btn-container button{
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 18px;
    width: 100%;
}


#goodExampleModal .modal-body .first-page .title, 
#goodExampleModal .modal-body .first-page .sub-title{
    text-align: center;
}


#goodExampleModal .carousel-inner {
    margin-top: 8px;
}
#goodExampleModal .carousel-item label{
    display: block;
}
#goodExampleModal .carousel-item .title{
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
}

#goodExampleModal .carousel-item .sub-title{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
}

#goodExampleModal .carousel-indicators{
    margin-top: 24px;
    margin-bottom: 32px;
}

#goodExampleModal .last-page .title{
    margin-bottom: 44px;
}

#goodExampleModal .last-page .sub-title{
    margin-bottom: 56px;
}