/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');*/
.p-bottom {
    color: white;
    font-size: 15px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: auto;
    left: 50%;
    bottom: 0;
    bottom: -4px;
    margin: 0;
    text-align: center;
    width: 100%;
}
@media (max-width: 991px) {
    .p-bottom {
        font-size: 10px;
        bottom: -1px;
        line-height: 100%;
    }
}
@media (min-width: 601px) {
    .d-motor .b-motor-general form {
        padding-bottom: 42px;
    }
    .d-motor.no-scroll .b-motor-general {
        bottom: 94px;
    }
}
@media (max-width: 600px) {
    .p-bottom {
        display: none;
    }
}

h1, h2, h3, h4, h5, h6,
.btn-border,
.btn-bg {
    font-feature-settings: normal;
}

.d-card-horizontal + footer {
    margin-top: 70px;
}