.about{
    padding: 40px 0;
   .about_wrapper {
       .about_left {
           height: 550px;
           width: 100%;
           border: 1px solid #dddcdc;
           background-color: #fff;
           display: flex;
           align-items: center; 
           justify-content: center;
           border-radius: 8px;
           img {
               max-height: 100%;
               max-width: 100%;
           }
       }

       .about_right {
           h4 {
               font-size: 35px;
               color: #333;
               font-weight: 600;
           } 
           .about_detail {
               padding-top: 13px;

               p {
                   font-size: 15px;
                   color: rgb(85, 85, 85);
                   line-height: 24px;

               }
           }

       }
   }
}