.about
{
    width: 100%;
    background: #fff;
}
.about-content
{
    padding-bottom: 0px;
}
.about-info
{
    width: 53%;
    float: right;
}
.about-info h3
{
    margin-top: 40px;
    margin-bottom: 20px;
    color: #3b4694;
    text-transform: uppercase;
    font-size:25px;
    font-family: UTM-Swiss-Condensed;
    display: inline-block;
    border-bottom: 2px solid #fcaa02;
}
.about-info .about-description
{
    width: 90%;
    margin-left: 0px;
    color:#484848;
}
.detail-show
{
    margin-top: 20px;
    padding:20px 0px ;
}
.detail-show a
{
    text-decoration: none;
    background: #fcaa02;
    text-transform: uppercase;
    border-radius:5px ;
    padding: 10px 25px;
    color: #3b4694;
    font-size: 13px;
}
.detail-show a:hover
{
    border: 1px solid #6dc71c;
    color: #6dc71c;
    transition: 0.3s;
    background: #fff;
}
.about-img
{
    width: 40%;
    float: left;
    margin-top: 40px;
}
.about-img img
{
    width: 100%;
}
@media screen and (max-width: 960px) {
    .about
    {
        padding:0px 5px;
    }
}
@media screen and (max-width: 803px) {
    .about-info
    {
        width:100%;
        float:none;
        text-align: center;
    }
    .about-img
    {
        display: none;
    }
    .about-info .about-description
    {
        width: 100%;
        padding:0px 20px;
    }
}
@media screen and (max-width: 603px) {
  
}
@media screen and (max-width: 460px) {
    
    
}