.fields_outer {
    padding-top: 5%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.fields_inner {
    width: 60%!important;
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
}

.fields_inner p {
    color: #7E7E7E;
}

.fields_practice_inner {
    width: 90%!important;
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-self: center;
    justify-content: space-between;
    text-align: center;
    gap: 5%;
    flex-wrap: wrap;
}

.fields_practice_container {
    border: 1px solid #19234C;
    border-radius: 5px;
    padding: 3%;
    margin: 5% 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 30%;
    height: 350px;
    background-color: #fff;
}

.fields_practice_container p, .fields_practice_container li {
    color: #7E7E7E;
    text-align: left;
}

.fields_practice_container ul {
    list-style: inside;
    padding: 0;
    margin: 0;
}

.fields_practice_container ul li::marker {
  color: #CAB04D;
}

.reach_out_outer {
    padding-bottom: 5%;
}

.reach_out_inner {
    width: 90%!important;
    height: auto;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-self: center;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #19234C;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 5% 0;
    padding: 5%;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F4FF 50%);
}

.reach_out_inner p{
    color: #7E7E7E;
}

.reach_out_button {
    border: 1px solid #19234C;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    background-color: #19234C;
    color: #fff!important;
    width: 30%;
    padding: 1%;
    justify-self: center;
    align-self: center;
    cursor: pointer;

    &:hover {
        background-color: #fff;
        color: #19234C!important;
    }
}
