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

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

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

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

.locations-heading {
    text-align: center;
    padding-bottom: 50px;
}

.locations-title h2 {
    font-size: 48px;
}

.locations-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
    padding: 50px 30px;
}

.locations-name,
.locations-detail {
    flex: 1;
    min-width: 300px;
}

.locations-name p {
    font-size: 24px;
    font-weight: bold;
	text-align: center;
}

.locations-detail {
    text-align: center;
}

.locations-address {
	margin-bottom: 20px;
}

.locations-address-1 {
    font-size: 22px;
    font-weight: bold;
}

.locations-address-2 {
	font-size: 18px;
}

.locations-direction-btn {
    display: flex;
	justify-content: center;
	margin-top: 20px;
}

.locations-direction-btn a {
    background-color: #D85F6A;
    padding: 10px 50px;
    border-radius: 13px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.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: -130px;
        right: -100px;
        width: 300px;
    }
}

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

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

@media (max-width: 768px) {
	.locations-container {
		padding: 25px 50px;
	}
	
	.locations-contents {
		flex-direction: column;
		padding: 50px 0;
	}
	
	.locations-name p {
		font-size: 22px;
	}

	.locations-address-1 {
		font-size: 20px;
	}

	.locations-address-2 {
		font-size: 16px;
	}

	.dots-top-left {
        top: -55px;
        left: -67px;
        width: 200px;
    }

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

@media (max-width: 480px) {
	.locations-container {
		padding: 0 50px;
	}

	.locations-title h2 {
    	font-size: 40px;
	}
}