body {
    color: #000;
    font-family: 'Sequel-Regular';
    font-weight: 400;
}

h1 {
    color: #fff;
    font-family: 'Sequel-Regular';
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

h2 {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: 'Sequel-Regular';
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
}

h3 {
    color: #000;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
}

h4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    font-family: 'Sequel Neue';
    font-weight: 700;
    letter-spacing: 2px;
}

p {
    margin-bottom: 10px;
    font-family: Couriernewpsmt Regular, Arial, sans-serif;
}

.big-container {
    position: relative;
    overflow: hidden;
}

.container {
    background-image: url(../images/hero-image.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-color: #4259EF;
}

.content {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8vh;
    padding-bottom: 7vh;
}

.content.small {
    max-width: 960px;
}

.content.small.train {
    padding-top: 5vh;
    padding-bottom: 0;
    position: relative;
}

.content.footer-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 5vh;
    display: flex;
}

.section-box.single .list {
    padding-left: 0;
}

.content.header-content {
    padding-top: 3vh;
    padding-bottom: 2vh;
    max-width: 1200px;
}

.content.hero-content {
    padding-top: 5vh;
    padding-bottom: 10vh;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: stretch;
    gap: 40px;
}

.hero-image-holder img {
    min-width: 250px;
}

.logo {
    width: 14.74vw;
    min-width: 160px;
    max-width: 191px;
}

.hero-holder {
    width: 57%;
}

.hero-image-holder {
    width: 35%;
}

.train {
    background-color: #ff7a27;
}

.train-holder {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;

}

.train-left {
    text-align: center;
    width: 100%;
}

.train-left h3 {
    text-align: center;
    color: #fff;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

.train-paragraph {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-family: Couriernewpsmt Regular, Arial, sans-serif;
    font-size: 24px;
    line-height: 25px;
    max-width: 560px;
}

.train-right {
    width: 48%;
}

.triple-icon {
    z-index: 999;
    max-width: 7vw;
    min-width: 70px;
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -65px;
}


.session {
    margin: 0
}

.session-c {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.session-c img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.session-text {
    width: 50%;
    padding: 8vh 5%;
}

.session-holder {
    border-left: 4px solid #ed781e;
    padding-left: 40px;
}

.section-content.last {
    padding-top: 14vh;
    padding-bottom: 0
}

.asynetric-section {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10vh;
    display: flex;
}

.asynetric-section.no-margin {
    margin-bottom: 0
}

.asynetric-section.reverse {
    flex-flow: row-reverse;
}

.asynetric-section.reverse.mid {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.asynetric-section.no-margin {
    margin-bottom: 0;
}

.section-text {
    width: 47%;
}

.section-text.top {
    margin-top: 6vh;
}

.section-text.minus {
    position: relative;
    top: -50px;
}

.text-span {
    font-family: Avenirltstd Webfont black, Arial, sans-serif;
}

.list {
    border-left: 5px #ff7a27;
    padding-left: 30px;
    list-style-type: none;
    margin-bottom: 25px;

}

.list-item {
    background-image: url('../images/Blue-Check.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 20px;
    padding-left: 30px;
    font-family: Couriernewpsmt Regular, Arial, sans-serif;
}

.text-span-2 {
    font-family: Courier New Bold, Arial, sans-serif;
    font-weight: 700;
}

.paragraph {
    margin-bottom: 30px;
    font-family: Couriernewpsmt Regular, Arial, sans-serif;
}

.section-images {
    width: 42%;
}

.section-images img {
    max-width: 420px;
    width: 100%;
}

.section-grey {
    background-color: #eceff1;
}

.paragraph-big {
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    font-family: Couriernewpsmt Regular, Arial, sans-serif;
    font-weight: 300;
    display: inline-block;
}

.text-span-3 {
    font-family: Avenirltstd Webfont Medium, Arial, sans-serif;
}

.paragraph-learn {
    font-family: Courier New Bold, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 40px;
}

.pricing {
    background-color: #eceff1;
}

.pricing-packs {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
    display: flex;
    box-shadow: 0 4px 8px #0003;
}

.packs-white {
    background-color: #fff;
    width: 45%;
    padding: 4vh 40px;
}

.packs-grey {
    background-color: #f5f5f5;
    justify-content: flex-start;
    align-items: center;
    width: 35%;
    padding: 5vh 20px;
    display: flex;
}

.paragraph-medium {
    font-family: 'Sequel Neue', sans-serif;
    font-weight: 400;
}

.price-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.number {
    color: #ed781e;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Sequel Neue', sans-serif;
    font-weight: 400;
}

.number-box {
    text-align: center;
    border-left: 1px solid #dadada;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    display: flex;
}

.cta {
    text-align: center;
    background-color: #ed781e;
    padding: 10px 20px;
    font-family: Courier New Bold, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    transition: all .4s;
}

.cta:hover {
    background-color: #4259ef;
}

.cta.banner:hover {
    background: #fff;
    color: #4259ef !important;

}

.footer {
    background-color: #eceff1;
}

.logo-footer {
    position: relative;
    top: -30px;
}

.link {
    color: #000;
}

.link:hover {
    text-decoration: none;
}

.save-span {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-family: Courier New Bold, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    right: -10px;
}

.sport-person {
    z-index: 999999;
    width: 47vw;
    position: absolute;
    inset: 0% 1% 0% auto;
}

.heading {
    margin-bottom: 30px;
}

.heading span.numberr {
    font-family: 'Arial';
    font-weight: 700;
    font-size: clamp(42px, 3.61vw, 70px);
}

.heading-2,
.center-text {
    text-align: center;
}

.training-boxes {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.training-box {
    width: 18%;
}

.box-icon {
    max-height: 63px;
    margin-bottom: 20px;
}






.enquire {
    background: #4259ef;
}

.enquire h2 {
    color: #fff;
}

.enquire-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}

.enquire-text {
    width: 45%
}

.enquire-text .list {
    padding-left: 0
}

.form-holder {
    width: 45%;
}



.double-inner-form ul {
    padding-left: 0;
}

.enquire-text ul li {
    background-image: url(../images/Orange-check.svg);
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 20px;
    padding-left: 30px;
    font-family: "Couriernewpsmt Regular", Arial, sans-serif;
    background-position: 0px 3px;
    color: #fff;
}

.enquire-text .paragraph {
    color: #fff;
}


.error {
    position: relative;

}

label {
    display: none;
}

.input-big {
    position: relative;

}

.field {
    height: 50px;
    margin-bottom: 18px;
    font-family: Couriernewpsmt, sans-serif;
    color: #000 !important;
    font-size: 15px;
    font-weight: 400;
    border: none;
    width: 100%;
    padding: 8px 8px
}

select.field {
    background: #fff;
    color: #A9A9A9
}

.drop {
    background: #ffffff;
    position: relative;
}

* {
    resize: none
}



.form-head {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    font-family: 'Sequel Neue', sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 3px;
    line-height: 120%;
    position: relative;
    color: #ffffff;
    margin-bottom: 0;
}

h4.form-head a.call {
    font-family: 'Sequel Neue', sans-serif;
    color: #fff;
    text-decoration: none;
}
.form-subtext {
    text-align: center;
    color: #fff;
    font-family: Couriernewpsmt Regular, Arial, sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
}
.form-subtext a.call {
    color: #fff;
    font-weight: 700;
}

.form-head:before {
    content: '';
    width: calc(100% - 32px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    border: 4px solid #fff;
    border-bottom: 0;
    height: 55px;
}

.inner-form-wr {
    margin-top: -45px;
    margin-right: 12px;
    margin-left: 12px;
    overflow: hidden;
    padding-bottom: 30px;
}

.double-inner-form {
    padding: 60px 40px 0px;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
}

.w-form {
    margin: 0 0 15px;
}

.lock {
    margin-bottom: 30px;
    margin-left: 15px;
    padding-left: 30px;
    background-image: url(../images/lock.png);
    background-position: 0px 4px;
    background-size: 13px;
    background-repeat: no-repeat;
    font-family: Couriernewpsmt, sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}

.area {
    height: 100px;
    margin-bottom: 20px;
}

.area textarea {
    height: 100%
}

.form-logo {
    position: relative;
    bottom: -23px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

.form-logo:after,
.form-logo:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 1000px;
    background: #fff;
    bottom: 50%;
    margin-bottom: -2px;
}



.form-logo:before {
    right: 100%;
    margin-right: 14px;
}

.form-logo:after {
    left: 100%;
    margin-left: 14px;
}

.hide {
    display: none;
}

form ul {
    list-style: none
}

form ul li label.desc {
    display: none;
}


.cta.sub {
    width: 100%;
    font-weight: 300;
    border: none;

}


input[type="text"] {
    -webkit-text-fill-color: #000000;
    /* Setează culoarea textului (negru în acest caz) */
    color: #000000;
    /* De asemenea, setează culoarea textului pentru alte motoare de randare */
}

input[type="select"] {
    -webkit-text-fill-color: #000000;
    /* Setează culoarea textului (negru în acest caz) */
    color: #000000;
    /* De asemenea, setează culoarea textului pentru alte motoare de randare */
}

input[type="email"] {
    -webkit-text-fill-color: #000000;
    /* Setează culoarea textului (negru în acest caz) */
    color: #000000;
    /* De asemenea, setează culoarea textului pentru alte motoare de randare */
}

textarea {
    -webkit-text-fill-color: #000000;
    /* Setează culoarea textului (negru în acest caz) */
    color: #000000;
    /* De asemenea, setează culoarea textului pentru alte motoare de randare */
}

.cta,
.mfp-close.cta {
    display: inline-block;
    padding: 15px 25px;
    background-color: #ed781e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Courier New Bold", Arial, sans-serif;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;

}

.cta.sub:hover {
    background: #fff;
    color: #000 !important
}

#ty .content.hero-content {
    padding: 15vh 0;
}

@media screen and (max-width: 1290px) {
    .section-text.top {
        margin-top: 0
    }

    .training-box.no-margin {
        margin-bottom: 0
    }

    .hero-holder {
        width: 53vw;
    }

}

@media screen and (max-width: 991px) {
    .hero-holder {
        width: 50%;
    }

    .hero-image-holder {
        width: 46%;
    }

    .enquire-holder {
        flex-direction: column
    }

    .enquire-text {
        width: 100%;
        margin-bottom: 40px;
    }

    .form-holder {
        width: 100%;
    }



    .train-paragraph {
        font-size: 17px;
        line-height: 24px;
    }

    .list {
        padding-left: 20px;
    }

    .pricing-packs {
        flex-flow: wrap;
    }

    .packs-white {
        width: 70%;
        padding: 2vh 20px;
    }

    .packs-grey {
        width: 100%;
        padding-top: 3vh;
        padding-bottom: 3vh;
    }

    .save-span {
        font-size: 12px;
    }

    .small-image {
        width: 30%;
    }

    .sport-person {
        display: none;
    }

    .training-boxes {
        flex-flow: wrap;
    }

    .training-box {
        width: 47%;

    }

    .session-c {
        padding: 6vh 0;
        flex-direction: column;
    }

    .session-c img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .session-text {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        background-image: url(../images/hero-image.png);
        background-repeat: no-repeat;
        background-position: 0 50%;

    }

    .list-item.last {
        margin-bottom: 0
    }

    .hero-image-holder {
        width: 100%
    }

    .content.small.train {
        padding-top: 4vh;
    }

    h3 {
        margin-bottom: 30px;
    }

    .train-left {
        margin-bottom: -20px
    }

    .content.footer-content {
        flex-flow: column;
        padding-bottom: 4vh;
    }

    .content.header-content {
        padding-top: 4vh;
        padding-bottom: 1vh;
    }

    .content.hero-content {
        padding-bottom: 7vh;
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-holder {
        width: 100%;
    }

    .train-holder {
        flex-flow: wrap-reverse;
    }

    .train-left {
        width: 100%;
    }

    .train-paragraph {
        text-align: left;
        font-size: 15px;
        line-height: 21px;
    }

    .train-right {
        width: 100%;
    }

    .triple-icon {
        left: 50%;
        margin-left: -33px;
    }

    .asynetric-section {
        flex-flow: column;
        margin-bottom: 4vh;
    }

    .asynetric-section.reverse,
    .asynetric-section.reverse.mid {
        flex-flow: wrap-reverse;
        margin-bottom: 0;
    }

    .section-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-text.top {
        margin-top: 0;
    }

    .section-text.minus {
        top: 0;
    }

    .section-images {
        width: 100%;
        margin-bottom: 0;
    }

    .number-box {
        width: 60%;
    }

    .footer p {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .train h3 {
        margin-bottom: 0;
    }

    .double-inner-form {
        padding-left: 0;
        padding-right: 0;
        border: none;
    }

    .form-head:before {
        border: none
    }

    .content {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-holder {
        width: 100%;
    }

    .train-paragraph {
        font-size: 14px;
        line-height: 18px;
    }

    .triple-icon {
        width: 100px;
    }

    .section-text.top.no-margin {
        margin-bottom: 0;
    }

    .small-image {
        display: none
    }

    .packs-white {
        width: 100%;
    }

    .cta {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .train-holder h3 {
        text-align: center;
    }


    .training-box.no-margin {
        margin-bottom: 0;
    }


}


@font-face {
    font-family: 'Couriernewpsmt Rgular';
    src: url('../fonts/CourierNewPSMT.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel-Regular';
    src: url('../fonts/Sequel-Regular.woff2') format('woff2'), url('../fonts/Sequel-Regular.eot') format('embedded-opentype'), url('../fonts/Sequel-Regular.woff') format('woff'), url('../fonts/SEQUEL-REGULAR.ttf') format('truetype'), url('../fonts/Sequel-Regular.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Bold';
    src: url('../fonts/Apercu-Bold.woff2') format('woff2'), url('../fonts/Apercu-Bold.eot') format('embedded-opentype'), url('../fonts/Apercu-Bold.woff') format('woff'), url('../fonts/Apercu-Bold.ttf') format('truetype'), url('../fonts/Apercu-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Avenirltstd Book Webfont Regular';
    src: url('../fonts/avenirltstd-book-webfont.eot') format('embedded-opentype'), url('../fonts/avenirltstd-book-webfont.woff') format('woff'), url('../fonts/avenirltstd-book-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenirltstd Webfont Light';
    src: url('../fonts/avenirltstd-light-webfont.eot') format('embedded-opentype'), url('../fonts/avenirltstd-light-webfont.woff') format('woff'), url('../fonts/avenirltstd-light-webfont.ttf') format('truetype'), url('../fonts/avenirltstd-light-webfont.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenirltstd Roman Webfont  Regular';
    src: url('../fonts/avenirltstd-roman-webfont.eot') format('embedded-opentype'), url('../fonts/avenirltstd-roman-webfont.woff') format('woff'), url('../fonts/avenirltstd-roman-webfont.ttf') format('truetype'), url('../fonts/avenirltstd-roman-webfont.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenirltstd Webfont Black';
    src: url('../fonts/avenirltstd-heavy-webfont.eot') format('embedded-opentype'), url('../fonts/avenirltstd-black-webfont.woff') format('woff'), url('../fonts/avenirltstd-heavy-webfont.woff') format('woff'), url('../fonts/avenirltstd-heavy-webfont.ttf') format('truetype'), url('../fonts/avenirltstd-black-webfont.ttf') format('truetype'), url('../fonts/avenirltstd-heavy-webfont.svg') format('svg'), url('../fonts/avenirltstd-black-webfont.svg') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenirltstd Webfont Medium';
    src: url('../fonts/avenirltstd-medium-webfont.eot') format('embedded-opentype'), url('../fonts/avenirltstd-medium-webfont.woff') format('woff'), url('../fonts/avenirltstd-medium-webfont.ttf') format('truetype'), url('../fonts/avenirltstd-medium-webfont.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenirltstd Webfont black';
    src: url('../fonts/avenirltstd-black-webfont.eot') format('embedded-opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Bold';
    src: url('../fonts/bebas-neue-bold.eot') format('embedded-opentype'), url('../fonts/bebas-neue-bold.woff') format('woff'), url('../fonts/bebas-neue-bold.ttf') format('truetype'), url('../fonts/bebas-neue-bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue  Regular';
    src: url('../fonts/bebas-neue-regular.eot') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Couriernewpsmt Regular';
    src: url('../fonts/CourierNewPSMT.eot') format('embedded-opentype'), url('../fonts/CourierNewPSMT.woff') format('woff'), url('../fonts/CourierNewPSMT.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Regular';
    src: url('../fonts/bebas-neue-regular.woff') format('woff'), url('../fonts/bebas-neue-regular.ttf') format('truetype'), url('../fonts/bebas-neue-regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Couriernewpsmt  Regular';
    src: url('../fonts/CourierNewPSMT.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Courier New Bold';
    src: url('../fonts/Courier-New-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenirltstd Book Webfont';
    src: url('../fonts/avenirltstd-book-webfont.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Neue';
    src: url('../fonts/Sequel-Neue.eot');
    src: url('../fonts/Sequel-Neue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sequel-Neue.woff2') format('woff2'),
        url('../fonts/Sequel-Neue.woff') format('woff'),
        url('../fonts/Sequel-Neue.ttf') format('truetype'),
        url('../fonts/Sequel-Neue.svg#Sequel-Neue') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Typography overrides */
body {
    font-size: 18px;
}
p {
    font-size: clamp(17px, 0.9vw, 18px);
    line-height: 120%;
}
.cta {
    font-size: clamp(15px, 0.9vw, 18px);
    line-height: 120%;
}
.list-item {
    font-size: clamp(17px, 0.9vw, 18px);
    line-height: 120%;
}
.paragraph-learn {
    font-size: clamp(20px, 1.3vw, 25px);
    line-height: 120%;
}
.train-paragraph {
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 130%;
}
.paragraph-medium {
    font-size: clamp(27px, 2.6vw, 38px);
    line-height: 120%;
}
h1 {
    font-size: clamp(30px, 2.9vw, 56px);
    line-height: 120%;
}
h2 {
    font-size: clamp(29px, 3.4vw, 55px);
    line-height: 100%;
}
.number {
    font-size: clamp(35px, 3.4vw, 45px);
    line-height: 100%;
}
h3 {
    font-size: clamp(27px, 3.11vw, 60px);
    line-height: 120%;
}
h4:not(.form-head) {
    font-size: clamp(27px, 2.34vw, 45px);
    line-height: 110%;
}
.text-span-2 {
    font-weight: 700;
}
