.about{

}

.workimage{
    width: 100%;
}

.minheightimgbox{
    min-height: auto;
}


.datatext{
    /*padding: 70px;*/
    padding-bottom: 0px;
}

.bottomborder{
    border-bottom: 2px dotted silver;
    padding-bottom: 70px;
}
  
.about {
animation: change-background-dine 20s linear infinite;
}

.aboutimage{
    float:right;
    width:200px;
    padding-left: 20px;
    padding-bottom: 20px;
}


  @media (max-width: 576px) { 
    .minheightimgbox{
        min-height: 200px;
    }
    .aboutimage{
        width: 100%;
        max-width:100%;
        padding-left: 0px;
        float: none;
        display: block;
    }
  }