.business_nav_brand{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
    width: 7.5%;
}
.business_banner{
    background-image: url(/images/business/business_banner.png);
    background-size: cover;
    background-position: top;
    padding: 19% 9%;
    margin-top: 5%;
    position: relative;
}
.business_content{
    width: 60%;
    padding-left: 9%;
}
.business_background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(25, 25, 25, 0.80) 0%, rgba(0, 0, 0, 0.00) 85%);
    opacity: 0.9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.business_content h1{
    font-size: 2.6rem;
    margin-bottom: 1rem;
}
.business_content p{
    width: 50%;
}
.highlights {
    padding: 6% 9%;
    background-color: #1A1A1A;
    color: #FFFFFF;
}
.highlights .icon_container{
    width: 10%;
    margin-bottom: 1rem;
}
.business_partners{
    padding: 6% 9%;
    background-color: #E8E8E8;
}
.business_feedback{
    padding: 2% 7% 6% 7%;
    background-color: #E8E8E8;
}

.business_partners h2{
    margin-bottom: 2.5rem;
}
.business_partners .partner_img{
    text-align: center;
}

.business_feedback .feedback_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%; margin: 0 auto; text-align: center;
}
.business_feedback .feedback_content h3, .business_feedback .feedback_content .feedback_profile{
    margin-bottom: 1rem;
}
.business_feedback .feedback_content .feedback_profile {
    border-radius: 50%;
    overflow: hidden;
}
.business_feedback .feedback_content .feedback_profile>img {
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.business_account{
    background-image: url(/images/business/business_account_bg.png);
    background-size: cover;
    background-position: center;
    padding: 17% 9%;
    position: relative;
}
.account_content{
    width: 40%;
    padding-left: 6%;
}
.account_background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(25, 25, 25, 0.95) 0%, rgba(0, 0, 0, 0.00) 100%);
    opacity: 0.9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.account_content h1 {
    margin-bottom: 1.3rem;
}
.get_started{
    padding: 6% 9%;
}
.get_started h2 {
    margin-bottom: 1rem;
}
.get_started .img_container>img{
    width: 100%;
}
.get_started .vertical-line {
    position: relative;
    width: 1.5px;
    height: 120%;
    background-color: #000;
    margin: 0 auto;
}
.vertical-line::before{
  content: "";
  position: absolute;
  width: 12px; /* Adjust the circle size as needed */
  height: 12px; /* Adjust the circle size as needed */
  background-color: #000;
  border-radius: 50%;
}
.vertical_line_last::after{
    content: "";
    position: absolute;
    width: 12px; /* Adjust the circle size as needed */
    height: 12px; /* Adjust the circle size as needed */
    background-color: #000;
    border-radius: 50%;
}
.vertical-line::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* Centers the circle horizontally at the top */
}

.vertical_line_last::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* Centers the circle horizontally at the bottom */
}

@media (min-width: 2560px){
    .business_banner{
        margin-top: 7%;
        padding: 22% 9%;
    }
    .business_content h1, .h1, h1{
        font-size: 4.5rem;
        margin-bottom: 2rem;
    }
    .business_content p {
        width: 80%;
        margin-bottom: 2rem;
    }
    .h2, h2, .get_started h2 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }
    .h3, h3 {
        font-size: 3rem;
    }
    .business_feedback .feedback_content .feedback_profile{
        width: 11%;
    }
    .vertical-line::before, .vertical_line_last::after{
        width: 20px;
        height: 20px;
    }
    .business_account {
        padding: 19% 9%;
    }
    .account_content h1, .account_content p {
        margin-bottom: 2.3rem;
    }
    .get_started .py-3 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .get_started .vertical-line {
        height: 130%;
    }
    .get_started h2, .highlights p {
        margin-bottom: 2rem;
    }
}
@media (min-width: 1900px) and (max-width: 2399px) {
    .business_content h1, .h1, h1 {
        font-size: 3.6rem;
        margin-bottom: 3rem;
    }
    .h2, h2 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .highlights .icon_container {
        width: 12%;
        margin-bottom: 2rem;
    }
    .business_content p {
        width: 80%;
        margin-bottom: 3rem;
    }
    .highlights p{
        margin-bottom: 2rem;
    }
    .account_content h1 {
        margin-bottom: 2rem;
    }
    .h3, h3 {
        font-size: 2rem;
    }
}
