.redetermination__image {
     width:220px;
     float:left;
}
 .redetermination__content {
    width: 70%;
     float:right;
    margin-bottom: 25px;
}
 @media screen and (min-width: 768px) and (max-width: 1023px){
     .redetermination__image {
         width:200px;
         float:left;
         margin-top: 17px;
    }
     .redetermination__content {
        float:right;
        width: 50%;
    }
}
 @media screen and (max-width: 767px) {
     .redetermination__image {
         width:220px;
         display:flex;
         align-items:center;
         justify-content:center;
         margin-left: 51px;
    }
     .redetermination__content {
         width:100%;
         float:right;
    }

    .redetermination__category{
        margin-top: 14px;
        margin-bottom: 19px;
    }

    .redetermination__title{
        margin-top: 24px;
    }
}
