/** .home-page-page SPECIFIC STYLES **/
.home-page .mortgage-services-section .content-column .section-header-area {
    width: 120%;
}

@media screen and (max-width: 1263px) {
    .home-page .mortgage-services-section .content-column .section-header-area {
        width: 150%;
    }

    .home-page .mortgage-services-section .circle-image-container {
        right: -48px;
        bottom: -48px;
    }
}

@media screen and (max-width: 1209px) {
    .home-page .mortgage-services-section .content-column .section-header-area {
        width: 140%;
    }

    .home-page .mortgage-services-section .circle-image-container {
        right: -20px;
        bottom: -16px;
    }
}

@media screen and (max-width: 1106px) {
    .home-page .mortgage-services-section .content-column .section-header-area {
        width: 200%;
    }

    .home-page .mortgage-services-section .circle-image-container {
        width: 70%;
        margin-left: 40%;
        margin-bottom: -112px;
        margin-top: -300px;
        position: relative;
    }
}

@media screen and (max-width: 763px) {
    .home-page .mortgage-services-section .content-column {
        width: 100%;
    }

    .home-page .mortgage-services-section .content-column .section-header-area {
        width: 100%;
    }

    .home-page .mortgage-services-section .circle-image-container img {
        margin-left: 16px;
    }

    .home-page .mortgage-services-section {
        display: flex;
        flex-direction: column;
    }

    .home-page .mortgage-services-section .circle-image-container {
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: -80px;
    }
}