.page-template-template-company-fullwidth .page-header{background: #1d2757;padding: 50px 20px !important}
.page-template-template-company-fullwidth #page .page-header .page-title{color: #fff;font-size: 50px;margin-bottom: 20px;font-weight: bold;}
.page-template-template-company-fullwidth .page-header .si-breadcrumbs{color: #fff;padding-bottom: 0px;}
.page-template-template-company-fullwidth .page-header>.si-container{display: block;text-align: center;}
.page-template-template-company-fullwidth .si-page-header-title{width: 100%;}
.page-template-template-company-fullwidth #main>.si-container{display: block;padding: 15px 0px;}
.agency-card {
	display: grid;
	grid-template-columns: 25% 1fr;
	min-height: 126px;
	border: 1px solid #555;
	background: #fafbfb;
	margin-bottom: 30px;
	overflow: hidden;
	align-items: center;
}

.agency-image {
	background: #000;
	min-height: 126px;    height: 100%;
}
.agency-image img{object-fit: cover;  height: 100%;width: 100%;}
.agency-content {
	position: relative;
	padding: 25px;
	min-width: 0;
}

.agency-title {
	margin: 0;
	padding-right: 160px;
	font-weight: 700;
}
.agency-location {
	margin-top: 7px;font-size: 18px;line-height: 24px;color: #000;margin-bottom: -10px;
}
.agency-description {
	margin: 7px 0 8px;font-size: 18px;line-height: 24px;color: #000;
}

.rating {
	position: absolute;
	top: 11px;
	right: 25px;
	color: #e7a921;
	font-size: 30px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.card-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.services {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	font-size: 16px;
}
.service {
	border: 1px solid #222;
	background: #fff;
	padding: 10px 15px;
	line-height: 1;
	white-space: nowrap;
}
.visit {
	color: #ed6a28;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;font-size: 18px;line-height: 24px;
}

/* CTA */
.cta {
	min-height: 74px;
	background: linear-gradient(105deg, #4857a9 0%, #4857a9 42%, #f26522 100%);
	color: #fff;
}
.cta-inner {
	width: min(100% - 40px, 520px);
	margin: 0 auto;
	min-height: 74px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}
.cta-text {
	font-size: 12px;
	line-height: 1.25;
	max-width: 310px;
}
.cta-button {
	background: #425a9e;
	color: #fff;
	text-decoration: none;
	padding: 8px 18px;
	font-size: 8px;
	white-space: nowrap;
}
@media(max-width: 767px)
{
	.agency-card{grid-template-columns: 1fr !important;margin-left: 15px !important;margin-right: 15px !important;}
	body .card-bottom{display: block;}
	body .services{margin-bottom: 20px;}
	body .agency-content{display: grid;}
	body .agency-content .rating{position: initial;order: -1;}
	body .agency-title{padding-right: 0px}
}