/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.why-trust-block {
    margin: 30px 0px;
    padding: 20px;
    box-shadow: 0px 5px 20px #0000000D;
    position: relative;
}

.why-trust-block span {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    align-content: center;
}

 .why-trust-block img.badge {
    max-height: 25px;
    float: left;
    margin-right: 10px;
}

.why-trust-block p.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 0;
    margin-right: 30px;
}

 .why-trust-block .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-evenly;
    margin-top: 20px;
    font-size: 14px;
}

 .why-trust-block .column {
    width: 49%;
 }

  @media screen and (max-width: 800px) { 
	 .why-trust-block .container {
      	display: block;
	}
    .why-trust-block .column {
        width: 100%;
    }
 }