/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
    

}




@media (min-width: 1200px) and (max-width: 1300px) {



}







/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    .history__text h2 {
        font-size: 40px;
    }



}
 



/* LG Device :992px. */
@media (min-width: 768px) and (max-width: 991px) {
    .history__text h2 {
        font-size: 32px;
    }
    .history__text p {
        letter-spacing: -0.22px;
        color: #31484E;
        font-size: 16px;
    }
    .history__left {
        padding-right: 0;
    }
    .history__right {
        padding-left: 0;
    }
    .history-area {
        padding: 60px 0;
    }
    .hedging-area {
        padding: 60px 0;
    }
    .hedging__text p {
        font-size: 16px;
    }
    .hedging__text.hedging__text__right {
        padding-left: 0;
    }
  


}
 






/* SM Small Device :320px. */
@media only screen and (max-width: 767px) {
    .history__text h2 {
        font-size: 30px;
    }
    .history__text p {
        font-size: 17px;
    }
    .history__text.history_text_right {
        padding-top: 0px;
        padding-left: 0;
    }
    .history-area {
        padding: 60px 0;
    }
    .history__text {
        padding-bottom: 0;
        text-align: center;
    }
    .hedging__text.hedging__text__right {
        padding-left: 0;
    }
    .hedging__text p {
        font-size: 17px;
    }
    .hedging-area {
        padding: 60px 0;
    }
    .history-area {
        background-color: #F7F7F7;
        background-image: unset;
    }
    .area__title h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .hedging__text.hedging__text__left {
        padding-right: 0;
    }
    .hedging__text {
       text-align: center;
    }



}










/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

  
    
    
 
}