.bg_weDo {
    height: 100vh;
}

.bg_shadow{
    background-image: url("../images/almadany_logo_shadow.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 650px;
    height: 650px;
    top: -30px;
    left: 250px;
    z-index: 0;
}
.weDo_left{
    z-index: 1;
}

.title_what_we_do{
    color: #BEB093;
    position: relative;
    z-index: 2;
}

.shadow_title_what_we_do{
    color: #453c323b;
    position: absolute;
    top: -15px;
}

.paragragh_what_we_do{
    color: #E9E5DD;
}

.list_what_we_do{
    color: #D6CEC1;
}

.btn_what_we_do{
    background-color: transparent;
    color: #F7F7F2;
    border: 2px solid #E8DEC8;
    border-radius: 15px;
    letter-spacing: 2px;
}

.image_right_what_we_do{
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: end;
    float: inline-end;
}

@media (max-width: 768px) { 
    .bg_weDo {
        height: auto;
        padding: 0px 20px;
    }
    .bg_shadow {
        width: 650px;
        height: 650px;
        left: 0px;
    }
    .weDo_left{
        margin-top: 10px !important;
    }
    .image_right_what_we_do{
        display: flex;
        justify-content: center;
        float: none;
        margin-top: 36px !important;
        width: 100%;
    }
    .list_what_we_do{
        margin-left: 0px !important;
    }
    .list_what_we_do p{
        font-size: 13px;
    }
    .list_what_we_do i{
        margin-right: 10px !important;
    }
    .btn_what_we_do {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 14px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .btn_what_we_do span{
        margin-left: 6px !important;
    }
 }