
*{
    
}
.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, 251, 217),
	rgb(217, 251, 217) 25px,
	rgb(217, 253, 202) 0,
	rgb(217, 253, 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: 1rem;
    line-height: 2rem;
    margin: 0 auto;
    padding: 1rem 0;
    color: #333;
}

.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-between;
    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);
}
.b-img {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
    justify-content: space-between;
}
.c-img {
    position: relative;
    width:49.7%;
    margin-bottom: 0.6%;
}
.c-img img{
    vertical-align: top;
}
.c-img p{
    position: absolute;
    z-index: 2;
    font-size: 1.5rem;
    top: 1.5rem;
    right: 0.9rem;
    color: #fff;
    font-weight: bolder;
}
.c-img:nth-child(even) p{
    left: 0.9rem;
    text-align: left;
}
.k-wrapper {
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.k-box {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
    justify-content: space-around;
    margin-bottom: 2rem;
}
.k-discription {
    width: 45%;
    text-align: left;
}
.k-discription h2{
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
.k-discription p{
    font-size: 1.5rem;
}
.k-img{
    width: 45%;
    position: relative;
}
.k-img > .k-circle{
    width: 9rem;
    height: 9rem;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(255, 216, 42);
    top:0;left:0;
    z-index: 2;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.k-img > .k-circle p{
    font-weight: bold;
    margin: auto;
    font-weight: bold;
    font-size: 1.2rem;
}
.k-img img {
    border-radius: 50%;
    border: 6px solid rgb(255, 216, 42);
}