 .about_head {
     height: 300px;
     width: 100%;
     position: relative;
     background-image: url(/assets/images/about/about-us/about-banner/breadcrumb-img-1.webp);
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
 }

 .about_head .transparent {
     position: absolute;
     background: rgba(0, 0, 0, 0.8);
     height: 300px;
     padding: 50px 0px 0px 150px;
     width: 100%;
     text-align: start;
 }

 .about_head .transparent p {
     color: white;
     font-size: 30px;
     font-weight: 700;

     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 .about_head .transparent .btn {
     display: inline-block;
     overflow: hidden;
     position: relative;
     padding: 14px 28px;
     border: 2px solid #ef991f;
     border-radius: 40px;
     margin-top: 40px;
     background: transparent;
 }

 .about_head .transparent .btn button {
     background: none;
     font-size: 15px;
     border: none;
     color: white;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }