.info-card{
    background-color: rgba(49, 45, 45, 0.15);  
    backdrop-filter: blur(5px);
    border: 1px solid #303030;
}

.extra-info{
    margin-bottom: 8rem;
}

@media only screen and (max-width: 850px) {
    .extra-info{
        flex-direction: column;
    }
    .info-texts{
        width: 100% !important;
    }
    .top-item{
        width: 100% !important;
    }
}