.banner {
    position: relative;
    z-index: 5;
    padding: 9rem 4.75rem 0;
    min-height: 100vh;
}
.banner_imgdeco {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 43%;
    height: auto;
    object-fit: contain;
}
.banner_content {
    display: flex;
    gap: 7rem;
    position: relative;
    z-index: 10;
}
.banner_content_title {
    color: white;
    font-size: 8.75rem;
    font-family: "Plus Jakarta Sans", Sans-serif;
}
.banner_content_title strong {
    color: #4edceb;
}
.banner_right {
    flex: 1 0 0;
}
.banner_right_label {
    color: #6dcce5;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 1.375rem;
    line-height: 1.2;
}
.banner_right_title {
    color: white;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 5.938rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.banner_right_link {
    display: flex;
    cursor: pointer;
    color: white;
    font-size: 1.75rem;
}
.banner_right_line {
    margin-top: 6rem;
    margin-bottom: 6rem;
    height: 1px;
    width: 100%;
    background: #4edceb4a;
}
.banner_right_address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 3rem;
    margin-bottom: 1rem;
}
.banner_right_address > p {
    color: white;
    font-size: 1.25rem;
    font-family: "Plus Jakarta Sans", Sans-serif;
    flex: 1 0 0;
}
.banner_right_address_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.25rem 1.875rem;
    width: max-content;
    cursor: pointer;
    background: #bbe8f300;
    color: #4edceb;
    border-radius: 3rem;
    border: 2px solid #4edceb;
}
.banner_right_address_btn p {
    color: #4edceb;
}
.banner_right_address_btn svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #4edceb;
}
.font_contact_white {
    gap: 15rem;
    padding-bottom: 10rem;
}
.font_contact_white_content p,
.font_contact_white_content .font_contact_white_title {
    max-width: 31.25rem;
}
.font_contact_white_deco {
    left: 5rem !important;
    width: 30rem !important;
}
.banner_right_label2 {
	font-size: 1.5rem;
    font-weight: 500;
	margin-bottom: 1rem;
}
@media (max-width: 639px) {
	.banner_right_label2 {
		text-align: center;
	}
    .banner {
        padding: 3rem 1.118rem 4rem;
    }
    .banner_content {
        flex-direction: column;
        gap: 9rem;
    }
    .banner_content_title {
        font-size: 2rem;
        text-align: center;
    }
    .banner_content_title br {
        display: none;
    }
    .banner_right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .banner_right_title {
        font-size: 2rem;
        line-height: 1.3;
        text-align: center;
    }
    .banner_right_line {
        margin: 1rem 0;
        gap: 2rem;
    }
    .banner_right_address {
        flex-direction: column;
    }
    .banner_right_address > p {
        font-size: 1.25rem;
        text-align: center;
    }
    .banner_imgdeco {
        width: 100%;
		display: none;
    }
    .banner_right_address_btn p {
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
    }
    /*  */
    .font_contact_white_deco {
        width: 90%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .font_contact_white_title {
        text-align: center;
        font-size: 2rem;
    }
    .font_contact_white_content p {
        text-align: center;
        font-size: 1.4rem;
    }
    .font_contact_white {
        gap: 11rem;
        padding-bottom: 2rem;
    }
	.banner_right_link {
		text-align: center;
		margin-bottom: 0.5rem;
	}
}
