#about_hero {
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 100%, 0 0);
}

.about-hero {
    position: relative;
    z-index: 2;
}

.about-slogan .av-special-heading-tag {
    font-weight: 900;
    letter-spacing: 8px !important;
}

.dealer-text {
    background-color: transparent;
    background-image: linear-gradient(180deg, #efefef 0%, #ffffff 100%);
    padding: 10px 20px;
    border-top: 1px dotted #d2d2d2 !important;
}

.mission-title {
    background-color: var(--primary);
    padding: 5%;
    border-left: 10px solid var(--secondary) !important;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.26);
}

.mission-title .av-special-heading-tag {
    text-transform: none !important;
}

.value-txt{
    line-height: 1;
    font-weight: 300;
    font-size: 17px !important;
}


h3.value-title {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000000;
    font-weight: bold !important;
    color: #ffff !important;
    font-size: 30px;
    letter-spacing:1px;
}

@media (min-width: 768px) {
    h3.value-title {
        font-size: 45px;
    }
}

.why-us-col {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
}

.why-us-col .wd-hybrid-box-svg svg {
    width: 85px;
    height: auto;
    max-width: 100%;
    fill: var(--primary);
    
}

.why-us-col .wd-hybrid-box-title h3 {
    font-size: 32px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    color: var(--secondary);
    font-weight: 400;
    transition: 0.3s;
}

.why-us-col .wd-hybrid-box-title h3:hover{
    color: var(--primary) ;
}

.why-us-col .wd-hybrid-box-description, 
.why-us-col .wd-hybrid-box-svg {
    text-align: center;
}

.value-item-col .av-caption-image-overlay-bg {
    opacity: 1 !important;
    background-color: transparent !important;
}

.value-item-col .av-image-caption-overlay {
    background-color: rgb(0 0 0 / 50%) !important;
}

.value-item-col .av-image-caption-overlay-center {
    padding: 10px 25px 10px !important;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    flex-wrap: wrap;
}

.section-title .av-special-heading-tag {
    font-size: 45px;
    font-weight: 600;
}

.about-hero-title .av-special-heading-tag {
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-family: 'Barlow-Bold', sans-serif;
    text-shadow: 2px 2px 1px #000000;
    font-size: 3.5rem;
    line-height: 1.2 !important;
}

@media (min-width: 990px) and (max-width: 1250px) {
    .about-hero-title .av-special-heading-tag {
        font-size: 3.2em;
    }
}
@media (min-width: 1251px) {
    .about-hero-title .av-special-heading-tag {
        font-size: 5.5vw;
        margin-left: -17vw !important;
    }
}

@media (max-width: 989px) {
    .about-hero img {
        width: 500px;
    }
}

.value-item-col img {
    aspect-ratio: 3 / 1;
    object-fit: cover;
    object-position: center;
}

.value-item-col .av-image-caption-overlay-center {
    height: 100% !important;
    justify-content: space-between;
    padding-block: 20px !important;
}

@media (max-width: 767px) {
    .value-item-col img {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 480px) {
    .value-item-col img {
        aspect-ratio: 5 / 4;
    }
}