.table-shipping{
    font-family: Roboto;
    margin: 40px 0;
}

.table-shipping .table-shipping__container{
    margin-bottom: 20px;
    border: 1px solid #EBEBEB;
    padding: 30px 40px 0px 40px;
    display: flex;
    justify-content: space-around;
}

.table-shipping .text--uppercase{
    text-transform: uppercase;
}

.table-shipping .table-shipping__container > div{

}

.table-shipping .table-shipping__footer{
    color: #333333;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 16px;
    padding-left: 30px;
}
.table-shipping .table-shipping__footer ul li {
    list-style: initial;
    line-height: 16px;
}

.table-shipping__container__block1{
    flex: 1;
    max-width: 100px;
}

.table-shipping__container__block2{
    flex: 2;
    padding-right: 2rem;
}

.table-shipping__container__block3{
    flex: 2;
    padding: 0 2rem;
}

.table-shipping__container__block3 > div{
    margin-bottom: 30px;
}

.table-shipping__container__block1 > img{
    float: right;
    margin-right: 24px;
    height: 24px;
}

.table-shipping .table-shipping__container [class*="table-shipping__container__block"] .title {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: inherit;
}

.table-shipping .table-shipping__container [class*="table-shipping__container__block"] .title-country {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: inherit;
    margin-top: 14px;
}

.table-shipping .table-shipping__container [class*="table-shipping__container__block"] .text--subtitle{
    color: #9C9C9C;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0.2rem 0;
    text-align: inherit;
}

.table-shipping .table-shipping__container [class*="table-shipping__container__block"] .text{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: inherit;
    margin: 0px;
    margin-bottom: 0.2rem;
}

@media only  screen and (min-width: 768px) {


}

@media only  screen and (max-width: 768px) {


    .table-shipping .table-shipping__container {
        flex-direction: column;
        padding: 20px 40px 0px 40px;
    }

    .table-shipping__container__block3 > div{
        margin-bottom: 20px;
    }

    .table-shipping__container__block1{
        max-width: inherit;
        margin: 10px 0;
    }
    .table-shipping__container__block1 > img {
        padding-right: 0px;
        margin: 0% auto;
        float: none;
        display: block;
    }

    .table-shipping__container__block2, .table-shipping__container__block3{
        text-align: center;
        margin: 10px 0;
        padding: 0;
    }

    .table-shipping__container__block3{

    }

}

