#about-section {
    position: relative;
    margin-top: 60px;
    padding: 50px 10px;
    padding-bottom: 400px;
    background-color: #2a2a2a;
}

#about-section .container-xxl{
    position: relative;
}

#about-section:before {
    content: '';
    width: 320px;
    height: 425px;
    background-image: url(../images/about1.webp);
    background-size: cover;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

#about-section .about-head {
    position: relative;
    display: block;
}

#about-section .about-detail {
    position: relative;
    display: inline-block;
    z-index: 1;
}

#about-section .about-head h2 {
    font-size: 48px;
    color: #e65700;
    padding-left: 45px;
}

#about-section .about-head h3 {
    font-size: 34px;
    color: #fff;
    padding-left: 200px;
}

.readmorebtn a{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 8px 8px;
    border: 1px solid #e65700;
    background: #e65700;
   } 

   .readmorebtn a:hover{
    color: #e65700;
    border: 1px solid #e65700;
    background: #e6580000;
   } 

@media (min-width:992px){
    #about-section {
        position: relative;
        margin-top: 60px;
        padding: 50px 10px;
        background-color: #2a2a2a;
    }
    
    #about-section .container-xxl{
        position: relative;
    }
    
    #about-section .container-xxl::before{
        display: none;
        content: '';
        width: 320px;
        height: 100px;
        background: #e65700;
        position: absolute;
        right: 200px;
        bottom: -50px;
    }
    
    #about-section:before {
        content: '';
        width: 285px;
        height: 536px;
        background-image: url(../images/about1.webp);
        background-size: cover;
        position: absolute;
        right: 400px;
        bottom: -7px;
        z-index: 1;
    
}

    #about-section .about-head h2 {
        font-size: 48px;
        color: #e65700;
        padding-left: 45px;
    }
    
    #about-section .about-head h3 {
        font-size: 34px;
        color: #fff;
        padding-left: 200px;
    }

    #about-section .about-detail h4 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        padding-left: 47px;
    }
    #about-section .about-detail p {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding-left: 47px;
    }

   .readmorebtn a{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 8px 8px;
    border: 1px solid #e65700;
    background: #e65700;
   } 

   .readmorebtn a:hover{
    color: #e65700;
    border: 1px solid #e65700;
    background: #e6580000;
   } 
}