section.quote-block-style-2 {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.quote-block-style-2 .container-md {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quote-block-content-style-2 {
    min-height: 300px;
    width: 45%;
    background-image: url(../../images/quote-icon-style-2.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 60px;
    position: relative;
    padding-left: 40px;
}
.quote-block-content-style-2::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 50%;
    border-radius: 60px;
    background: linear-gradient(180deg, #FFF 0%, #71E5D2 54.17%);
    left: 0;
    top: 75px;
}
.quote-block-content-style-2 h5 {
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.8em;
}
.quote-block-content-style-2 h5 span {
    display: block;
    color: #71E5D2;
}
.quote-block-content-style-2 p {
    color: #fff;
}


.quote-block-content-style-2-table {
    width: 45%;
    color: #fff;
}
.quote-table-row.quote-table-row-head {
    border: none;
    padding: 0;
    margin-bottom: 12px;
    background: none;
    min-height: 30px;
}
.quote-table-row {
    display: flex;
    justify-content: space-between;
    border: 1px solid #71E5D2;
    border-radius: 10px;
    padding: 10px;
    background-image: url(../../images/table-arrow.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    min-height: 50px;
}
.quote-table-col {
    width: 42%;
}

.quote-table-row p {
    color: #71E5D2;
}
.quote-table-row .quote-table-col:last-child p {
    color: #97BF13;
}

@media (max-width:1566px) {
}


@media (max-width:1440px) {

}
@media (max-width:1380px) {
    .quote-block-content-style-2, .quote-block-content-style-2-table {
        width: 48%;
    }
}
@media only screen and ( max-width: 1199px) {

  
}
@media only screen and ( max-width: 961px) {
    section.quote-block-style-2 {
        padding: 60px 0;
    }
    .quote-block-content-style-2::before {
        height: 35%;
        top: 70px;
    }
    
}
@media only screen and ( max-width: 768px) {
    .quote-block-content-style-2, .quote-block-content-style-2-table {
        width: 100%;
    }
    section.quote-block-style-2 .container-md {
        flex-wrap: wrap;
        gap: 40px;
    }
    section.quote-block-style-2 {
        background-position: center;
    }
    .quote-block-content-style-2 {
        min-height: 100px;
    }
}
@media only screen and ( max-width: 560px) {
    
}