    .font_blue {
        font-size: 1.7rem;
        color: #27357E;
        font-weight: bold;
    }
    @media screen and (min-width:1025px){
        .center_img{
            margin-bottom:4rem;
            width:80%;
        }
    }
    @media screen and (max-width:1024px){
        .center_img{
            margin-bottom:4rem;
            width:100%;
        }   
    }
