.custom-modules-content {
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    align-items: center;
}

.custom-modules-content .button.btn {
    width: max-content;
    margin-top: 0;
}

.bkg-image {
    max-height: 80px;
    margin-inline: auto;
    position: relative;
    z-index: 2;
}

p.p1 {
    color: #666666;
    &:last-of-type {
        margin-bottom: 0;
    }
}

h2.p1 {
    color: #5a87c5;
    font-family: Lato, sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 0;

    strong {
        color: #134a97;
    }
}

@media screen and (max-width: 768px) {  /* adjust breakpoint as needed */
    .custom-modules-content .button.btn {
        width: auto;
        white-space: normal;
        height: auto;
        min-height: 44px;
        line-height: 21px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

