.about-section-text-wrapper {
	display: flex; 
	flex-direction: row; 
	align-items: flex-end; 
	column-gap: 50px;
}

.about-section-text-wrapper p b {
	color: black;
}

#exclusive-car {
    transition: opacity .4s ease-out;
}
.exclusive-cars-wrapper {
    background-image: url(../../../../uploads/2023/07/HeaderCollectionOverview_3er_NEW.jpg);
    background-color: black;
    background-position: center;
    background-size: cover;
    color: #50493D;
    overflow: hidden;
}
.exclusive-cars-wrapper-mobile {
    background-image: url(../../../../uploads/2023/07/Overview_3er_moblie.jpg);
    overflow: scroll;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
}
.exclusive-cars-wrapper-mobile-scrollbar:first-child::-webkit-scrollbar {
    display: none;
} 
.exclusive-cars-wrapper-mobile .exclusive-insight-wrapper{
    transform: translateY(0);
}
.exclusive-insight-wrapper {
    transform: translateY(200%);
    transition: all 1s ease-in-out;
}
.exclusive-insight-wrapper button {
    color: white;
    background: transparent;
    border: 1px solid white;
}
.exclusive-insight-wrapper button a {
    color: inherit;
    text-decoration: none;
}
.exclusive-insight-wrapper button a:hover {
    color: inherit;
}
.exclusive-insight-wrapper-text {
    display: block;
    max-width: 500px;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
    margin-left: 40px;
    width: 70%;
    margin-top: 120px;
    color: white;
}
.exclusive-cars-wrapper svg {
    margin: -50px 0 0 0;
    height: 95px;
    width: 95px;
}
.exclusive-insight-wrapper-text button:hover {
    background: #50493D;
    color: white;
}
@media (min-width: 762px) {
    .exclusive-cars-wrapper {
        height: auto;
    }
    .horizontal-exclusive-section .exclusive-section-left-content { 
        font-size: 55px;
        line-height: 50px;
    }
    .exclusive-insight-wrapper-text {
        width: auto;
        font-size: 40px;
        line-height: 40px;
        /* padding-left: 80px; */
        margin-left: 0;
        margin-top: 0;
    }
    .horizontal-exclusive-insight-section {
        height: 100vh;
    }
    .exclusive-cars-wrapper svg {
        margin: 0 0 0 -100px;
        height: auto;
        width: auto;
    }
}

@media (min-width: 1024px) {
    .exclusive-insight-wrapper-text {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (min-width: 1420px) {
    .horizontal-exclusive-section .exclusive-section-left-content { 
        font-size: 65px;
        line-height: 60px;
    }
}


@media (max-width: 767px) {
    .about-section-text-wrapper {
		flex-direction: column; 
		align-items: flex-start; 
		row-gap: 15px;
	}
}