/*Horizontal Line*/

.hr-line-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.hr-line-container hr {
    height: 1px;
    background-color: #9aa3b0;
    width: 90%;
    max-width: 1600px;
}

/*End of Horizontal Line*/