/* Column Text CSS */

.column_text {
    margin-bottom: 120px;
}

.column_text__container {
    align-items: start;
    display: grid;
    grid-template-columns: auto 400px;
    margin-top: -215px;
}

.column_text__main {
    background-color: #fff;
    position: relative;
}

.column_text__main__text {
    background-color: #fff;
    padding: 50px 60px;
    position: relative;
    z-index: 3;
}

.column_text__main__text p {
    margin-bottom: 20px;
}

.column_text__main__text h4, 
.column_text__main__text h6 {
    margin-bottom: 15px;
}

.column_text__main__text hr {
    background-color: #D8D8D8;
    border: none;
    height: 1px;
    margin: 40px 0;
}

.column_text__main__text a {
    color: #2A2A2A;
}

.column_text__main__border {
    background-color: #D8D8D8;
    height: 56px;
    position: relative;
    margin-top: -40px;
    transform: scaleX(1.02); 
    width: 100%;
    z-index: 2;
}

.column_text__sidebar {
    background-color: #000;
    margin-top: -30px;
    padding: 50px 37px 69px 37px;
}


.column_text__sidebar h5 {
    margin-bottom: 20px;
    text-align: center;
}

.column_text__sidebar p {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .column_text__container {
        display: block;
    }

    .column_text__main {
        margin-bottom: 50px;
    }

    .column_text__sidebar {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 750px) {

    .column_text__container {
        margin-top: -140px;
    }

    .column_text__main__text h2 {
        text-align: center;
    }

    .column_text__main__text p {
        text-align: center;
    }
}


@media only screen and (max-width: 600px) {

    .column_text__main__text {
        padding: 50px 20px;
    }

    
    .column_text__main__text h4, 
    .column_text__main__text h6 {
        text-align: center;
    }
}

@media only screen and (max-width: 380px) {

    .column_text__main__text {
        padding: 50px 10px;
    }

    .column_text__sidebar {
        padding: 34px 15px 69px 15px;
    }
}