.paragraph--type--enhanced-basic-text{
  border-bottom: 1px solid #c8d6df;
}
.basic-text-wrap{
  position: relative;
  display: flex;
}
.paragraph--type--enhanced-basic-text.left-aligned .basic-text-wrap{
  justify-content: flex-end;
}
.basic-text-wrap:has(> :only-child),
.paragraph--type--enhanced-basic-text.left-aligned .basic-text-wrap:has(> :only-child){
  justify-content: center;
}
.basic-text-left,
.basic-text-right{
  min-width: 0;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}
.basic-text-right{
  flex: 1;
  min-width: 0;
  max-width: 728px;
}
.basic-text-left{
  flex: 0 0 35%;
  min-width: 0;
}
.basic-text-right:not(:first-child:last-child),
.paragraph--type--enhanced-basic-text.left-aligned .basic-text-left{
  padding-left: 60px;
}

.basic-text-left,
.paragraph--type--enhanced-basic-text.left-aligned .basic-text-right:not(:first-child:last-child){
  border-right: 1px solid #c8d6df;
  position: relative;
  padding-right: 60px;
  padding-left: 0;
}
.paragraph--type--enhanced-basic-text.left-aligned .basic-text-left{
  border-right: none;
  padding-right: 0;
  padding-left: 70px;
  order: 2;
}
.basic-text-left:before,
.paragraph--type--enhanced-basic-text.left-aligned .basic-text-right:not(:first-child:last-child):before{
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #B7C7D2;
  border-radius: 50%;
  position: absolute;
  top: -3.5px;
  right: -3.5px;
  z-index: 1;
}
.paragraph--type--enhanced-basic-text.left-aligned .basic-text-left:before{
  display: none;
}
.basic-text-left:after,
.paragraph--type--enhanced-basic-text.left-aligned .basic-text-right:not(:first-child:last-child):after{
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #B7C7D2;
  border-radius: 50%;
  position: absolute;
  bottom: -3.5px;
  right: -3.5px;
  z-index: 1;
}
.paragraph--type--enhanced-basic-text.left-aligned .basic-text-left:after{
  display: none;
}

.paragraph--type--enhanced-basic-text .field--name-field-eyebrow{
  margin-bottom: 30px;
}
.paragraph--type--enhanced-basic-text h2{
  margin-bottom: 30px;
}
.paragraph--type--enhanced-basic-text .field--name-field-cta-button a{
  padding: 13px 48px;
  color: #FFF;
  background-color: #A02333;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  border: 1px solid transparent;
}
.paragraph--type--enhanced-basic-text .field--name-field-cta-button{
  margin-top: 30px;
}
.paragraph--type--enhanced-basic-text .field--name-field-cta-button a:hover{
  background-color: #FFF;
  color: #000;
  border: 1px solid #A02333;
}
