#main-sec-inner h1 {
    font-weight: 600;
    font-family: poppins !important;
}
#main-sec-inner p {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #0D183F !important;
}
a.maw_advanced_btn.hvr-fade {
    text-decoration: none !important;
}
.container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    position: relative;
    padding: 0%;
    padding-top: 10%;
}
.goal {
  text-align: center;
  width: 45%;
}
.number {
    font-size: 32px;
    color: #A81B1E;
    font-weight: 600 !important;
    font-family: 'Poppins';
}
.goal p {
    color: #111F51;
    line-height: 27px !important;
    margin-top: 10px;
    text-align: center !important;
    margin-left: 12%;
    font-weight: 400;
    font-family: 'Poppins';
}
.line {
    border-top: 2px dashed #0C0C0C;
    position: absolute;
    top: 85px;
    left: 66px;
    z-index: -1;
}