﻿.content-container {
    margin: 15px 10%;  
}

.anchor {
    position: relative;
    top: -80px;
}

.lbl-title {
    font-size: 18px;
    font-weight: bold;
}

.privacy-content {
    border: 1px solid #BBB;
    padding: 20px;
}

.lbl-subtitle {
    font-size: 16px;
    font-weight: bold;
}

.img-shipping {
    width: 360px;
}

@media (max-width: 499px) {
    .img-shipping {
        width: 200px;
    }
}