/*-- Common Style --*/
*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    font-family: 'Roboto-Regular';
    color: #4c4d56;
    outline: none;
    visibility: visible;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: "";
  }
.error-section{
    /* background-color: red; */
}

.error-section{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.section-title{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.section-title h1, .section-title p{
    color: #575757;
}
.section-title p{
    line-height: 1.5;
    text-align: center;
}
.error-btn{
    margin-top: 30px;
}
/* .error-btn a{
    color: #fff;
    text-decoration: none;
} */

.btn{
    /* display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0); */
    /* background: #4BB7BA; */
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #ffffff;
    text-decoration: none;
    background-color: #4BB7BA;
    border: none;
    border-radius: 5px;
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
    /* border-radius: 5px; */
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    /* height: 60px; */
    /* line-height: 56px; */
    /* padding: 0px 70px; */
    /* border: 0; */
    /* border-style: solid; */
    /* box-shadow: none; */
    /* transition: all 0.5s ease 0s; */
    /* cursor: pointer; */
    /* z-index: 1; */
    /* position: relative; */
    
}