main{background:var(--middl-black); padding-bottom: 1px;}
.columns-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100vw;
    max-width: 1810px;
}
.columns-box.not-indent{
    width: 100%;
}
.columns-box-item {
    border: 1px solid #393939;
    padding: 40px;
    border-right: 0;
}
.columns-box-item:last-child{
    border-right: 1px solid #393939;
}
.columns-box-item p:last-child{
    margin-bottom: 0;
}
.buyout-btns button.GA-PS-btn {
    margin: 50px 0;
}
.column-wrap{
    display: flex;
    flex-direction: column;
    gap: 125px;
    align-items: start;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
}
.columns-box_number{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.number_box {
    width: 70px;
    height: 70px;
    border: 1px solid #393939;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 18px;
    text-align: center;
    color: #7E7E7E;
}
.columns-box_title {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}
.columns-box_text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.buyout-page h2:not(:first-child), .map_box h2{
    margin: 50px 0 30px;
}
@media (max-width: 1921px){
    .columns-box{
        width: calc(100vw - 80px);
    }
    .columns-box.not-indent{
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1440px){
    .columns-box-item {
        padding: 25px;
    }
    .column-wrap {
        gap: 80px;
        padding: 0;
    }
    .number_box{
        font-size: 18px;
        aspect-ratio: 1;
        height: 100%;
        width: auto;
        padding: 10px;
    }
    .columns-box_number svg{
        max-width: 40%;
    }
    .columns-box_title {
        font-size: 22px;
    }
}
@media (max-width: 992px) {
    .columns-box {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }
    .columns-box-item:nth-child(2) {
        border-right: 1px solid #393939;
    }
    .buyout-page h2 {
        font-size: 32px;
        line-height: 120%;
    }
}
@media (max-width: 600px) {
    .columns-box {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin-left: 0;
        width: 100%;
    }
    .columns-box-item {
        padding: 25px;
        border-right:  1px solid #393939;
        border-bottom: 0;
    }
    .columns-box-item:last-child{
        border-bottom: 1px solid #393939;
    }
    .column-wrap {
        gap: 50px;
        padding: 0;
    }
}