.hr-pink{
  background-color: #cf1e5a;
    -moz-border-bottom-colors: #cf1e5a;
    -moz-border-image: #cf1e5a;
    -moz-border-left-colors: #cf1e5a;
    -moz-border-right-colors: #cf1e5a;
    -moz-border-top-colors: #cf1e5a;
    border-color: #cf1e5a -moz-use-text-color #cf1e5a;
    border-width: 15px 0;
    margin: 30px 0;
}

.main-mt-custom{
  margin-top: 3rem !important;
}

.main-mb-custom{
  margin-bottom: 3rem !important;
}

.title-text-size{
  font-size: 1.5rem;
  color: black;
}

.subtitle-text-size{
  font-size: 1.2rem;
  color: black;
}

.general-text-size{
  font-size: 0.9rem;
  color: black;
}

.button-shadow{
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2), 4px 4px 4px 0px rgba(0, 0, 0, 0.19);
  border: solid 2px #ebb105 !important;
  /*width: 8rem !important;*/

  padding: .75rem 1rem !important;
  border-radius: 1.25rem !important;
}

.pb-custom{
  padding-bottom: 5rem !important;
}

.button-text-size{
  font-size: 1rem;
  color: black;
}

.capability-ol li {
  padding: 5px;
  margin-left: 17px;
}

.capability-ul li {
  padding: 5px;
  margin-left: 17px;
  list-style-type: disc;
}

.float-left-custom{
  float: left;
  margin-right: 40px;
}

.float-right-custom{
  float: right;
  margin-left: 40px;
}

.yellow_dot:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 3.5%;
  padding-bottom: 3.5%;
  overflow: hidden;
  background: #ffce3b;
  margin-right: -0.9rem;
  right: 1rem;
}

/*.yellow_dot:before {
  width: 1.5%;
  padding-bottom: 1.5%;
  margin-right: -1.5rem;
  right: 3rem;
}*/

@media (min-width: 375px) {
  .yellow_dot:before {
    margin-right: -1rem;
    right: 1.1rem;
  }
}

@media (min-width: 425px) {
  .yellow_dot:before {
    margin-right: -1.1rem;
    right: 1.3rem;
  }
}

@media (min-width: 576px) {
  .title-text-size{
    font-size: 2rem;
  }
  .general-text-size{
    font-size: 1.1rem;
  }
  .subtitle-text-size{
    font-size: 1.4rem;
  }

  .button-text-size{
    font-size: 1.1rem;
  }

  .custom-max-width-img1{
    max-width: 90% !important;
  }
  .custom-max-width-img{
    max-width: 90% !important;
  }

  .yellow_dot:before {
    margin-right: -1.4rem;
    right: 2rem;
  }
}

@media (min-width: 768px) {
  .custom-max-width-img1{
    max-width: 75% !important;
  }
  .custom-max-width-img{
    max-width: 100% !important;
  }

  .yellow_dot:before {
    width: 2.5%;
    padding-bottom: 2.5%;
    margin-right: -1.3rem;
    right: 2.5rem;
    vertical-align: unset;
  }
}

@media (min-width: 992px) {  
  .title-text-size{
    font-size: 2rem;
  }
  .general-text-size{
    font-size: 1.2rem;
  }
  .subtitle-text-size{
    font-size: 1.5rem;
  }

  .custom-max-width-img1{
    max-width: 60% !important;
  }
  .custom-max-width-img{
    max-width: 100% !important;
  }

  .button-text-size{
    font-size: 1.2rem;
  }

  .custom-pt-title{
    padding-top: 3rem !important;
  }

  .capability-ul li {
    margin-left: 21px;
  }

  .yellow_dot:before {
    width: 2%;
    padding-bottom: 2%;
    margin-right: -1.4rem;
    right: 2.5rem;
  }

  .main-mt-custom{
    margin-top: 4rem !important;
  }

  .main-mb-custom{
    margin-bottom: 4rem !important;
  }

}

@media (min-width: 1200px) { 
  .title-text-size{
    font-size: 2rem;
  }
  .general-text-size{
    font-size: 1.3rem;
  }
  .subtitle-text-size{
    font-size: 1.6rem;
  }

  .custom-pt-button{
    padding-top: 3rem !important;
  }

  .custom-max-width-img1{
    max-width: 60% !important;
  }
  .custom-max-width-img{
    max-width: 100% !important;
  }

  .custom-col-size{
    max-width: 70%;
  }

  .yellow_dot:before {
    width: 1.7%;
    padding-bottom: 1.7%;
    margin-right: -1.4rem;
    right: 3rem;
  }

  .mt-custom{
    margin-top: 4rem !important;
  }

  .main-mt-custom{
    margin-top: 6rem !important;
  }

  .main-mb-custom{
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 1440px) {  
  .title-text-size{
    font-size: 2.2rem;
  }
  .general-text-size{
    font-size: 1.3rem;
  }
  .subtitle-text-size{
    font-size: 1.7rem;
  }

  .custom-pt-title{
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
  }

  .button-text-size{
    font-size: 1.5rem;
  }

  .padding-tb-custom{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .capability-ul li {
    margin-left: 24px;
  }

  .custom-max-width-img1{
    max-width: 60% !important;
  }
  .custom-max-width-img{
    max-width: 95% !important;
  }

  .custom-col-size{
    max-width: 70%;
  }

  .yellow_dot:before {
    width: 1.7%;
    padding-bottom: 1.7%;
    margin-right: -1.7rem;
    right: 4rem;
  }
}

@media (min-width: 1600px) {  

}

@media (min-width: 1800px) { 
  .title-text-size{
    font-size: 2.2rem;
  } 
  .general-text-size{
    font-size: 1.4rem;
  }
  .subtitle-text-size{
    font-size: 1.8rem;
  }

  .button-text-size{
    font-size: 1.5rem;
  }

  .custom-max-width-img1{
    max-width: 55% !important;
  }
  .custom-max-width-img{
    max-width: 90% !important;
  }

  .custom-col-size-buttons{
    max-width: 50% !important;
  }

  /*.button-text-size{
    font-size: 1.7rem;
  }*/

  .custom-pt-button{
    padding-top: 4rem !important;
  }

  /*.button-shadow{
    width: 9rem !important;
  }*/

  .yellow_dot:before {
    width: 1.4%;
    padding-bottom: 1.4%;
    margin-right: -1.7rem;
    right: 4rem;
  }
}

@media (min-width: 2100px) {  
  .title-text-size{
    font-size: 2.3rem;
  } 
  .general-text-size{
    font-size: 1.5rem;
  }
  .subtitle-text-size{
    font-size: 1.9rem;
  }

  .button-text-size{
    font-size: 1.5rem;
  }

  .custom-max-width-img1{
    max-width: 50% !important;
  }
  .custom-max-width-img{
    max-width: 85% !important;
  }

  .custom-pt-button{
    padding-top: 5rem !important;
  }

  /*.button-shadow{
    width: 10rem !important;
  }*/

  .yellow_dot:before {
    width: 1.3%;
    padding-bottom: 1.3%;
    margin-right: -1.8rem;
    right: 4rem;
  }

  .mt-custom{
    margin-top: 5rem !important;
  }
}

@media (min-width: 2400px) {  
  .custom-max-width-img1{
    max-width: 47% !important;
  }
  .custom-max-width-img{
    max-width: 85% !important;
  }

  .yellow_dot:before {
    width: 1.2%;
    padding-bottom: 1.2%;
    margin-right: -1.9rem;
    right: 4rem;
  }
}

@media (min-width: 2560px) {  
  .title-text-size{
    font-size: 2.4rem;
  } 
  .general-text-size{
    font-size: 1.6rem;
  }
  .subtitle-text-size{
    font-size: 2rem;
  }

  .button-text-size{
    font-size: 1.5rem;
  }

  /*.button-shadow{
    width: 11rem !important;
  }*/
}
