/* LOCATION CONTENT */

.fc-location-content {
    padding: 80px 0;
}

.fc-location-content__inner {
    max-width: 1320px;
    margin: 0 auto;
    color: #5B6473;
    font-size: 19px;
    line-height: 1.8;
}


/* SPACE BEFORE PROCESS */

.fc-location-services {
    margin-bottom: 80px;
}



@media (max-width: 767px) {

	.fc-location-content {
		padding: 50px 20px;
	}

	.fc-location-content__inner {
		font-size: 16px;
		line-height: 1.65;
	}

	.fc-location-content__inner h2 {
		font-size: 30px;
	}

	.fc-location-content__inner h3 {
		font-size: 23px;
	}

}










/* ==========================================================
   LOCATION LINKS
========================================================== */

.fc-locations {
    margin-top: 10px;
    text-align: center;
}

.fc-locations__label {
    margin-bottom: 24px;

    color: #4A8E32;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 3px;
    text-transform: uppercase;
}

.fc-locations__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.fc-location-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 12px 18px;

    border: 1px solid rgba(20, 56, 123, .12);
    border-radius: 12px;

    background: #fff;

    color: #14387B !important;

    font-size: 16px;
    font-weight: 600;

    line-height: 1;
    text-decoration: none !important;

    transition: .25s;
}

.fc-location-link svg {
    transition: .25s;
}

.fc-location-link:hover {
    background: #14387B;

    border-color: #14387B;

    color: #fff !important;

    transform: translateY(-2px);
}

.fc-location-link:hover svg {
    transform: translateX(3px);
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .fc-locations {
        margin-top: 10px;
    }

    .fc-locations__label {
        margin-bottom: 18px;

        font-size: 12px;
        letter-spacing: 2px;
    }

    .fc-locations__list {
        gap: 8px;
    }

    .fc-location-link {
        padding: 10px 14px;

        font-size: 14px;
    }

}