﻿.sell-blocks {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 30px;
    justify-content: center;
}

    .sell-blocks .sell-block {
        display: flex;
        background: #24265D;
        flex-direction: column;
        width: 150px;
        padding: 10px;
        margin: 10px;
        border-radius: 20px;
        align-items: center;
        box-shadow: 0px 0px 18px 0px rgba(66, 68, 90, 1);
        min-height: 100px;
        justify-content: space-between;
    }

.info-sell-header {
    box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 1);
    border-radius: 20px;
    padding: 30px;
    margin: 30px;
    background: #FBFBFA;
}

        .sell-blocks .sell-block i {
            color: #24265D;
            background: #fff;
            padding: 15px;
            border-radius: 30px;
        }
        .sell-blocks i {
            color: #24265D;
        }

        .sell-blocks .sell-block .text {
            color: #fff;
            text-align: center;
        }

        .info-sell-header h3{
            text-align: center;
            margin: auto;
            padding-bottom: 15px;
            font-size: 1.5rem !important;
        }

.info-sell-header summary {
    margin: auto;
    padding-bottom: 10px;
    font-size: 1.3rem !important;
    font-weight: 600;
    color: #24265D;
}

summary {
    list-style: none;
}

summary {
    padding: .75em 1em;
    cursor: pointer;
    position: relative;
    transition: 0.4s;
    padding-left: calc(1.75rem + .75rem + .75rem);
}

    summary:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: .75rem;
        content: "\f067";
        width: 1.75rem;
        transition: 0.4s;
        height: 1.75rem;
        color: #24265D;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }

details[open] summary:before {
    content: "\f068";
    font-weight: 900;
    width: 1.75rem;
    height: 1.75rem;
}

details[open] summary {
    padding-bottom: 20px;
}

ul.rounded-list {
    list-style: none;
    padding: 0;
}

.rounded-list li {
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    transition: transform 0.3s ease;
}

.rounded-list .orange {
    border-left: 5px solid #e67e22;
}

.rounded-list .blue {
    border-left: 5px solid #3498db;
}

.rounded-list .green {
    border-left: 5px solid #2ecc71;
}

.rounded-list .yellow {
    border-left: 5px solid #f1c40f;
}


@media only screen and (max-width: 450px) {
    .info-sell-header {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .faq-page .info-sell-header {
        background: transparent;
        box-shadow: none;
    }
    .container {
        padding-top: 20px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media only screen and (max-width: 350px) {
    .two-sides {
        flex-direction: column !important;
    }
}


@media only screen and (max-width: 1100px) {
    .sell-blocks {
        flex-wrap: wrap;
    }
}