.cdp-content {
    position: relative;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
}

.cdp-top {
    padding: 80px;
}

.cdp-flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.right {
    flex: 0 0 40%;
}

    .right img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.left .title {
    position: relative;
    height: 155px;
    max-width: 495px;
}

.left ul li {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}

    .left ul li:last-child {
        margin-bottom: 0px;
    }

.title h2 {
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 72px;
    letter-spacing: -2px;
    position: relative;
    color: #3e433e;
}

    .title h2 span {
        font-family: 'Athletic Outfit';
        font-size: 83px;
        color: #5aa94f;
        position: absolute;
        bottom: -65px;
        right: 113px;
        font-weight: normal;
    }

.cdp-row {
    flex-direction: row-reverse;
}

.left {
    flex: 0 0 60%;
}

.cdp-btn-1 {
    background-color: #3e433e;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 15px 30px;
    position: relative;
}

    .cdp-btn-1 img {
        position: absolute;
        right: 20px;
    }

    .cdp-btn-1 a {
        font-size: 30px;
        color: #fff;
        text-align: center;
        font-weight: 600;
    }

cdp-btn-1:hover a {
    text-decoration: none;
}

.p-title {
    background-color: #5aa94f;
    padding: 5px 80px;
}

    .p-title h2, .p-title h3 {
        font-family: 'Gotham';
        color: #fff;
        margin: 0px;
        padding: 0px;
        line-height: 1;
        font-size: 30px;
    }

    .p-title h2 {
        font-weight: 400;
        font-family: 'Gotham Book';
    }

.cdp-80x {
    padding: 0 80px;
    align-items: center;
}

.cdp-40y {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cdp-mt-60 {
    margin-top: -60px;
}

.cdp-pb-40 {
    padding-bottom: 40px;
}

.cdp-btn-2 {
    background-color: #ff840c;
    color: #fff;
    font-size: 27px;
    padding: 20px 30px;
    font-weight: bold;
    border-radius: 30px;
    width: max-content;
}

.cdp-flex-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cdp-product {
    position: relative;
}

.cdp-resource {
    text-align: center;
}

    .cdp-resource h5 {
        background-color: #acacac;
        color: #333;
        padding: 15px 0;
        font-size: 18px;
    }

.l-none {
    list-style: none;
    padding: 30px 0;
    margin: 0px;
}

.cdp-product .left ul li {
    font-family: 'Gotham';
    font-weight: 500;
}

.cdp-btn-2:hover {
    color: #333;
    text-decoration: none;
}

.p-title a:hover h2, .p-title a:hover h3 {
    text-decoration: none;
}

.pl-45y {
    padding-left: 42%;
}

.cdp-content sup {
    font-size: 11px;
}

.cdp-content ul {
    list-style: none;
    margin-left: 0px;
}

.cdp-content .left ul li {
    position: relative;
}

    .cdp-content .left ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        background: #333;
        position: absolute;
        border-radius: 50%;
        top: 9px;
        margin-left: -10px;
    }

    .cdp-content .left ul li.no-dot:before {
        content: none;
    }


.cdp-content .t-center {
    text-align: center;
}

.cdp-content .t-2 {
    bottom: -80px;
}

.left .title-2 {
    height: 175px;
}

.cdp-content .t-3 {
    bottom: -70px;
}
