.hp-about-us-container {

    .hp-about-us-left {
        width: 70%;
        
        img {
            min-width: 250px !important;
            max-width: 75%;
            height: 497px !important;
            object-fit: cover;
            object-position: center;
            position: absolute;
            
        }
    }
    
    .hp-about-us-right {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: end;
        justify-content: center;
        height: 497px;
        gap: 20px;
        position: relative;
        
        .hp-about-us-right-year-container {
            width: 150px;
            height:150px;
            background-color: #95C768;
            border-top-right-radius: 100px;
            display: flex;
            position: relative;
            right: 83px;
            justify-content: center;
            align-items: center;
            
            .year-text {
                color: white;
                font-family: Bebas Neue;
                font-size: 90px;

            }

        }
        .hp-about-us-right-image-container {
            width: 100%;
                /* position: relative; */
                text-align: right;
            
            img {
                width: 233px !important;
                height: 250px !important;
                
            }
        }
    }
    
    @media (max-width: 480px) {
        
        .hp-about-us-left {
            img {
                max-width: 90%;
            }
        }
        .hp-about-us-right {
            .hp-about-us-right-year-container {
                width: 100px;
                height: 100px;
                right: 0px;
                
               .year-text {
                    font-size: 50px;
                    margin-right: 12px;
                    margin-top: 12px;
                }
            }
            .hp-about-us-right-image-container {
              
                img {
                    width: 150px !important;
                    height: auto !important;
                    
                }
            }
            
        }
    }
}
