	.rem-a h2{
	   margin-left:-187px;
	}
	rem-a a{
	    text-decoration:none;
	    
	}
    .top-head{
        background: #055999;
        padding: 1px 5px;
    }
    .top-head h3{
        color:white;
        text-align:center;
        font-family:sans-serif;
        text-transform:uppercase;
    }
    .ac-info p{
            font-family: sans-serif;
            padding: 5px;
            text-align: justify;
            font-size: 16px;
            color: black;
    }
    .top-mr{
        margin-top:50px;
    }
    .ac-img img{
        width: 100%;
        height: 354px;
    }
        .rem-a button{
            margin-top: 11px;
            padding: 8px 27px;
            font-family: sans-serif;
            font-size: 16px;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
            outline: none;
            font-weight:bold;
            border: none;
            color: white;
            position: relative;
            background: white;
        }
        .rem-a i{
            font-size: 65px;
            position: absolute;
            margin-top: -3px;
            color: white;
            margin-left: -3px;
        }