@font-face {
    font-family: 'GeneralSans-Medium';
    src: url('../Assets/fonts/GeneralSans-Medium.otf');
    font-style: normal;
  }


.sub-wrapper {
    min-height: 100vh;
        padding: 100px 0 0 0;
    /* border: 1px solid red; */
    width: 90%;
    margin: 0 auto;
}

.snap-img{
    border-radius:10px;
}

h3 {
    font-size: 24px !important;
    font-family: 'GeneralSans-Medium';
    width: 100%;
    color: #00225F !important;
    border-bottom: 1px solid #CF5B5B;
    line-height: 0.1em !important;

}

h3 span {
    background: #fff;
    padding: 0 10px;
    margin-left: 2rem
}


