#home_text {
    margin: 1rem 0;
}

.section {
    margin: 5rem 0;
}

#testimonies {
    background-color:rgb(201, 247, 248);
    padding: 1rem;
}

#testimonies h2 {
    width: 275px;
    border-bottom: solid 3px darkcyan;
    text-transform: uppercase;
    margin: 0 auto 2rem auto;
}

.video-image {
    height: 200px;
    width: 200px;
    border: solid 4px white;
    border-radius: 100%;
}

.side-image {
    display: flex;
    align-items: center;
}

.image-width {
    width: 100%;
    height: auto;
}

hr {
    border-bottom: 2px solid orange !important;
}

#triangle_down {
    width: 0;
    height: 0;
    border-top: 20px solid orange;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: relative;
    top: -20px;
    left: 50%;
  }
  
  .videomodal .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }    
.videomodal .modal-body {
  position:relative;
  padding:0px;
}
.videomodal .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.cursor-pointer{
    cursor: pointer;
}