
.company_overview_section {
    position: relative;
    padding: 80px 0;
}

.company_overview_left_section {
    background: url(../images/overview_bg.png);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.company_overview_right_section {
    text-align: left;
    padding-left: 30px;
    margin-bottom: 20%;
}

.company_overview_right_section h2 {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    color: #222;
}

.company_overview_right_section p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

/*.about_btn::before { 
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-briefcase' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v8A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5m1.886 6.914L15 7.151V12.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V7.15l6.614 1.764a1.5 1.5 0 0 0 .772 0M1.5 4h13a.5.5 0 0 1 .5.5v1.616L8.129 7.948a.5.5 0 0 1-.258 0L1 6.116V4.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
  position: absolute;
  padding-right: 20px;
  position: absolute;
  left: 20px;
  top: 12px;
}*/

.about_btn {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    
    border: 1px solid #ff6600;
    border-radius: 30px;
    color: black;
    font-weight: normal;
    transition: all 0.3s ease;
    text-align: right;
    position: relative;
}





.about_btn:hover {
    background: #ff6600;
    color: white;
}