.about_sleek {
    padding: 31px 0 25px;
    background: #5E1E1A;
    min-height: 100px;

}

.about_sleek__container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.about_sleek__wrapper {
    display: flex;
    align-items: center;
    overflow: scroll;
    scrollbar-width: none;
    gap: 20px;
    margin-left: 24px;
}

.about_sleek__wrapper p {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #FFFFFF;
    margin-right: 36px;
    text-wrap: nowrap;
}

.about_sleek__wrapper a {
    width: fit-content;
    padding: 12px 35px;
    border-radius: 40px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;    
    color: #FFFFFF;
    text-decoration: none;
    text-wrap: nowrap;

}


@media screen and (max-width : 768px) {

    .about_sleek {
        padding: 23px 12px 23px 16px;
        background: #5E1E1A;
        min-height: 100px;
    
    }
    
    
    .about_sleek__wrapper {
        overflow: unset;
        scrollbar-width: none;
        gap: 10px;
        flex-wrap: wrap;
        margin-left: unset;
    }
    
    .about_sleek__wrapper p {
        width: 100%;
        margin-right: unset;
        text-wrap: unset;
        margin-bottom: 14px;
    }
    
    .about_sleek__wrapper a {
        font-size: 14px;
        line-height: 17px;    
        text-wrap: unset;
        padding: 10px 24px;
    }
}