.gfdhcgdtr {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cgcf {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

@media (min-width:992px) {
    .cgcf {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .cgcf {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

.dfghghjhv {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width:992px) {
    .dfghghjhv {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .dfghghjhv {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.dzxhfgh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fchgvcvg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dszda {
    word-break: break-all;
}

h1 {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #fff !important;
    padding-bottom: 20px !important;
}

h2 {
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 1.3 !important;
}

h3 {
    font-weight: bold !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
}

h4 {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
}

p {
    font-size: 18px !important;
}

.dszda h2 {
    text-align: center !important;
    color: #fff !important;
}

.dszda h3 {
    text-align: center !important;
    color: #fff !important;
}

.dszda h4 {
    text-align: center !important;
    color: #fff;
}

.dszda h5,
.dszda h6 {
    text-align: center !important;
    font-weight: bold !important;
    color: #fff !important;
}

.dszda li,
.dszda span,
.dszda a {
    color: #fff !important;
}

.dszda img {
    max-width: 100%;
    height: auto;
}

.dszda p {
    line-height: 1.6 !important;
    text-align: left !important;
    color: #fff !important;
}

.dszda table {
    word-break: break-all !important;
}

.dszda td {
    font-size: 16px !important;
    color: #fff !important;
}

.dszda li {
    font-size: 16px !important;
    text-align: left !important;
    color: #fff !important;
}