/*
  ####################################
             Services
  ####################################
    */
    .services_wrapper{
        width:100%;
        margin: 0rem auto;
        text-align: justify;
        font-family: 'Titillium Web', sans-serif;
        font-family: 'Orbitron', sans-serif;
        color: #2e2e2e;
        font-size: 1.9rem;
        line-height: 3rem;
        letter-spacing: .1rem;
        font-weight: 400;
        padding: 2rem;
        background: #f3f3f3a6;
        background-color: #ebeaea;
        min-height: 100rem;
        min-height: 92rem;
        clip-path: polygon(0% 14%,100% 0%,100% 100%,0% 100%);
    }
    .services_text_head {
        font-size: 3.5rem;
        text-align: center;
        padding: 4rem;
        padding-bottom: 3rem;
        color: #3d2400;
        margin-top: 10rem;
    }
    .services_flex_wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin-top: 6rem;
    }
    .services_icon{
        max-width: 30rem;
        padding:2rem;
    }
    .border_bottom_stl{
        max-width: 75rem;
        width:100%;
        background-color: white;
        height: 0.1rem;
        margin: 0.2rem auto;
    }
    .services_sub_header{
        font-size: 1.6rem;
        text-align: center;
        color: #303030;
        text-transform: uppercase;
        margin-top: 0.5rem;
        font-family: 'Open Sans', sans-serif;
    }
    .services_bold{
        font-weight: 600;
        color: #5b3600;
    }
    .services_text{
        max-width: 140rem;
        width: 100%;
        margin: 4rem auto;
        color: #3d2400;
        font-family: 'Titillium Web', sans-serif;
    }
    .material-symbols-sharp {
        margin-top: 3rem;
        font-size: 5rem;
        font-weight: normal;
        color: #b07a01;
        color:white;
    }
    .services_flex_wrapper .material-symbols-sharp{
        display: block;
        color: black;
        color: #4a2d00;
        padding: 2rem;
        padding-top: 2.5rem;
        font-size: 7rem;
        margin: 0rem auto;
        margin: 4rem;
        background-color: #e1e1e1;
        border-radius: 0.5rem;
        margin-bottom: 0rem;
        text-align: center;
        clip-path: polygon(0% 14%,100% 0%,100% 100%,0% 100%);;
    }  
    @media only screen and (max-width :700px) {
        #main_image{
            clip-path: polygon(0% 0%,100% 0%,100% 92%,0% 100%);
        }
        .services_wrapper{
           clip-path: polygon(0% 5%,100% 0%,100% 100%,0% 100%);
        }
    }
  