.auction-wrapper {
    line-height: 1.1;
}

.auction-hero {
    background-color: #F8F5EE;
}

.auction-hero-content {
   padding-top: 70px;
}

.content-description {
    margin-top: 60px;
}

   .header-title {
        font-size: 40px;
    }

    .custom-color {
        color: #F26621 ;
    }

    .header-paragraph {
        font-size: 65px;
        line-height: 6rem;
    }

    .header-description {
        line-height: 2.5rem;
        font-size: 20px;
    }

    .online-auction .online-description {
        line-height: 2.5rem;
        font-size: 20px;
    }

    .custom-round {
        border-radius: 30px;
        padding: 15px 45px;
        background-color: #F26621;
        color: white;
    }

    .content-arrow {
        margin-right: 6px;
    }

    .custom-round:hover {
        color: white;
    }

    .no-credit-text {
        font-size: 20px;
    }

    .online-fundraising-title {
        font-size: 51px;
    }
    .upper-section {
        text-align: left;
        margin-left : 25px
    }
    
    .text-section {
        margin-top: 30px;
    }
    
    .sub-text {
        margin: 30px;
    }

    .text {
    text-align: left;
    margin-right: 100px;
    line-height: 2.5rem;
    font-size: 20px;
    }
    
    .upper-header {
        font-size: 42px;
    }
    .how-does-it-work {
        background-color: #F26621;
        color: white;
    }

    .how-does-it-work figure img {
        background-color: white;
        height: auto;
        width: 173px;
        display: block;
        overflow: hidden;
        border-radius: 50%;
        margin: 0 auto;
    }

    .how-does-it-work figure .feat-name {
        font-size: 1.8rem;
        text-align: center;
        font-weight: 700;
        padding-top: 20px;
    }

    .who-can-use .feat-name {
        font-size: 1.8rem;
        text-align: center;
        font-weight: 700;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .how-does-it-work figure .feat-desc {
        text-align: center;
        padding: 12px 10px;
        line-height: 2.5rem;
    }

    .how-does-it-work .h2 {
        font-size: 51px;
    }

    .online-auction .h2 {
        font-size: 50px;
        line-height: 5rem;
    }

    .how-does-it-work figure .feat {
        position: relative;
        margin: 0 auto 16px;
    }

    .who-can-use {
        background-color:#F8F5EE ;
    }

    .who-can-use .h2 {
        font-size: 51px;
    }

    .auction-img {
        width: 296px;
    }

    .who-can-use img {
        width: 35%;
    }

    .feat img{
        padding: 20px;
    }

    @media (max-width:991px) and (min-width:768px) {
        .how-does-it-work figure img {
            background-color: white;
            height: auto;
            width: 173px;
            display: block;
            overflow: hidden;
            border-radius: 50%;
            margin: 0 auto;
        }

        .how-does-it-work figure .feat-name {
            font-size: 1.8rem;
            text-align: center;
            font-weight: 700;
            padding-top: 20px;
        }

        .how-does-it-work figure .feat-desc {
            text-align: center;
            padding: 12px 10px;
        }

        .how-does-it-work figure .feat {
            position: relative;
            margin: 0 auto 16px;
        }
    }

    @media (max-width: 767px) {
        .custom-round {
            padding: 15px 18px;
            font-size: 19px;
        }

        .content-description {
            text-align: center;
        }

        .text{
            text-align: center;
        }

        .upper-section{
            text-align: center;
            margin-left: auto;
        }
        .pull-right {
            float: none !important;
        }
       
    }

    @media (max-width: 999px) {
        .online-fundraising-title {
            line-height: 5rem;
            font-size: 45px;
        }
        .who-can-use .h2 {
            line-height: 5rem;
            font-size: 45px;
        }
        .how-does-it-work .h2 {
            line-height: 5rem;
            font-size: 45px;
        }

        .header-title {
            font-size: 28px;
        }
        .header-paragraph {
            font-size: 42px;
            line-height: 3.5rem;
        }
        .header-description {
            line-height: 2rem;
            font-size: 16px;
        }

        .custom-round {
            border-radius: 30px;
            padding: 10px 30px;
            background-color: #F26621;
            color: white;
            font-size: 17px;
        }
        .no-credit-text {
            font-size: 15px;
        }

        .text {
            line-height: 2.5rem;
            font-size: 16px;
            margin-right: auto;
        }

        .upper-header {
            font-size: 30px;
        }
    }

    @media (max-width: 400px) {
        
    .online-auction .h2 {
        font-size: 40px;
    }
    }
