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/slenders/slenders.nl/resources/sass/site/6-Organisms/_organisms.ctaPerson.scss
$ctaPersonBp: 750;

.o-cta-person {
  position: relative;
  padding: 40px 0;
  background-color: palette(primary, 700);

  &:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 280px;
    background-color: palette(primary);
  }

  @include mq($ctaPersonBp) {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;

    &:before {
      width: column(5, 12);
      height: 100%;
    }
  }
}

.o-cta-person__person {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 40px 80px;

  @include mq($ctaPersonBp) {
    justify-content: flex-end;
    width: column(5, 12);
    padding: 0 40px 0 0;
  }
}

.o-cta-person__image {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
}

.o-cta-person__main {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 40px;

  @include mq($ctaPersonBp) {
    width: column(7, 12);
    padding: 0 column(0.5, 12);
  }
}

.o-cta-person__title {
  margin-bottom: 20px;
  color: white;
  @include font(mid-large, 29, medium);
}

.o-cta-person__text {
  color: palette(secondary, 100);
}

.o-cta-person__button {
  margin-top: 35px;
}