main {
    height: 100vh;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 20px auto;
    padding-bottom: 50px;
}

.back-arrow {
    font-size: 35px;
    height: 100px;
}

.back-arrow a {
    color: #919191;
}

.policy-title {
    color:  white;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 1.4;
}

.caption {
    margin-bottom: 20px;
}

.sub-title {
    font-size: 23px;
    font-weight: 600;
    margin: 30px 0 !important;
}

.sub-caption {
    margin-left: 30px;
}

p, .sub-title {
    color: white;
    margin: 10px 0;
    line-height: 1.4;
}

a {
    color: #FDAC2E;
    text-decoration: none;
}

@media (max-width: 1300px) {
    .container {
        margin: 20px 30px;
    }
}