.reason_container{
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 100px auto;
}

.number-container {
    display: inline-block;
    text-align: center;
    width: 10%;
}

.number {
    font-size: 94px;
    font-weight: 600;
    display: block;
    color: #CAB78D;
}

.line {
    width: 45px;
    height: 5px;
    background-color: #CAB78D;
    margin: -20px auto;
}

.reason{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.midle_gap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.reason_text{
    width: 90%;
    font-size: 24px;
    text-align: justify;
}

.reason_title{
    font-size: 34px;
    font-weight: 600;
    color: #CAB78D;
}

.reason_title2{
    font-size: 34px;
    font-weight: 600;
    color: #CAB78D;
    text-align: end;
}


@media only screen and (max-width: 600px) and (min-width: 300px){
    .reason_container{
        width: 90%;
    }

    .number {
        font-size: 54px;
        font-weight: 600;
        display: block;
        color: #CAB78D;
    }

    .line {
        width: 40px;
        height: 5px;
        background-color: #CAB78D;
        margin: -5px auto;
    }

    .reason_title{
        font-size: 28px;
        align-items: start;

    }

    .reason_title2{
        font-size: 28px;
        text-align: end;
    }

    .reason_text{
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 600px){
    .reason_container{
        width: 90%;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1200px){

    .reason_container{
        width: 90%;
    }
}