.section-title {
    color: #2A2A2A;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15PX;
}
.padding_top{
    padding-top: 80px;
}
.padding_bottom{
    padding-bottom: 80px;
}
.sub-title {
    color: #EE6D10;
    margin: 0;
    font-weight: 600;
}

.margin-bottom {
    margin-bottom: 80px;
}

.primary-btn {
    border: none;
    text-decoration: none;
    color: #fff;
    background: #145986;
    padding: 10px 35px;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}
.primary-btn:hover{
    color: #fff;
}
.primary-btn-border {
    border: none;
    text-decoration: none;
    color: #145986;
    background: transparent;
    border: 1px solid #145986;
    padding: 10px 60px;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    justify-content: center;
    margin-left: 15px;
    transition: 0.3s linear;
}
.primary-btn-border:hover {
    background-color: #145986;
    color: #fff;
    transition: 0.3s linear;
}
.mb-50 {
    margin-bottom: 50px;
}

p {
    color: #333333;
}

.main-title h1 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}

.main-title p {
    color: #ffff;
    font-weight: 400;
    line-height: 31px;
    margin: 20px 0 0 0;
}

.page-title {
    display: flex;
    align-items: center;
    height: 500px;
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}