body {
    font-family: Montserrat, sans-serif;
    color: #2b2b2b;
    font-weight: 400;
}

.gc-butterfly-logo {
    width: 50%;
}

.fp-logo {
    width: 35%
}

ul > li > span, ol > li > span {
    color: #000000;
}

.install-the-app-btn {
    margin: -60px 7px 9px -91px;
    text-transform: uppercase;
    height: 140px;
}

.install-the-app-btn_b img{
    width: 250px;
}

.store-links img {
    width: 150px;
}

.btn-wizard-button {
    color: #fff;
    background-color: #b4d445;
    border-color: #b4d445;
    border-radius: 30px;
}

.stars img {
    width: 55%;
}

.btn-wizard-button:hover {
    color: #000;
    background-color: #b4d445;
    border-color: #b4d445;
}

.review-box img {
    width: 125%;
}

.is-easy img {
    width: 100px;
}

.btn-wizard-button {
    color: #fff;
    background-color: #ef6c50;
    border-color: #ef6c50;
    border-radius: 30px;
    font-size: 10px;
    height: 50px;
}

.btn-wizard-button:hover {
    color: #FFF;
    background-color: #5C7B59;
    border-color: #5C7B59;
}

.ones-div {
    width:345px;
}

.image-container img {
    max-width: 345px;
}

.next, .previous {
    display: none;
}

.badges img {
    max-width:150px;
}

@media screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    .paragraph.fs-5 {
        font-size: 1.15rem!important;
    }
}

.hero-h2 {
    font-size: 0.9rem !important;
    margin-top:1rem !important;
}
.hero-p {
    font-size: 0.8rem !important;
}