.contact-form .wpcf7-response-output {
    color: #305EA1 !important;
}
.hero .contact-form .wpcf7-response-output {
    color: #fff !important;
}

.about-page .hero{
	margin-bottom:48px;
}
.about-page .hero__inner{
	padding-top:0;
}
.about-page .hero__title-wrapper{
	background-color:#eeeeee;
	max-width:533px;
	width:100%;
	position:relative;
}
.about-page .hero__info{
	margin-top:0;
	max-width:625px;	
	width:100%;
    border-radius: 0px 30px 30px 0;
	padding-top: 25px;
}
.about-page .hero__content::before{
	content:none;
}
.about-page .hero__title-wrapper::after,
.about-page .hero__title-wrapper::before {
	position: absolute;
    content: '';
    background-image: radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 29px, #eee 30px);
    width: 30px;
    height: 30px;
}

.about-page .hero__title-wrapper::after{
	 right: -30px;
	 top: 0;
}
.about-page .hero__title-wrapper::before{
	 right: -30px;
	 bottom: 0;
	transform:rotate(270deg);
}

.about-page .ceo{
	margin-top:150px;
}
.about-page .ceo__inner{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	position:relative;
}
.about-page .ceo__wrapper{
	border-radius:30px;
	/*background-color:var(--lightblue);*/
	flex-shrink:0;
	max-width:732px;
	width:100%;
	display:flex;
	align-items:flex-end;
	max-height:559px;
	position:relative;
}
.about-page .ceo__icon {
    position: absolute;
    right: 64px;
    top: -28px;
	display: none;
}
.about-page .ceo__wrapper img{
	width: 100%;
	max-width: 66%;
	object-fit: cover;
	max-height: 505px;
	border-radius: 30px;
}
.about-page .ceo__info {
	max-width: 825px;
	width: 100%;
	flex-shrink: 0;
	position: absolute;
	display: flex;
	flex-direction: column;
	right: 0;
	bottom: 10px;
}
.about-page .ceo__quote{
	margin:0;
	font-size:24px;
	color:var(--darkblue);
}
.about-page .ceo__name{
	margin:0;
	color:var(--darkblue);
	margin-top:24px;
	font-size:36px;
}
.about-page .ceo__position{
	font-size:24px;
	color:var(--darkblue);
	margin:0;
}
.about-page .transport{
	margin-top:150px;
	margin-bottom: 150px;
}
.about-page .transport__inner{
	display:flex;
	flex-wrap:wrap;
	gap:36px 20px;
}
.about-page .transport__content{
	max-width:580px;
	width:100%;
}
.about-page .transport__content p{
	margin-top:0;
}
.about-page .transport__content-wrapper{
	display:flex;
}
.about-page .transport__images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	max-width: 43%;
}
.about-page .transport__images .transport__image.top { grid-area: 1 / 1 / 2 / 2; }
.about-page .transport__images .transport__image.bottom { grid-area: 2 / 1 / 3 / 2; }
.about-page .transport__images .transport__image.center { grid-area: 1 / 2 / 3 / 3; }
.about-page .transport__image{
	border-radius:30px;
	overflow:hidden;
}
.about-page .transport__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.about-page .faq{
	margin-top:150px;
}
