
*{
    
}
.content {
    position: relative;
}
.content > article {
    width: 100%;
    margin: 0 auto 0;
}
.a-img {
    width: 75%;
    margin: 0 auto;
}
.top-bg {
    width: 100%;
    background:repeating-linear-gradient(
	-40deg,
	rgb(217, 244, 251),
	rgb(217, 244, 251) 25px,
	rgb(203, 242, 252) 0,
	rgb(203, 242, 252) 60px
	);
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.top-bg2 {
    background:repeating-linear-gradient(
	-40deg,
    rgb(217, 254, 231),
	rgb(217, 254, 231) 25px,
	rgb(193, 252, 222) 0,
	rgb(193, 252, 222) 60px
    ) !important;
    margin-top: 4rem !important;
}
.content > article  h1{
    margin: 0 auto 1rem;
    font-size:2.5rem;
    color: #444;
}
.top-y {
    background-color: rgb(255, 216, 42);
    width: 70%;
    margin: 1rem auto;
}
.top-y > h2{
    width: 90%;
    font-size: 1rem;
    line-height: 2rem;
    margin: 0 auto;
    padding: 1rem 0;
    color: #333;
    text-align: left;
}

.contact-button {
    color:#fff;
    font-size: 1.5rem;
    line-height: 4rem;
    border-radius: 2rem;
    background-color: #222;
    width: 40%;
    margin: 1rem auto 3rem;
}

.y-pop {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 4rem;
    border-radius: 2rem;
    background-color: rgb(255, 216, 42);
    width: 40%;
    margin: 0 auto;
}

.b-img {
    margin: 1rem;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
    justify-content: space-between;
}
.c-img {
    width: 50%;
}
