/* 
  &:before {
    content: '\e900';
    @include icons-pseudo;
  }
*/
/* 
    @include hover-supported() {
        background-color: white;
    }
*/
/* Examples: 
    @include user-select(none);
    @include user-select(all);
*/
.testimoalbox {
    background-color: #fff;
    border-radius: 10px;
    padding: 32px;
}

.testimoalbox p {
    color: #060820;
    padding-top: 24px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.testimoalbox h6 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding-top: 24px;
}

.testimoalbox h6 span {
    color: #248384;
}

.testimoal {
    background: linear-gradient(90deg, #313B79 2.01%, #181127 97.64%);
    padding: 100px 0;
}

.testimoal_all {
    -moz-column-width: 20em;
    -webkit-column-width: 20em;
    ;
    column-width: 20em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    margin-top: 78px;
}

.testimoal_all .testimoalbox {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 20px;
    margin: 1em 0 0;
}

.testimoal h2 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}

.testimoal h5 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    text-align: center;
    color: #fff;
    padding-top: 24px;
}

@media (max-width:575px) {

    .testimoal>.container {
        padding: 0 24px !important;
    }

    .testimoal {
        padding: 76px 0;
    }

    .testimoal h2 {
        text-align: left;
    }

    .testimoal h5 {
        text-align: left;
        padding-top: 32px;
    }

    .testimoal_all {
        column-gap: 24px;
    }

    .testimoal_all {
        margin-top: 48px;
    }

    .testimoal_all .testimoalbox {
        padding: 32px;
    }

}