body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.choose-the-right-750 {
    max-width: 750px;
    width: 100%;
    margin: auto;
}

/* start css */

.choose-the-right-card-wapper {
    display: flex;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #094454;
    background: rgba(9, 68, 84, 0.1);
}

.choose-the-right-card-wapper .choose-the-right-card-img {
    min-width: 128px;
    background: #094454;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-the-right-card-wapper .choose-the-right-card-img img {
    width: 56px;
}

.choose-the-right-card-wapper .choose-the-right-card-inner {
    padding: 20px 38px 20px 24px;
}

.choose-the-right-card-wapper .choose-the-right-card-inner p , #post-info .choose-the-right-card-wapper .choose-the-right-card-inner p {
    font-family: 'Helvetica' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #313131 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.choose-the-right-card-wapper .choose-the-right-card-inner ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 20px;
}

.choose-the-right-card-wapper .choose-the-right-card-inner ul li , #post-info .choose-the-right-card-wapper .choose-the-right-card-inner ul li{
    font-family: 'Helvetica' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #313131 !important;
    margin: 0 !important;
    padding: 0 !important;
}



@media (max-width: 767px) {
    .choose-the-right-card-wapper .choose-the-right-card-img {
        min-width: 90px;
    }

    .choose-the-right-card-wapper .choose-the-right-card-inner {
        padding: 20px;
    }
}