.boxHistory1Layout {
    flex-grow: 1;
    background: #fff;
    display: flex;
    flex-direction: row;
}

.boxHistory1Container {
    background: #fff;
    width: 50%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.boxHistory1Padding{
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    overflow: hidden;
}
.boxHistory1PaddingLeft{
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    overflow: hidden;
}
.boxHistory1PaddingRight{
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    overflow: hidden;
}
.boxHistory1Title {
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
}

.boxHistory1Info {
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.boxHistory1Info2 {
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.boxHistory1Info2 p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.boxHistory1List{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
}

.boxHistory1Buttons{
    display: flex;
    gap: 2em;
}

.box3MobileSwap-history {
    display: flex;
    flex-direction: row;
}

@media screen and (min-width: 1440px) {
    .boxHistory1PaddingLeft{
        padding-left: 120px;
    }
    .boxHistory1PaddingRight{
        padding-right: 120px;
    }
}
@media screen and (max-width: 900px) {

}
@media screen and (max-width: 767px) {
    .box3MobileSwap-history{
        flex-direction: column-reverse;
    }
    .boxHistory1PaddingLeft{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .boxHistory1PaddingRight{
        padding-right: 20px;
        padding-left: 20px;
    }
    .boxHistory1Padding{
        padding-left: 20px;
        padding-right: 20px;
    }
    .boxHistory1Layout {
        flex-direction: column;
    }
    .boxHistory1Container {
        width: auto;
    }
    .boxHistory1Title {
        font-family: var( --font-family-roboto);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */

        word-wrap: break-word;
    }
    .boxHistory1Buttons{
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
}
