.row .column img{
    height: 90%;
    width: 90%;
    margin-top: 5%;

}
.row .column h3{
    margin-bottom: 0%;
    margin-top: 0;
}
.row .column p{
    height: 90%;
    width: 90%;
    text-align: justify;
    font-size: 16.5px;
    line-height: 1.8;


}
.column1 {
float: left;
width: 100%;
padding: 0 10px;
margin-top: -6%;


}
#myBtn{
    font-size: large;
}
#myBtn:hover{
    color: #050A30;
    text-transform: uppercase;
    text-decoration: underline;

}

.about-logo{
    width: 25%;
    height: auto; 
    margin-top: -6%;
    margin-left: 4%;
}
.about-logo img{
    width: 70%;
    height: 20%; 
}

.btn-back{
background: #050A30;
color: white;
box-shadow: 0 1px 10px black;
border: none;
height: 85px;
width: 85px;
margin-left: 89%;
margin-top: 2%;
border-radius: 50%;


}
.btn-back i a{
text-decoration:none ;
color: white;
font-size: 20px;
margin: 0 auto;




}
.icon-contact{
display: block;
margin: 0 auto;
text-align: center;
margin-top: -11%;


color:#050A30;
padding: 10px;

}
.icon-contact i{
color:white;
font-size: 23px;

}
.icon-contact h4{
color:white;
font-size: 22px;
margin-top: 0%;


}


* {
box-sizing: border-box;
}

body {
font-family: Arial, Helvetica, sans-serif;
}

/* Float four columns side by side */
.column {
float: left;
width: 38%;
margin: 6%;
margin-top:5%;
padding: 0 10px;
border: 1px #050A30 ;

}

.row1{

width: 100%;
margin-top: 1%;
position: flex;


}
/* Remove extra left and right margins, due to padding in columns */
.row {
margin: 3% 7.5%;
background: white;
width: 85%;
height: 520px;
color:#050A30;
font-family: sans-serif;
;}

/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}

/* Style the counter cards */
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
padding: 16px;
text-align: center;
background-color: #f1f1f1;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 1280px) {
.column {
width: 98%;
display: block;
margin-bottom: 20px;



}
.row{
margin-top:15%;
height: auto;


}

.btn-back{
height: 45px;
width: 45px;
margin-top: 12%;
}
.col-sm-5.col-md-6{
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-left: 5%;
}
.col-sm-5.col-md-6 img{
    display: block;
    margin: 0 auto;

}
.col-sm-5.offset-sm-2.col-md-6.offset-md-0 h3{
    text-align: center;
    margin-top: 4%;

}
.col-sm-5.offset-sm-2.col-md-6.offset-md-0{
    width: 90%;
    margin-left: 5%;
}

}

body{
background: #050A30;
}
