.our-section .our-images{
  height: 100vh;
  line-height: 100vh;
  position: relative;  
  overflow: hidden;
}

.our-section .our-content{
  height: 100%;
  position: relative;
  overflow: hidden;
  width; 100vw;
}


@media(min-width:1100px){
  .our-section .our-content{
    height: 100vh;
  }
}


.our-section .img-mask {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  bottom: 0;
  border-radius: 10px;
}

@media(min-width:1100px){
  .our-section .img-mask {
    height: 100vh;
    top: 0;
    bottom: unset;
    border-radius: 0;
  }
}


.our-section *{
  transition: unset;
}

.our-section__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: column;
}

@media(min-width:1100px){
  .our-section__row {
    flex-flow: row;
  }
}

.our-section__col1 {
  flex: 0 0 calc(50vw);
}

.our-section__col2 {
  flex: 0 0 calc(50vw);
}


.our-content__groups{
  height: 100vh !important;
  padding-top: 0;
  position: relative;  
  top: 0;
  overflow: hidden;
  width: 100%;
}



@media(min-width:1100px){
  .our-content__groups{
    height: 100vh !important;
    padding-top: 100px;
  }
}

.our-content__groups{
  transition: opacity ease-out 1s;
  display: flex;
  align-items: center;
}

@media(min-width:1100px){
  .our-content__groups{
    padding: 0 10px;
  }
}


.our-content-container h2 {
  text-align: center;
  font-family: EB Garamond;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 15px;
}


.our-group__content{
  text-align: center;
  font-family: EB Garamond;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  max-width: 300px;
  margin: 0 auto;
}


.our-cta-container a{
  font-family: EB Garamond;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  background: var(--white);
  border-radius: 10px;
  color: var(--black);
  display: block;
  letter-spacing: .24px;
  line-height: 29px;
  padding: 16px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  bottom: 30px;
  position: absolute;
  z-index: 99;
  max-width: 318px;
  left: 50%;
  transform: translateX(-50%);
}

@media(min-width:1100px){
  .our-cta-container a{
    transform: unset;
    left: unset;
    max-width: 446px;
    bottom: unset;
    position: relative;
  }
}

.our-content__options{
  overflow: hidden;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}

.our-content__options ol{
  display: flex; 
  padding: 0 20px;
  margin: 0;
  justify-content: space-between;
  align-items: center;  
}

.our-content__options ol li a,
.our-content__options ol li{
  color: var(--black);
  text-align: center;
  font-family: EB Garamond;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 225% */
  padding: 0 20px 0 0;
  opacity: 0.4;
  text-transform: uppercase;
  text-decoration: none;
}

.our-section .bold a,
.our-section .bold{
  font-weight: 700;
  opacity: 1;
}

.our-cta-container {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  height: 510px;
  padding: 10px;
  position: absolute;
  width: 100%;
}

@media(min-width:1100px){
  .our-cta-container {
    bottom: 30px;
    padding: 20px;
    height: auto;
    display: block;
    align-items: unset;

  }
}

.our-content__options {
  bottom: 134px;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}

.our-content-wrapper{
  height: 100%;
  position: relative;
  min-width: 100%;
}

@media(min-width:1100px){
  .our-content-wrapper{
    height: 100vh;
  }
}

.our-section .our-content-container {
  margin: 0 auto;
  top: 250px;
  position: relative;
}

.our-section .our-content{
  padding: 22px 12px 0;
}

@media(min-width:1100px){
  .our-section .our-content-container {
    top: 50%;
    transform: translateY(-50%);
  }
  .our-section .our-content{
    padding: 0;
  }
}


.line {
  height: 0;
  width: 1px;
  position: absolute;
  left: 50%;
}

.our-cta-container,
.our-content-wrapper .pin-spacer{
  left: unset !important;
  top: unset !important;
}

.our-cta-container a{
  margin: 0 auto;
}