.application .page-title {
    padding-top: 25px;
    padding-bottom: 30px;
}

.application h3 {
    margin-bottom: 20px;
}

.application #icons_circle {
    color: #f3c024;
}

.application #icons {
    color: black;
}

.application hr {
    border-top: 1px solid #f3c024;
}

/* My CSSs */

.button_div {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.scaled-image {
    width: 100%;
    max-height: 60vh;
    object-fit: scale-down;
}

.packet_div {
    display: flex;
    justify-content: center;
}

.card-title {
    margin-bottom: 15px;
}

.section-bg {
    background-color: #f7f7f7;
}