.p-page-shipping{
    margin:0 0 100px 0;
}
.p-page-shipping-container{

}
.p-page-shipping-a{
    width:calc(50% - 40px);
    margin:0 0 0 40px;
}
.p-page-shipping-b{
    width:calc(50% - 40px);
    margin:0 0 0 40px;
}
/**/
.p-page-shipping-title{
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 30px 0;
}
.p-page-shipping-text{
    text-align: center;
    margin:0 auto 50px auto;
    max-width: 800px;
}
.p-page-shipping-text p{
    font-size:16px;
    line-height: 150%;
}
.p-page-shipping-sub-title{
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.p-page-shipping-content{
    background: var(--white);
    padding:20px;
    border-radius: 3px;
    border:1px solid var(--gray-200);
}
.p-page-shipping-grid{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:0 0 40px -20px;
}
.p-page-shipping-grid li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:calc(25% - 20px);
    margin:0 0 30px 20px;
    background: var(--white);
    border:1px solid var(--orange-600);
    padding:40px 20px;
    line-height: 160%;
    border-radius: 3px;
    font-size: 16px;
}
.p-page-shipping-grid li:before{
    content: '\e906';
    font-family: si-solid;
    position: absolute;
    top:-15px;
    left:50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    width:30px;
    height:30px;
    color:var(--orange-600);
    background: var(--white);
    border-radius: 20px;
    border:1px solid var(--orange-600);
    font-size:18px;
    transition: .3s;
}
.p-page-shipping-grid li:hover:before{
    top:-20px;
    width:40px;
    height:40px;
}
.p-page-shipping-list{
    margin:0 0 60px 0;
}
.p-page-shipping-list li{
    position: relative;
    text-align: center;
    margin:0 0 20px 0;
    padding:0 0 0 20px;
    font-size:16px;
    font-weight: 400;
}
