.p-b-192 {
    padding-bottom: 192px !important;
}

.section-title {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(113, 127, 224);
}

.section-title::before {
    position: absolute;
    content: "";
    top: 18px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: rgb(114, 128, 224);
}

.section-title span {
    position: relative;
    z-index: 1;
    background: rgb(255, 255, 255);
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}