html {
    scroll-behavior: smooth;
}

.comment {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #757575;
    margin-bottom: 20px;
}

.profile-img {
    width: 50px;
    height: 50px;
}

.comment-info-name {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #A40000;
    margin-bottom: 4px;
}

.comment-info-loc {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #757575;
    margin-bottom: 8px;
}

.comment-info-desc {
    font-size: 16px;
    margin-bottom: 8px;
}

.comment-info-img {
    width: 250px;
}

.btn-getSupport {
    padding: 5px 10px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    background: #ff0000;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
}

.btn-getSupport a {
    display: block;
}

@media (max-width: 768px) {
    .custom_cert {
        width: 250px !important;
    }
}

@media (max-width: 500px) {
    .custom_cert {
        width: 150px !important;
    }
}