.show-about-card{
    min-height: 450px;
    background-color: #FEF9F4;
    padding: 28px 44px;
}
.show-about-card:hover {
    transform: scale(1.05) translateY(-5px);
    animation: bounce 0.6s ease;
    margin: 0 20px;
    box-shadow:
            0 0 10px #F69501,
            0 10px 30px #FEF9F4;
}
.show-title-flex{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.show-title-img{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
