.two_columns_title{
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -1px;
    color: #10173C;
    margin-bottom: 20px;
}
.two_columns_section{
    border: 1px solid #D8E1E9;
    border-radius: 20px;
    padding: 50px;
    display: flex;
}
body .two_columns_section{
    margin-bottom: 60px;
    padding-right: 15px;
}
.two_columns_text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #202020;
}
.two_columns_section .right_section{
    flex-basis: 55%;
}
@media screen and (min-width: 991px) {
    .two_columns_section .left_section{
        border-right: 1px solid #D8E1E9;
    }
    .left_section{
        padding-right: 100px;
    }
    .right_section{
        padding-left: 40px;
    }
}
.two_columns_section .left_section{
    flex-basis: 45%;
}
.two_columns_text.with_before p:not(:last-of-type){
    margin-bottom: 5px;
}
.two_columns_text.with_before p{
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}
.two_columns_text.with_before p:before{
    content: '';
    background: #34DCA2;
    min-width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 10px;
}
.two_columns_text.with_before p:last-of-type{
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    body .two_columns_section{
        flex-direction: column;
    }
    .left_section p:last-of-type{
        margin-bottom: 0;
    }
    .left_section{
        padding-bottom: 20px;
        border-bottom: 1px solid #D8E1E9;
    }
    .right_section{
        padding-top: 20px;
    }
}
.two_columns_block.tg-container{
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width: 600px) {
    body .two_columns_section{
        padding: 20px;
    }
}