.chb-bg-img {
    background-position: calc(100% - 35%) calc(100% - 15%);
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-hero-title {
	text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.8);
}

.about-us-section {
    position: relative;
    padding-bottom: 160px;
    top: 56px;
}

.about-us-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 150px;
    display: block;
}

.about-us-contents {
    display: flex;
}

.about-us-content {
    padding-left: 50px;
}

.about-us-header,
.about-us-footer {
    max-width: 800px;
    margin: 0 auto;
	font-size: 20px;
    text-align: center;
}

.au-divider-top {
    padding-top: 30px;
	padding-bottom: 10px;
}

.au-divider-bottom {
	padding-top: 50px;
    padding-bottom: 30px;
}

.about-us-contents {
    max-width: 750px;
    margin: 0 auto;
	padding-top: 40px;
}

.about-us-title h2 {
	font-size: 32px;
}

.about-us-content-txt p {
	font-size: 20px;
	padding-right: 30px;
}

.about-us-icon {
	flex-shrink: 0;
}

.top-wave.bg-wave {
    background-position: top center;
    top: -100px;
    left: 0;
    right: 0;
}

.bg-wave {
    display: block;
    width: 100%;
    height: 100px;
    background-size: 101% auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: -2px;
    right: 0;
}

.dots-top-left {
    position: absolute;
    top: 10px;
    left: -70px;
    width: 340px;
    height: auto;
    z-index: 0;
}

.dots-bottom-right {
    position: absolute;
    bottom: -140px;
    right: -90px;
    width: 340px;
    height: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .top-wave.bg-wave {
        top: -100px;
    }

    .dots-top-left {
        top: -25px;
        left: -100px;
        width: 300px;
    }

    .dots-bottom-right {
        bottom: -75px;
        right: -100px;
        width: 300px;
    }
}

@media (min-width: 1024px) {
    .top-wave.bg-wave {
        top: -149px;
    }

    .bg-wave {
        height: 150px;
    }
}

@media (max-width: 768px) {
	.about-us-contents {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

	.about-us-container {
        padding: 50px;
    }

    .about-us-content {
        padding-left: 0;
    }

    .about-us-content-txt p {
        padding-right: 0;
    }
	
    .dots-top-left {
        top: 250px;
        left: -67px;
        width: 200px;
    }

    .dots-bottom-right {
        bottom: -10px;
        right: -58px;
        width: 200px;
    }
}