* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-text-opacity: 1;
    --tw-ring-offset-width: 0px;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;

    --tw-scroll-snap-strictness: proximity;

    --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity));
}

body, html {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.img_wave {
    padding: 20px 0px 50px 0px;
}


.artical_set {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    border: 1.5px solid rgb(203 213 225);
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 40px;
    margin: 15px 0px;
}

.artical_set:hover {
    --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(59 130 246 / .5);
    --tw-shadow: var(--tw-shadow-colored);
}


.artical_set h5 {
    color: rgb(100 116 139 / var(--tw-text-opacity));
    line-height: 1.5rem;
    font-size: 18px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.artical_set h1,
.artical_set h3 {
    line-height: 2.25rem;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.artical_set p {
    font-size: 16px;
    color: #64748b;
    font-weight: 400;
    line-height: 1.75;
    font-family: "Inter", sans-serif;
}


.user_png {
    margin: 15px 0px;
}


.user_png img {
    width: 40px;
}


.Centralized {
    padding: 20px 0px;
}

.sorted hr {
    opacity: 1;
    color: rgba(88, 86, 233, 0.2);
    margin: 0 0 10px 0;
}

.sorted p {
    font-size: 16px;
    color: #64748b;
    font-weight: 400;
    line-height: 1.75;
    font-family: "Inter", sans-serif;
}

.question_section {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.question_section p {
    margin-bottom: 0;
}



.question_section button:nth-child(2) {
    border: 1px solid #4caf50;
    border-radius: 100px;
    margin: 0px 10px;
    padding: 6px 20px;
    font-size: 14px;
    color: #4caf50;
    background-color: #fff;
    font-weight: 500;
}

.question_section button:nth-child(3) {
    border: 1px solid #f44336;
    border-radius: 100px;
    padding: 6px 20px;
    font-size: 14px;
    color: #f44336;
    background-color: #fff;
    font-weight: 500;
}

.question_section button:nth-child(3):hover{
    background-color: #f44336;
    color: #fff;
}

.question_section button:nth-child(2):hover{
    background-color: #4caf50;
    color: #fff;
}

.question_section button i {
    margin: 0px 5px 0px 0px;
    font-size: 22px;
    vertical-align: middle;
}

.sorted h4 {
    font-size: 42px;
    line-height: 1.42857143;
    letter-spacing: 0.03px;
    color: rgba(0, 0, 0, .87);
    font-weight: 400;
}

.divide_slate svg {
    width: 22px;
    height: 22px;
}


.smyy_jb {
    background: #fff;
    margin: 13px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
    .artical_set {
        padding: 25px 20px;
    }

    .question_section {
        display: initial;
    }

    .question_section button:nth-child(2) {
        margin: 10px 0px 0px 0px;
    }
}