
*{
    
}
.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(251, 217, 217),
	rgb(251, 217, 217) 25px,
	rgb(253, 202, 202) 0,
	rgb(253, 202, 202) 60px
	);
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.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: 2rem;
    margin: 0 auto;
}
.top-y > h2:last-child{
    font-size: 3.5rem;
}
.contact-button {
    color:#fff;
    font-size: 1.5rem;
    line-height: 4rem;
    border-radius: 2rem;
    background-color: #222;
    width: 40%;
    margin: 1rem auto 3rem;
}
.logos {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}
.logo-wrapper {
    width: 23%;
}
.logo-wrapper > div {
    width: 100%;
}
.logo-wrapper > div > img{
    border-radius: 50%;
    border: 4px solid rgb(255, 216, 42);
}
.logo-wrapper  p {
    border-radius: 2rem;
    line-height: 3rem;
    font-weight: bolder;
    background-color: rgb(255, 216, 42);
}