.feature-section-above {
    display: flex;
    align-items: center;
    padding-top:2rem;
}

.feature-section-spacer {
    width: 20%;
    display: none;
}

.feature-section-above-text-rectangle {
    width: 80%;
    border-left:6px solid #c90c0f;
    background-color: #f6f6f6;
    padding:1rem;
}

.feature-section-above-text-rectangle h1 {
    font-size: 20px;
    font-weight: 400;
}

.feature-section-above-text-rectangle p {
    font-size: 12px;
}

.feature-section-wrapper {
    position: relative;
    height: fit-content;
}

.feature-section-bg-image {
    width: 100%;
}

.feature-section-arrow-wrapper {
    display: flex;
    align-items:end;
}

.feature-section-arrow-bit {
    margin-top:0.7rem;
    width: 6px;
    height: 16px;
    background-color: #f6f6f6;
}

.feature-section-arrow-big {
    width: 6px;
    height: 18rem;
    background-color: #c90c0f;
    margin-top: 0.5rem;
}

.feature-section-arrow-button {
    position: relative;
    color:white;
    background-color: #c90c0f;
    height: 2rem;
    width:2rem;
    margin-left:1rem;
}

.feature-section-arrow-button span {
    position: absolute;
    bottom:-0.1rem;
    right:0.2rem;
    font-size:20px;
}

.feature-wrapper {
    background-color: white;
    width: 88%;
    position: absolute;
    left:12%;
    top:0;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    display: flex;
    padding: 0rem 2rem;
    flex-direction: column;
    height: fit-content;
    padding:0.5rem;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
}

.feature-image-wrapper {
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center ;
}

.feature-image-wrapper > img {
    height: 100%;
    width: auto;
}

.feature-text-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 50%;
    margin-top: 50px;
}

.feature-title-box {
    display: flex;
    align-items: center;
    gap:1rem;
}

.feature-title-box > p {
    font-size: 30px;
    font-weight: bold;
}

.feature-title-border {
    height: 6rem;
    width: 8px;
    background-color: #c90c0f;
}

.feature-short-desc {
    font-size:15px;
}

.feature-desc {
    padding-top:2rem;
    font-size:10px;
}

.feature-more-button {
    background-color: #c90c0f;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:1rem;
    width: 100%;
    margin-top:1rem;
    color:white;
    font-size:12px
}

.feature-more-button img {
    height: 1rem;
}

.fade-in {
    opacity: 0;
    transition: opacity 1.5s ease-in;
}

.visible {
    opacity: 1;
}

@media screen and (min-width:1024px){

    .feature-section-above-text-rectangle {
        width: 100%!important;
    }
    .feature-section-spacer {
        display: block;
    }

    .feature-section-spacer.reverse {
        width: 80%;
    }

    .feature-section-above {
        display: flex;
        align-items: center;
        padding-top:5rem;
    }

    .feature-section-above-text-rectangle{
        padding: 2rem;
    }

    .feature-section-above-text-rectangle h1 {
        font-size: 40px;
        width: 50%;
    }

    .feature-section-above-text-rectangle p {
        width: 40%;
        font-weight: 400;
        font-size:18px;
    }

    .feature-section-wrapper {
        overflow: hidden;
    }

    .feature-wrapper {
        width: 80%;
        left: 20.3%;
        top: 0;
        display: flex;
        justify-content: center;
        gap: 4rem;
        padding: 1rem 4rem;
        flex-direction: row;
    }

    .feature-wrapper.reverse {
        flex-direction: row-reverse;
        left:0;
    }

    .feature-image-wrapper {
        max-width: 100%;
        height: auto;
    }
    
    .feature-image-wrapper > img {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
    }
    
    .feature-title-box {
        display: flex;
        align-items: center;
        gap:2rem;
    }
    
    .feature-title-box > p {
        font-size: 50px;
        font-weight: bold;
    }
    
    .feature-title-border {
        height: 6rem;
        width: 8px;
        background-color: #c90c0f;
    }
    
    .feature-short-desc {
        font-size:25px;
    }
    
    .feature-desc {
        padding-top:2rem;
        font-size:20px;
    }
    
    .feature-more-button {
        background-color: #c90c0f;
        padding: 1.4rem 1.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 4rem;
        color: white;
        font-size: 20px;
    }
    .feature-more-button:hover {
        background-color: #000000;
    }
}

@media screen and (min-width:1536px){
    .feature-wrapper {
        padding: 0rem 12rem 0rem 0rem;
        gap: 2rem;
    }

    .feature-wrapper.reverse {
        padding: 2rem 0rem 0rem 12rem !important;
        gap: 2rem;
    }

    .feature-image-wrapper {
        max-width: 50%;
        height: auto;
        margin-bottom: 30px;
    }

    .feature-title-box > p {
        font-size:70px;
    }

    .feature-short-desc {
        font-size: 35px;
    }

    .feature-desc {
        font-size: 22px;
        padding-top: 0px;
    }

    .feature-more-button{
        font-size:20px;
    }
}
@media screen and (max-width:1024px){

    .feature-section-above-text-rectangle{
        width: 100%;
    }
}
@media screen and (max-width:500px){

    .feature-image-wrapper {
        height: 13rem;
    }
    .feature-text-box {
        max-width: 100%;
        margin-top: 20px;
    }
    .feature-title-border {
        height: 3rem;
        width: 3px;
        background-color: #c90c0f;
    }
    .feature-desc {
        padding-top: 0rem;
        font-size: 14px;
    }
    .feature-section-arrow-button {
        display: none;
    }
    .feature-title-box > p {
        margin: 10px 0;
    }
}