.content {
    width: 75%;
}
.lan{
    font-size: 20px;
    display: block;
    margin-bottom: 40px;
    color:#000;
}

.bu{
    margin: auto;
    display: block;
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #b4915f;
    border-color: #f3bc6e;
    border-radius: 15px;
}
.form-control {
    border-radius: 15px;
}
.card{
    margin-top: 10px;
}
.card a{
    font-size: 16px;
    text-align: right;
    text-decoration: none;
}
.card h3{
    font-size: 16px;  
    margin-top: 30px;
    color: #000;
    margin-top: 40px;
    float: left;
}
.wimg{
    width: 60px;
    float: right;
}
.dimg{
    width: 70%;
}
.brand{
	width: 155px;
    margin: auto;
    display: block;
    margin-top: 15px;
}
/* For tablets: */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  
}
/* For mobile phones: */
@media only screen and (max-width: 600px) {
    .content {
        width: 100%;
    }
}