#two-columns {
  padding-top: 110px; }
  #two-columns .left-column {
    padding-right: 45px; }
  #two-columns .right-column {
    padding-left: 45px; }

#trust-icons {
  padding-top: 0;
  padding-bottom: 110px; }
  #trust-icons .container {
    border-top: 1px solid #DEDEDE;
    padding-top: 80px; }
  #trust-icons .icons {
    text-align: center;
    margin-bottom: 58px; }
    #trust-icons .icons .icon {
      height: 250px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-top: 4px solid #fff0; }
      #trust-icons .icons .icon img {
        margin-bottom: 32px; }
      #trust-icons .icons .icon .title {
        color: #1D1D1B;
        font-weight: bold;
        font-size: 18px; }
      #trust-icons .icons .icon:hover {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 15px 40px 0px rgba(34, 60, 80, 0.1);
        border-top: 4px solid #972D87; }
  #trust-icons .button {
    text-align: center; }
    #trust-icons .button .line {
      padding-bottom: 80px;
      border-bottom: 1px solid #DEDEDE; }
  #trust-icons .under-text {
    padding-top: 80px;
    text-align: center;
    max-width: 871px;
    margin: 0 auto; }

@media (min-width: 1200px) {
  .section0 .line {
    height: 162px; } }
@media (max-width: 991px) {
  #two-columns .left-column {
    padding-right: calc(var(--bs-gutter-x) * .5); }
  #two-columns .right-column {
    padding-left: calc(var(--bs-gutter-x) * .5); } }

/*# sourceMappingURL=trust.css.map */
