.about-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 84px 0 0 0;
    align-items: center;
}

.about-container section.top {
    display: flex;
    max-width: 1004px;
    width: 100vw;
    padding: 32px;
    box-sizing: border-box;
    color: rgb(0 0 0 / 84%);
    flex-direction: column;
    text-align: center;
}

.about-container section.top h1 {
	color: rgb(0 0 0 / 52%);
	font-weight: 500;
	line-height: 42px;
	margin-top: 32px;
}

.about-container section.top p,
.about-container section.main p {
	line-height: 27px;
	padding: 16px 0;
	font-size: 18px;
	text-align: left;
}

.about-container section.main {
	display: flex;
	flex-direction: column;
	max-width: 1004px;
	width: 100vw;
	padding: 32px;
	box-sizing: border-box;
	color: rgb(0 0 0 / 84%);
	text-align: center;
	padding-top: 20px;
}

.about-newsletter .newsletter-wrap {
	max-width: 940px;
	margin: 64px auto 100px auto;
}

@media screen and (max-width: 1004px) {
    .about-newsletter .newsletter-wrap {
        margin: 100px 26px;
    }
}

.cover-imgs {
	display: flex;
	box-sizing: border-box;
	flex-direction: row;
	flex-wrap: wrap;
}

.cover-imgs img {
	border-radius: 16px;
	object-fit: cover;
	height: 330px;
	max-width: 100%;
}

@media screen and (max-width: 1004px) {

	.cover-imgs img {
		height: 280px;
	}

}

@media screen and (max-width: 720px) {

	.cover-imgs img {
		height: 200px;
	}

}

@media screen and (max-width: 440px) {

	.cover-imgs img {
		height: fit-content;
	}

}

.cover-imgs img.cover1 {
	width: calc(70% - 32px);
	margin-right: 32px;
}

@media screen and (max-width: 440px) {

	.cover-imgs img.cover1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 32px;
	}

}

.cover-imgs img.cover2 {
	width: 30%;
}

@media screen and (max-width: 440px) {

	.cover-imgs img.cover2 {
		width: 100%;
	}

}

.about-container .workwithus-container {
	text-align: left;
	margin: 32px auto 52px auto;
	border-radius: 16px;
}