.cdpphots-landing-page {
    background: #f4f5f7;
    padding: 40px 0;
}

    .cdpphots-landing-page .container {
        max-width: 1440px;
    }

.cdpphots-landing-page-title {
    text-align: center;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 130px;
}

.cdpphots-landing-page-listing {
    display: flex;
}

.cdpphots-landing-page-title:after {
    background: #003366;
    height: 4px;
    content: "";
    width: 280px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    bottom: 40px;
}

.clpl-icon {
    width: 160px;
    height: 160px;
    background: #990033;
    margin: 0 auto;
    border-radius: 100%;
    border: 3px solid #fff;
    margin-top: -130px;
    box-shadow: 0px 0px 10px #000000;
}

.clpl {
    width: 33.3333333333%;
    background: #003366;
    text-align: center;
    padding: 20px 20px 40px 20px;
}

    .clpl h2 {
        color: #fff;
        font-size: 32px;
        text-transform: inherit;
        letter-spacing: normal;
        padding-top: 20px;
        margin-bottom: 15px;
    }

    .clpl p {
        color: #fff;
        font-size: 20px;
        line-height: 28px;
    }

    .clpl .btn-primary:link, .clpl .btn-primary:visited {
        background: #990033;
        color: #fff;
        border: 1px solid #fff;
    }

    .clpl .btn-primary:hover, .clpl .btn-primary:focus {
        background: #fff;
        color: #990033;
        border: 1px solid #990033;
    }

    .clpl:nth-child(2) {
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
    }
.clpl-icon .fa-solid {
    color: #fff;
    font-size: 80px;
    line-height: 152px;
}
@media only screen and (max-width:1200px) {
    .clpl h2 {
        font-size: 24px;
    }

    .clpl p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media only screen and (max-width:992px) {
    .clpl-icon {
        width: 112px;
        height: 112px;
        margin-top: -100px;
    }

    .cdpphots-landing-page-title {
        padding-bottom: 60px;
        margin-bottom: 80px;
    }

    .clpl h2 {
        font-size: 18px;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .clpl .btn-primary {
        padding: 14px 20px;
        font-size: 14px;
    }
    .clpl-icon .fa-solid {
        font-size: 54px;
        line-height: 107px;
    }
}

@media only screen and (max-width:767px) {
    .cdpphots-landing-page-listing {
        display: block;
    }

    .clpl {
        width: 100%;
        margin-bottom: 20px;
    }

        .clpl:nth-child(2) {
            border: 0;
        }

    .clpl-icon {
        margin-top: 0;
    }

    .cdpphots-landing-page-title {
        margin-bottom: 0;
    }
}
