/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.tp-caption.Gym-Display,
.Gym-Display {
    font-family: 'Poppins', sans-serif;
}

    .tp-caption.Gym-Display.font-secondary,
    .Gym-Display.font-secondary {
        font-family: 'Playfair Display', Serif;
    }

.contact-section {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    padding: 60px 60px 60px 180px;
    z-index: 0;
}

.contact-image {
    position: relative;
    width: 60%;
    margin-top: 30px;
    z-index: 2;
}

@media (max-width: 991px) {
    .contact-section {
        position: relative;
        display: block;
        width: 100%;
        padding: 20px;
    }

    .contact-image {
        width: 100%;
        margin-top: 0;
    }
}