.sec-pTB {padding:0 0;}

        .bg-soft {
            background-color: #fff5e7;
        }

        .features-list {
            justify-content: flex-start;
            margin: 0;
            flex-direction: column;
        }

        .features-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 20px;
            font-size: 16px;
        }

        .features-list li:before {
            content: '';
            position: absolute;
            left: 0;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #f0483e;
            top: 50%;
            transform: translate(0, -7px);
        }

        .features-list li:after {
            content: '';
            position: absolute;
            transform: rotate(45deg) translate(-50%, -50%);
            left: 4px;
            top: 50%;
            height: 6.5px;
            width: 4px;
            border-bottom: 1.5px solid #fff;
            border-right: 1.5px solid #fff;
        }

        .form-group {
            margin-bottom: 1rem;
        }

        label {
            display: inline-block;
            margin-bottom: 0.5rem;
        }

        .form-control {
            display: block;
            width: 100%;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

        .card {
            background: #fbfbfb;
            padding: 48px 54px;
            border-radius: 8px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        }

        .tag-whitepaper {
            border-radius: 112px;
            display: inline-block;
            margin-bottom: 15px;
            padding: 4px 16px;
            background-color: #fff;
            color: #d8ae52;
            border: 1px solid #d8ae52;
            text-transform: uppercase;
        }
@media (min-width: 992px) {
    .cs-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 50.333333%;
    }
}
    