@media only screen and (max-width: 767px) {
    .hero {
        margin-top: 15%;
        line-height: 1;
        display: flex;
        flex-flow: row;
        flex-direction: row;
        background-size: cover;
        background-position: center;
		border: unset;
		border-radius: unset;
		background-color: unset;
    }
    .hero h1 {
        font-size: 18vw; /* Adjust the font size as needed */
        font-weight: 700;
        color: #333333; /* Set the text color to your preference */
        margin-bottom: 0;
    }
    .hero h2 {
        font-size: 7vw; /* Adjust the font size as needed */
        font-weight: 500;
        color: #333333; /* Set the text color to your preference */
    }
    .button {
        background-color: #333333; /* Set the button background color to your preference */
        color: #fff; /* Set the button text color to your preference */
        border-radius: 7px;
        text-align: center;
        padding: 16px 32px;
    }
    .hero a {
        width: fit-content;
        margin-top: 43px;
    }
    .hero div {
        width: 100%; /* Full width for mobile */
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0; /* No margin for mobile */
    }
    .hero img {
        display: none; /* Hide the image as it's now set as a background */
    }
	.exp-box {
		width: auto;
	}
	.exp-title {
		font-size: 8.5vw;
		margin-bottom: 10px;
	}
	.exp-text {
		max-height: unset;
		overflow: unset;
		min-height: unset;
	}
	section {
		padding: 5% 5% 10% 5%;
	}
	.contact h1 {
		font-size: 18vw;
		margin-bottom: 10px;
   	}
}