.co-duty {
    background-color: #dcdedf;
    font-family: Arial, Helvetica, sans-serif;
    color: #515151;
    overflow: hidden;
    padding: 80px 0 100px;
}

.co-duty .page {
    padding: 0 10px;
}

@media (min-width: 360px) {
.co-duty .page {
    padding: 0 15px;
}}

@media (min-width: 768px) {
.co-duty .page {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
}}

@media (min-width: 992px) {
.co-duty .page {
    max-width: 940px;
}}

@media (min-width: 1200px) {
.co-duty .page {
    max-width: 1140px;
}}


.co-duty h1 {
    color: #113e5e;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    margin: 40px 0 60px;
}

.co-duty h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin: 40px 0 20px;
}

.co-duty h3 {    
    margin: 20px 0 10px;
}

.co-duty img.logo {
    width: 250px;
    height: auto;
}


.co-duty ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
}


.co-duty p,
.co-duty li,
.co-duty li {
    color: #515151;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
}

.co-duty a {
    color: #113e5e;
    font-weight: 600;
    text-decoration: none;
}

.co-duty p.address {
    font-weight: 600;
    margin: 25px 0 0 0;
}

.co-duty p.amt {
    font-weight: 600;
    margin: 25px 0 0 0;
}

.co-duty span.link {
    color: #515151;
    text-decoration: none;
    cursor: pointer;
}


.co-duty table {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}

.co-duty table tr td {
    border-top: 1px solid #eee;
    font-weight: 600;
    padding: 6px 24px;
}

@media (min-width: 360px) {
.co-duty h1 {
    font-size: 26px;
    line-height: 32px;
}
.co-duty h2 {
    font-size: 24px;
    line-height: 30px;
}
.co-duty p,
.co-duty li {
    font-size: 16px;
    line-height: 24px;
}}


@media (min-width: 400px) {
.co-duty h1 {
    font-size: 28px;
    line-height: 34px;
}
.co-duty h2 {
    font-size: 25px;
    line-height: 32px;
}
.co-duty p,
.co-duty li {
    font-size: 17px;
    line-height: 25px;
}}


@media (min-width: 992px) {
.co-duty h1 {
    font-size: 36px;
    line-height: 40px;
}
.co-duty h2 {
    font-size: 26px;
    line-height: 38px;
}}
    
@media (min-width: 1200px) {
.co-duty h1 {
    font-size: 40px;
    line-height: 40px;
}
.co-duty h2 {
    font-size: 28px;
    line-height: 40px;
}}







