main {
    margin-top: 48px;
}

main .title {
    margin-bottom: 64px;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    color: #C49A6C;
    text-align: center;
}

.shipping {
    padding: 0 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shipping img {
    margin-bottom: 30px;
}

.shipping  .shipping-row {
    margin-bottom: 20px;
    text-align: center;
}

.shipping  .shipping-row .ship-title {
    margin-bottom: 10px;
    font-weight: 700;
}

@media(max-width: 1024px) {
    .shipping {
        padding: 0;
    }
}