﻿

    #sell_used_device .top, .bottom {
        /*padding: 28px 0px;*/
        margin-bottom: 20px;
        max-width: 1283px;
        margin: 0 auto;
    }

.bottom {
    padding: 0px 0px;
    margin-bottom: 0px;
}

#sell_used_device h1 {
    font-weight: bold;
    font-size: 1.4rem !important;
    margin-bottom: 16px !important;
    line-height: inherit !important;
}



#sell_used_device .desc_text {
    font-weight: normal;
    font-size: 0.9rem;
    color: #383838;
}

    #sell_used_device .desc_text span {
        font-weight: 600;
    }

.choose-device {
    font-weight: bold;
    font-size: 1.4rem;
    display: flex;
    justify-content: start;
    padding: 24px 0px 0px;
    line-height: inherit;
}

    .choose-device.mb_48 {
        margin-bottom: 27px;
    }

.main > .container {
    padding: 0 18px;
}

.section2 {
    color: #191919;
    line-height: 1.6;
    max-width: 1283px;
    margin: 0 auto;
}

    .section2 h2 {
        font-weight: 700;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

.choose-device .button {
    max-width: 393px;
    padding: 15px 0px 20px;
    border-radius: 6px;
    border: 1px solid #707070;
    font-weight: 700;
    font-size: 0.938rem;
    margin-right: 14px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    display: block;
}


.ico {
    position: relative;
    margin-bottom: 10px;
    height: 96px;
}

.brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

    .brands.brd2 {
        display: none;
    }

    .brands .brand {
        width: auto;
        height: 99px;
        border-radius: 6px;
        border: 1px solid #707070;
        text-align: center;
        flex: 1;
        display: flex; /* Make the parent a flex container */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        cursor: pointer;
        padding: 20px;
    }

.section2 .btn {
    height: 46px;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    margin-bottom: 33px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 43px;
}

.stepCard {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .stepCard .icon {
        background-color: #383838;
        border-radius: 50%;
        width: 65px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        font-weight: 900;
        font-size: 2rem;
        color: #F8CE15;
    }




.download-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

    .download-button a {
        font-weight: 700;
        font-size: 1rem;
        padding: 0px 15px;
        text-decoration: none;
        height: 46px;
        line-height: 46px;
        margin-bottom: 31px;
    }


.btn_blue {
    background-color: #4285F4 !important;
    color: #FFF !important;
    border-radius: 4px !important;
}



@media (max-width: 768px) {
   

    .brands {
        flex-direction: column;
        align-items: center;
    }


    .section2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .brands .brand {
        width: 100%;
    }

 

   

    .choose-device, .section2 h2 {
        font-size: 1.2rem;
    }

  

    #sell_used_device .desc_text {
        font-size: 1rem;
    }
}

.brands.brandsGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: left;
}

@media (max-width: 450px) {
    .brands.brandsGrid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.brandsContainer.container {
    padding-left: unset
}

.brands.brandsGrid img {
    width: auto;
  /*  height: 83px;*/
    max-height: 100%;
}


