.contact_section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-card {
    padding: 24px 0;
    margin: 0 2rem;
    background: white
}

.module-card:not(:last-child) {
    border: none;
    border-bottom: 1px solid var(--greyscale_60)
}

.module-card__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    color: var(--navy);
    margin-bottom: 20px
}

.module-card__p {
    color: var(--greyscale_140);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none
}

.title {
    color: #1C95DA;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    margin-bottom: 1.25rem;
}

.p {
    color: var(--greyscale_140);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none;
}

.contact-us__btn {
    width: 100%;
    margin: 1.25rem auto;
}



.l-button {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: none;
    padding: 16px 24px;
}
.btn--outline.btn--navy {
    color: var(--greyscale_140);
}
.btn--navy {
    outline-color: var(--professional_100);
}

.l-button--content-container {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media (max-width: 767px) {

    .p {
        max-width: 80%;
    }
}