.cs_container {
    display: flex;
    align-items: stretch;
}

.column_showcase{
    position: relative ;
}

.cs_col_1 {
    width: 50%;
    align-self: center;
    padding: 65px 0;
    background: url('http://wp7.temp.domains/~barclbd5/vigadrone-worldwidedevelopmentsite-com/wp-content/uploads/2023/02/home-v6-bubbles.png');
    background-repeat: no-repeat;
    background-position: 63% 40%;
    background-size: 130px;
}

.cs_col_3 {
    width: 50%;
    align-self: center;
    padding: 65px 0;
    background: url('http://wp7.temp.domains/~barclbd5/vigadrone-worldwidedevelopmentsite-com/wp-content/uploads/2023/02/home-v6-bubbles-2.png');
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 99% 76%;
}

.cs_col_2 {
       position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}


.column_showcase::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 280px 270px 0 270px;
    border-color: #ffffff transparent transparent transparent;
    transform: translateX(-50%);
}

.cs_button {
    font-size: 26px;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 30px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    border-radius: 50px;
    text-decoration: none !important;
    margin-left: 25%;
}

.cs_frame_img {
    position: relative;
    width: 450px;
}

.cs_col_3 .cs_frame_img {
    margin-left: auto ;
}

.cs_frame_img > img{
    max-width: 100% ;
    object-fit: cover ;
    /* height: 100% ; */
}

.cs_middle_title > h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6D6E70;
    text-align: center;
    letter-spacing: 1px;
}

.cs_middle_subtitle > h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 2px;
}

.cs_middle_desc p {
    text-align: center;
    margin: 0 0 10px ; 
    color: #1E7D71;
}

.cs_logo_container {
    text-align: center;
    width: 235px;
    margin: 20px auto;
}

.cs_col_3 .cs_button{
    margin-left: 50% ;
}

/* Tablet responsive */
@media(max-width: 1024px){
    .cs_frame_img {
        max-width: 450px;
        width: 75%;
    }

    .column_showcase::before {
        border-width: 180px 170px 0 170px;
    }

    .cs_logo_container {
        width: 150px;
        margin: 20px auto;
    }

    .cs_middle_title > h2 {
        font-size: 18px;
    }

    .cs_middle_subtitle > h3 {
        font-size: 14px;
        margin: 0;
    }

    .cs_middle_desc p {
        margin: 0 0 0px;
        font-size: 12px;
    }

    .cs_button {
        font-size: 16px;
        padding: 10px 30px;
        margin-top: 30px;
        margin-left: 20%;
    }
}

/* Mobile Responsive */

@media(max-width: 769px){
    .column_showcase {
        background: linear-gradient(180deg, #EBFEE1 50%, #D0F6FF 50%) !important;
    }

    .cs_container {
        padding: 0 0px;
        flex-wrap: wrap;
    }

    .cs_col_1 {
        width: 100%;
        padding: 50px 0;
    }

    .cs_frame_img {
        width: 100%;
        padding: 0 40px;
    }

    .cs_col_2 {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        background: #fff;
        width: 100%;
        padding: 20px 0;
        display: none ;
    }

    .cs_col_3 {
        width: 100%;
        padding: 50px 0;
    }

    .column_showcase::before {
        display: none ;
    }

    .cs_button {
        font-size: 18px;
        padding: 20px 30px;
        display: block;
        margin: 0 40px;
        text-align: center;
        margin-top: 30px;
    }

    .cs_col_3 .cs_button{
        margin-left: 40px ;
    }
}
