@media only screen and (max-width: 767px) {
    h1.section-title__category {
        font-size: 28px;
    }
}



.list-title {
    display: flex;
    margin: auto;
    width: 30%;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 10px;
    gap: 30px;
}

.list-title h3 {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "FOT-UDŠpƒS_ƒXƒ‚[ƒ‹ Pr6 DB";
    font-size: 20px;
    color: #005bab;
}

.list-title h3:before,
.list-title h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #005bab;
}

.list-title h3:before {
    margin-right: 1rem;
}

.list-title h3:after {
    margin-left: 1rem;
}

@media only screen and (max-width: 767px) {
    .list-title {
        width: 100%;
        padding: 0 20px;
    }
}


.dsap-license__container {
    text-align: center;
    font-family: "FOT-UDŠpƒS_ƒXƒ‚[ƒ‹ Pr6 DB";
    font-size: 16px;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .dsap-license__container {
        text-align: left;
    }
}

.dsap-price__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .dsap-price__container {
        text-align: left;
    }
}

.dsap-price__content {
    margin: 0 auto;
    padding: 20px;
}

.dsap-price__content tr {
    background-color: #FFF;
    border-bottom: 1pt solid #abb8c3;
}

.dsap-price__content td {
    font-family: "FOT-UDŠpƒS_ƒXƒ‚[ƒ‹ Pr6 DB";
    padding: 20px 10px;
}

.dsap-price__content td.dsap-price--category {
    width: 350px;
    color: #005bab;
}

.dsap-price__content td.dsap-price--category span {
    color: #E50012;
}

.dsap-price__content td.dsap-price--price {
    text-align: center;
    width: 200px;
}

.dsap-price__content td span {
    font-size: 12px;
}

.dsap-price__note {
    width: 550px;
    margin: 0 auto;
}

.dsap-price__note p {
    font-size: 14px;
    margin-bottom: 10px;
}

.dsap-price__note p span {
    color: #E50012;
}

@media only screen and (max-width: 767px) {
    .dsap-price__note {
        width: 100%;
    }
}


.dsap-benefits__container {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dsap-benefits__content {
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
    border-radius: 15px;
    background: #FFF;
}

.dsap-benefits__content.column-2 {
    width: calc(50% - 10px);
}


.dsap-benefits__content.column-1 {
    width: 100%;
}

.dsap-benefits__heading {
    display: flex;
    padding: 0px 20px;
    width: 100%;
    justify-content: flex-start;
    align-content: center;
    gap: 10px;
    align-self: stretch;
}

.dsap-benefits.height-fixed {
    height: 74px;
}

.dsap-benefits__heading h3 {
    color: #005BAB;
    text-align: center;
    font-family: "FOT-UDŠpƒS_ƒXƒ‚[ƒ‹ Pr6 DB";
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.dsap-benefits__heading h3 span {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
    background-color: #005BAB;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
}

.dsap-benefits__summary {
    display: flex;
    padding: 5px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    gap: 10px;
    line-height: 1.5;
}

.dsap-benefits__summary ul.dsap-benefits__product {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}


.dsap-benefits__summary ul.dsap-benefits__product li {
    display: inline-block;
    width: calc(50% - 20px);
    padding: 12px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 10px;
    font-family: "FOT-UDŠpƒS_ƒXƒ‚[ƒ‹ Pr6 DB";
}

.dsap-benefits__summary ul.dsap-benefits__note {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.dsap-benefits__summary ul.dsap-benefits__note li {
    position: relative;
    margin-top: 8px;
    padding-left: 12px;
    font-size: 12px;
    color: #E50012;
}

.dsap-benefits__summary ul.dsap-benefits__note li:before {
    position: absolute;
    left: 0;
    content: "¦";
}


.dsap-benefits__summary ul li.dsap-benefits__note {
    display: inline-block;
    padding: 12px;
    background-color: #ebebeb;
    border-radius: 10px;
    font-family: "FOT-UDŠpƒS_ƒXƒ‚[ƒ‹ Pr6 DB";
}



.dsap-benefits__summary p {
    align-self: stretch;
    color: #000;
    text-align: justify;
    font-size: 14px;
    line-height: 1.4;
}

.dsap-benefits__summary p span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5 !important;
    color: #e50012;
}



@media only screen and (max-width: 767px) {
    .dsap-benefits__content {
        gap: 8px;
    }

    .dsap-benefits__content.column-2 {
        width: 100%;
    }

    .dsap-benefits__summary {
        padding: 0 20px;
        justify-content: center;
        flex-direction: column;
        align-self: stretch;
        gap: 20px;
    }

    .dsap-benefits__summary figure {
        width: 25%;
    }

    .dsap-benefits__summary p {
        align-self: center;
    }

    .dsap-benefits__summary ul.dsap-benefits__product li {
        width: 100%;
    }
}

.dsap-registration__container {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dsap-registration__content {
    display: flex;
    position: relative;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    align-self: stretch;
    border-radius: 15px;
    background: #ECF4F8;
}

.dsap-registration__content:before {
    content: "";
    position: absolute;
    top: 95%;
    left: 48%;
    border: 15px solid transparent;
    border-top: 15px solid #ECF4F8;
}

.dsap-registration__content.last:before {
    display: none;
}

.dsap-registration__heading {
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
    border-radius: 40px;
    background: #FFF;
}

@media only screen and (max-width: 767px) {
    .dsap-registration__content {
        padding: 10px 10px;
    }



}

.dsap-registration__heading h3 {
    color: #005BAB;
    font-family: "FOT-UDŠpƒS_ƒXƒ‚[ƒ‹ Pr6 B";
}

.dsap-registration__summary {
    width: 100%;
}

.dsap-registration__summary p a {
    color: var(--color-primary);
}

.dsap-registration__summary ul li {
    position: relative;
    margin-top: 8px;
    padding-left: 12px;
    font-size: 12px;
}

.dsap-registration__summary ul li a {
    color: var(--color-primary);
}

.dsap-registration__summary ul li:before {
    position: absolute;
    left: 0;
    content: "¦";
}


.dsap-contact__container {
    display: flex;
    margin: 0 auto 50px auto;
    max-width: 1000px;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}

.dsap-contact__note {
    display: flex;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    gap: 8px;
}

@media only screen and (max-width: 767px) {
    .dsap-contact__container {
        align-items: last baseline;
        font-size: 14px;
    }

    .dsap-contact__container span {
        font-size: 12px;

    }

    .dsap-contact__note {
        width: 100%;
        text-align: left;
    }
}