/* Configure Section Styles */
#configure-section {
    background-color: #faf3ef;
    padding: 50px 50px;
    color: black;
    text-align: center;
}

#configure-section .bordered-image {
    background-color: #2c2b32;
}

#configure-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.configure-content {
    margin: 0 auto;
    max-width: 650px;
}

.configure-text {
    margin-bottom: 30px;
}

.configure-left {
    text-align: center;
}

.configure-left img, .configure-right img {
    width: 400px;
    border-radius: 8px;
}

@media (max-width: 768px) {

    #configure-section {
        padding: 50px 40px;
        text-align: left;
    }

    #configure-section h2 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .configure-text {
        text-align: left;
    }

    .configure-left {
        padding-top: 15px;

    }

}
