.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.w-1-2 {
    width: 50%;
}

.w-full {
    width: 100%;
}

.justify-items-center {
    justify-items: center;
}

.mt-6 {
    margin-top: 24px;
}

.mb-6 {
    margin-bottom: 24px;
}

.mb-2 {
    margin-bottom: 8px;
}

.px-16 {
    padding-left: 64px;
    padding-right: 64px;
}

.py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.cursor-pointer {
    cursor: pointer;
}

.main-text {
    color: #666;
    line-height: 1.8;
    text-indent: 2em;
}

.carsouel-img {
    width: 300px;
    height: 180px;
}

.main-img {
    width: auto;
    height: auto;
}