.custP {
    padding: 60px;
}
.shadowCover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.custP h2 {
    color: #0c3688;
    font-size: 43px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: left;
}
.cps-4 {
    padding-left: 3.5rem !important
}
.custP p {
    font-size: 20px;
    line-height: 30px;
}
.blueBgcol {
    background: #e8f1fd;
    padding: 50px 0 100px;
}
.blueBgcol h3 {
    font-weight: 300;
    font-size: 40px;
    color: #0C3688;
    margin: 0 0 50px;
}
.blueBgcol p {
 font-weight: 600;
 font-size: 12px;
 text-transform: uppercase;
 margin-bottom: 3px;
}
.blueBgcol .reach-col {
        padding: 0 20px;
        max-width: 500px;
        display: flex;
        align-items: flex-start;
}
.blueBgcol .reach-col img {
 margin-top: 10px;
 display: block;
 }
.blueBgcol .reach-col p {
 margin: 0;
}
.text-col {
    margin-left: 20px;
}
.reach-col.borderLR {
    border-left: 1px solid #bcc6d7;
    border-right: 1px solid #bcc6d7;
    padding: 0 80px;
}
.blueBgcol .reach-col a, .blueBgcol .reach-col h4 {
    color: #111111;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0
}
.blueBgcol .reach-col a {
    line-height: 1.2;
}
.blueBgcol .reach-col a:hover {
    text-decoration: underline;
}
.contactBoxWrap {
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {
    .custP {
        padding: 40px 0;
    }
        .custP h2 {
            font-size: 30px;
            font-weight: 500;
            padding: 0 0 0 20px;
        }

        .custP p {
            font-size: 18px;
            padding: 0 0 0 20px;
        }
    .shadowCover {
        margin-bottom: 20px;
    }
    .blueBgcol h3 {
        font-size: 30px
    }
    .blueBgcol .reach-col a, .blueBgcol .reach-col h4 {
        font-size: 20px;
        font-weight: 500;
    }

    .reach-col.borderLR {
        padding: 0 20px;
    }

    .blueBgcol .reach-col {
        max-width: unset;
    }
}

@media (max-width: 991px) {
    .cps-4 {
        padding-left: calc(var(--bs-gutter-x) * .5) !important
    }
}

@media (max-width: 900px) {
    .contactBoxWrap {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 0 0 0 40px;
    }

    .blueBgcol {
        padding: 30px 0;
    }

        .blueBgcol .reach-col {
            width: 380px;
            padding: 20px 0;
        }

        .blueBgcol h3 {
            margin-bottom: 20px;
        }

    .reach-col.borderLR {
        margin: 0;
        border: none;
        border-top: 1px solid #bcc6d7;
        border-bottom: 1px solid #bcc6d7;
    }

    .blueBgcol .reach-col img {
        max-width: 50px;
        min-width: 50px;
        max-height: 50px;
    }
}

@media (max-width: 575px) {
    .blueBgcol .reach-col img {
        max-width: 35px;
        min-width: 35px;
        max-height: 32px;
    }

    .text-col {
        margin-left: 10px;
    }

    .blueBgcol .reach-col a, .blueBgcol .reach-col h4 {
        font-size: 16px;
    }

    .blueBgcol .reach-col {
        padding: 10px 0;
    }
}
