HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Neopoints/momsecurity.be/resources/sass/5-Components/_components.ctaPerson.scss
.c-ctaPerson {
  padding-top: 140px;
  padding-bottom: 54px;
  background-color: white;
  box-shadow: 0 -25px 25px -25px rgba(198,214,227,0.5);
}

.c-ctaPerson--without-shadow {
  background-color: transparent;
  box-shadow: none;
}

.c-ctaPerson__main {
  @include mq(900) {
    display: flex;
    justify-content: center;

    > * {
      width: 50%;
      max-width: 480px;
    }
  }
}


.c-ctaPerson__left {

  @include mq(null, 670) {
    margin: 0 auto 60px auto;
    text-align: center;
    width: 100%;
  }

  @include mq(670, 900) {
    margin: 0 auto 60px auto;
    text-align: center;
    width: 75%;
  }


}

.c-ctaPerson__right {

  @include mq($max: 680) {
    text-align: center;

    .c-ctaPerson__personalData {
      width: 100%;
      text-align: center;
      margin-top: 30px;
    }
  }

  @include mq(680) {
    display: flex;
    align-items: center;

    .c-ctaPerson__svgHolder {
      margin-right: 30px;
    }
  }

  @include mq(680, 900) {
    justify-content: center;
  }

  @include mq(900) {
    padding-left: 40px;
  }

  .c-ctaPerson__svgHolder {
    display: inline-block;
    width: 160px;
  }

  .c-ctaPerson__personalData {
    display: inline-block;
    vertical-align: middle;
  }
}

.c-cta__personal-name{
  margin: 0 0 10px 0;
}

.c-cta__personal-function{
  margin: 0 0 25px 0;
  color: palette(primary, 500);
  @include font(16, 19);
}

.c-cta__personal-phone{
  color: palette(text, 600);
  @include font(20, 24);
  text-decoration: none;
}