/*================ STYLE 1===================*/
.section-header {
  margin-bottom: 50px;
  position: relative;
  color: #1b1937;
}
.text-center {
  text-align: center;
}
.section-header h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -2px;
}
.section-header p {
    width: 60%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.text-center p {
    margin: 0 auto;
}
.text-left p{
    margin-left: 0px;
}
.text-right p{
    margin-right: 0px;
}
.line_center{
    height: 3px;
    width: 70px;
    background-color: #c48981;
}
.text-center .line_center{
    margin: 0 auto;
}
.text-left .line_center{
    margin-left: 0px;
}
.text-right .line_center{
    margin-right: 0px;
}
/*=============== STYLE 2========================*/
.header h2 {
    font-weight: 800;
    color: #fff;
    margin-top: 0px;
}
.header h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
}
/*================= STYLE 3======================*/
.section-header.style3 h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #e51c66;
}
.section-header.style3 p {
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
}