.panel {
    border-bottom: 2px solid #B2D234;
    margin-bottom: 30px;
    padding: 10px;
    min-height: 0 !important;
}

a#btn8 {
    float: left;
    background: #B2D234;
    border: none;
    margin-bottom: 30px;
    position: relative;
    color: #000;
    left: 37.5%;
    font-family: "Onest-Regular";
        padding: 10px;

}

a#btn8:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn8:focus {
    outline: 2px dashed #000;
    color: #000;
    background: #fff;
}

p.text-block {
    font-family: "Onest-Regular";
}

.advice-card-body {
    border: 1px solid grey !important;
    text-align: center;

    border-radius: 8px;
    margin-bottom: 30px;
    padding: 5px;
}

h1.title-one {
    margin-top: 30px;
    font-family: "Onest-Bold";
    margin-bottom: 30px;
}

h2.panel-heading {
    color: #000;
    font-family: "Onest-Bold";
}

li {
    font-family: "Onest-Regular";
    color: #000;
}

a#btn1 {
    left: -37.5%;
    background: #B2D234;
    position: relative;
    font-family: "Onest-Regular";
    border: none;
    color: #000;

}

a#btn1:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn1:focus {
    outline: 2px dashed #000;
    color: #000;
    background: #fff;
}

a#btn2 {
    left: -37.5%;
    background: #B2D234;
    position: relative;
    font-family: "Onest-Regular";
    border: none;
    color: #000;

}

a#btn2:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn2:focus {
    outline: 2px dashed #000;
    color: #000;
    background: #fff;
}

a#btn3 {
    left: -37.5%;
    background: #B2D234;
    position: relative;
    font-family: "Onest-Regular";
    border: none;
    color: #000;

}

a#btn3:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn3:focus {
    outline: 2px dashed #000;
    color: #000;
    background: #fff;
}

a#btn4 {
    left: -37.5%;
    background: #B2D234;
    position: relative;
    font-family: "Onest-Regular";
    border: none;
    color: #000;
    border-radius: 8px;
    padding: 10px;
}
a#btn4:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn4:focus {
    outline: 2px dashed #000;
    color: #000;
    background: #fff;
}

a#btn5 {
    left: -37.5%;
    background: #B2D234;
    position: relative;
    font-family: "Onest-Regular";
    border: none;
    color: #000;
    padding: 10px;

}

a#btn5:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn5:focus {
    outline: 2px dashed #000;
    color: #000;
    background: #fff;
}

a#btn6 {
    left: -37.5%;
    background: #B2D234;
    position: relative;
    font-family: "Onest-Regular";
    border: none;
    color: #000;
    padding: 10px;


}

a#btn6:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn6:focus {
    outline: 2px dashed #000;
    color: #000;
    background: #fff;
}

a#btn7 {
    left: -37.5%;
    background: #B2D234;
    padding: 10px;

    position: relative;
    font-family: "Onest-Regular";
    border: none;
    color: #000;
}
a#btn7:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn7:focus {
    outline: 2px dashed #000;
    color: #000;
    background: #fff;
}

h2.title-three {
    font-family: "Onest-Bold";
    color: #000;
    text-align: center;
}

.card-body.advice-card-body .text-block {
    text-align: center;
}

.fa-solid,
.fas {
    font-weight: 900;
    color: #482987;
}


@media only screen and (max-width: 425px) {
    a#btn4 {
        width: 100% !important;
        left: 0;
    }

    a#btn5 {
        left: 0;
        width: 100% !important;
    }

    a#btn6 {
        left: 0%;
    }


}