.sell-page {
    margin-top: 100px;
    background: #FBFBFB;
}


.comp-prd {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 10px;
}
.product-section{
    padding-block: 110px;
    max-width: 1265px !important;
    background: #FBFBFB !important;
    position: relative;
}
.product-section .row{
    justify-content: center;
}
.product-section .arrow-green{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}
.product-section  .comp-prd{
    border: 1px solid #16A34A33 !important;
    border-right: 1px solid #16A34A33 !important;
    border-radius: 16px !important;
    background: #ffff;
    margin-right: 20px;
    margin-bottom: 20px;
    height: initial !important;
}
.product-section .prduct-thumb {
    padding-top: 10px;
}
.product-section .comp-prd .product-title {
    font-size: 18px;
    font-weight: 700;
    padding-top: 30px;
    font-family: "Urbanist";
}
.cell-phones{
    margin-top: 200px;
    background: #F2F2F2;
}
.cell-phones .inner_Wrappper_cell{
    padding-block: 30px;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 20px;
}
.cell-phones .inner_Wrappper_cell .content_cell{
    /* max-width: 600px; */
    text-align: center;
}
.cell-phones .inner_Wrappper_cell .content_cell h3{
    margin: 0px;
    color: #333333;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 50px;
    font-family: "Poppins";
}
.cell-phones .inner_Wrappper_cell .content_cell p{
    margin: 0px;
    color: #232323;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 24px;
        font-family: "Poppins";
}
@media (max-width: 767px) {
    .sell-page {
        margin-top: 0px;
    }
    .cell-phones .inner_Wrappper_cell .content_cell h3{
        font-size: 24px;
        line-height: 24px;
    }
    .cell-phones{
        margin-top: 0px;
    }
    .cell-phones .inner_Wrappper_cell .content_cell p{
        padding-top: 20px;
    }
    .sell-page .product-section .col-sm-6{
        width: 46% !important;
    }
    .sell-page .product-section .row{
        gap: 16px;
    }
    .sell-page .product-section .comp-prd{
        margin: 0px;
    }
}

@media (min-width: 768px) {
    .col-md-2 {

        flex: 0 0 18.666667%;
        max-width: 19.666667%;
    }

    .sell-head-title1 {
        font-weight: 500 !important;
        font-size: 40px !important;
        line-height: 49px !important;
    }

    .sell-head-title2 {
        font-size: 16px !important;
        color: #85898C !important;
    }
}


@media (max-width: 576px) {
    .all-devices {
        margin-top: 40px !important;
    }
    .sell-head-title1 {
        font-weight: 500 !important;
        font-size: 30px !important;
        line-height: 37px !important;
    }

    .sell-head-title2 {
        font-size: 16px !important;
        color: #85898C !important;
    }

}