@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
.mdf-wrapper {
    min-height: 450px;
    background-color: #fff;
    background-image: url('/content/themes/mentalhelp/assets-myndfulness/img/Myndfulness-transparent-bg-1200x500.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
}
.mdf-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mdf-logo {
    margin: 0
}
.mdf-logo img {
    width: 60px;
}
.mdf-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    color: #000239;
}
.mdf-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    color: #6A6B8A;
}
.mdf-rating {
    margin: 15px 0 20px;
}
.mdf-rating img {
    /*width: 110px;*/
}
.mdf-dl-free {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #000239;
    margin-bottom: 10px;
}
.mdf-buttons {
    width: 305px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
    justify-content: center;
}
.mdf-app-store-link {
    margin-right: 5px;
    text-decoration: none;
}
.mdf-app-store-link:hover {
    text-decoration: none;
}
.mdf-google-play-link {
    text-decoration: none;
}
.mdf-google-play-link:hover {
    text-decoration: none;
}
.mdf-learn-more {
    margin: 0;
}
.mdf-learn-more {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-decoration-line: underline;
    color: #000239;
}
.mdf-learn-more:visited {
    color: #000239;
}
@media only screen and (max-width: 446px) {
    .mdf-wrapper {
        min-height: 400px;
    }
    .mdf-title {
        font-size: 40px;
    }
    .mdf-subtitle {
        font-size: 16px;
    }
    .mdf-dl-free {
        font-size: 12px;
    }
}
@media only screen and (max-width: 377px) {
    .mdf-wrapper {
        min-height: 370px;
    }
    .mdf-title {
        font-size: 30px;
    }
    .mdf-subtitle {
        font-size: 12px;
    }
    .mdf-dl-free {
        font-size: 10px;
    }
}
