.banner_content .content_section {
    padding: 20px;
    background: #090a0294;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgb(223 163 22);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.banner_section .right_form {
    position: absolute;
    bottom: 20%;
    right: 5%;
    width: 22%;
    height: auto;
    border-radius: 20px;
    border: 20px solid #a19f93;
    overflow: hidden;
}
.carousel_btns {
    display: none;
}
.divider {
    display: block;
    height: 3px;
    width: 100px;
    background-color: #dfa316;
    border-radius: 20px;
    margin-bottom: 14px;
}
header ul li a {
    font-size: 13px;
}

.banner_content .content_section {
    padding: 20px;
    background: #2a310e8a;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgb(223 163 22) !important;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.banner_btn button {
    font-size: 13px;
    padding: 8px 15px !important;
}
.banner_section .right_form {
    bottom: 20%;
    right: 5%;
    width: 22%;
    height: auto;
    border-radius: 20px;
    border: 20px solid #a19f93;
    overflow: hidden;
}
.carousel_btns {
    display: none;
}
.divider {
    display: block;
    height: 3px;
    width: 100px;
    background-color: #dfa316;
    border-radius: 20px;
    margin-bottom: 14px;
}

@media screen and (max-width: 770px)
{
	.right_form {
    display: none;
}
	.banner_section ul.key_high li span {
    color: #fff !important;
    font-size: 13px !important;
}
	.banner_section ul.key_high li img {
    filter: brightness(1);
}

.banner_btn button{
	color: #fff !important;
}
h1.title {
    color: #fff;
}
h2.typo {
    color: #fff;
    font-size: 16px !IMPORTANT;
}
}