﻿* {
    font-family: "Montserrat", sans-serif;
    --pink: #ed1969;
    --blue: #1c3a8e;
}

body,
html {
    overflow-x: hidden;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: white;
}

/*Section one - LIFESENSE MINI SOFTWARE*/
.life-sense-mini-software__title {
    color: var(--blue);
    font-size: 28px!important;
    font-weight: 700;
}

.life-sense-mini-software__paragraph {
    font-size: 20px;
    font-weight: 500;
}

/*Section two - FEATURES*/

.features__subtitles {
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
}

/*Section three Blue light Section - SPECIFICATIONS*/
@media only screen and (max-width: 768px) {
    .lifesense-mini-specifications__center {
        text-align: center;
    }
}

.lifesense-mini-specifications__background {
    background-color: #dff7ff;
}

.lifesense-mini-specifications li::before {
    content: "-" !important;
    font-weight: bold;
    color: var(--pink);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
ul{
    padding: 0;
}
.lifesense-mini-specifications li {
    list-style-type: none;    
    padding: 0;
    line-height: 2;
    font-size: 16px;
}

.lifesense-mini-specifications__title {
    color: var(--blue);
    font-size: 24px;
    font-weight: 700;
}

/*End of Blue light section*/

/*Section four - Arrhythmia Indications*/

.arrhythmia-indications__title {
    color: var(--blue);
    font-size: 28px;
    font-weight: 700;
}

.arrhythmia-indications__subtitles {
    color: var(--blue);
    font-size: 18px;
    font-weight: 500;
}


/*Get in touch section*/
#background {
    height: 100px;
    background-color: var(--pink);
}

#bgnd {
    background-color: var(--pink);
}

.get-in-touch__title {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.coloring-btn {
    background-color: var(--blue);
    color: white;
}

/*Asked Questions*/
.underline-separator {
    width: 100px;
    border-top: 1px solid var(--pink);
    margin-top: 10px;
    margin-bottom: 10px;
}

.asked-questions__question {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
}

.asked-questions__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue);
}

.asked-questions__answer {
    font-size: 16px;
    font-weight: 300;
}
.getInTouch-background {
    background: #5BC2E7 !important;
}
.getInTouch-btn {
    background-color: #9e9e9e !important;
    border-color: #9e9e9e !important;
}
.subsplan__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue);
}

.subsplan__subtitles {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
}

.subsplan__parag {
    color: #383838;
    font-size: 16px;
    font-weight: 300;
}
.benefits__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue);
}
.benefits__subtitles {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
}
.benefits__parag {
    color: #383838;
    font-size: 16px;
    font-weight: 300;
}
.benefits__parag ul {
    text-align: justify;
    list-style: none;
}
.benefits__parag ul li {
    margin-bottom: 3px;
}
.benefits__parag ul li img {
    width: 30px;
}
.btn-discover {
    width: fit-content;
}
@media only screen and (max-width: 768px) {
    .image-label {
        font-size: 11px;
    }
    
    .life-sense-mini-software__button {
        margin-bottom: 5px;
    }
}