.visit-btn-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background-color: #F8F9FA;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 10px 0px 10px 10px;
    z-index: 1;
}

.visit-us-button {
       display: inline-block;
    background-color: #5271FF;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 18px 40px;
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.visit-us-button::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 32px;
    background-color: transparent;
    right: 0px;
    top: -50px;
    box-shadow: 35px 20px 0 0 #f8f9fa;
}

.info p strong, .info p b {
	display: inline-block;
	padding-bottom: 8px;
	line-height: 1.2;
}

.info p {
	line-height: 1.2;
	padding-bottom: 8px;
}

.info h4 {
	font-weight: 700;
	font-size: 22px;
}

.info p a {
	font-weight: 600;
	font-size: 15px;
}

.cta-wrapper .btn {
	margin-top: 0 !important;
}

.visit-us-button::after {
    content: "";
    width: 50px;
    height: 40px;
    position: absolute;
    border-radius: 32px;
    background-color: transparent;
    left: -50px;
    bottom: 0;
    box-shadow: 15px 25px 0 0 #f8f9fa;
}

.advance-mortgage-visit-map-block .fs-2 {
	margin-right: auto;
}

@media (max-width: 768px) {
	.advance-mortgage-visit-map-block .fs-2 {
		margin-right: unset;
	}
	
	.advance-mortgage-visit-map-block .info {
		width: 250px;
		padding-top: 16px !important;
		align-self:center;
		
	}
	
	.advance-mortgage-visit-map-block .info > div:first-child {
		align-items: unset!important;
	}
	.cta-wrapper {
		align-self: center;
	}
}

.advance-mortgage-visit-map-block .container {
        max-width: 926px;
        margin: 0 auto;
    }

    .map-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 400px;
    }
    
    .map-container iframe .gmnoprint {
        display: none !important;
    }

    .map-container iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 32px;
        max-width: 641px;
        max-height: 382px;
    }

    .cta-wrapper .btn {
		display: flex;
        gap: 8px;
        padding-left: 0;
        padding-right: 0;
        width: 173px;
    }

    .info svg {
        width: 100%;
        height: 100%;
        max-width: 16px;
        max-height: 16px;
    }

    .info span {
        font-size: 14px;
        line-height: 100%;
        color: #191919;
    }