#section1 {
    background-size: contain;
    background-position: 100% 0
}

.main-header {
    text-align: center;
    padding-bottom: 50px
}

.section1 .para-txt {
    padding-bottom: 20px
}

b,strong {
    font-weight: 600
}

.link-txt {
    color: #2aa1db
}

.link-txt:focus,.link-txt:hover {
    opacity: .8
}

.sub-header-content {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #4d4d48;
    padding: 30px 0 20px;
    letter-spacing: -1px
}

.section1 ol,.section1 ul {
    margin: 0;
    padding-left: 50px
}

.para-txt-tc {
    padding-top: 15px
}

@media (max-width: 768px) {
    .section1 .para-txt {
        text-align:left
    }

    .sub-header-content {
        font-size: 34px;
        line-height: 40px
    }
}

@media (max-width: 480px) {
    .main-header {
        padding-bottom:0;
        margin-bottom: 30px
    }

    .sub-header-content {
        font-size: 28px;
        line-height: 36px;
        padding: 15px 0 5px
    }

    .section1 ol,.section1 ul {
        padding-left: 30px
    }

    .section1 .para-txt {
        padding-bottom: 15px
    }
}
