.lp-section {
    margin-bottom: 50px;
}

.lp-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
}

.lp-title {
    color: #0069B2;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.lp-title::after {
    content: ".";
    font-size: 1px;
    display: block;
    min-width: 240px;
    max-width: 240px;
    max-height: 3px;
    min-height: 3px;
    background: #0069B2;
    color: #0069B2;
    margin-top: 16px;
}
