﻿.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 120%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.content {
    display: none;
    overflow: hidden;
    background-color:white;
    width: 120%;
    padding: 15px 5px;
}
#Quality .content {
  width: 100%;
}
.card1{
/*
  background-color:   #E6E6FA;
  width: 260px;
  height: 250px;
  float: left;
  /*margin-left: 200px;
  margin-top: 300px;*/
}

img.size{
  width: 120%;
  height: 200px;
}
.linemargin
{
  margin-top: -200px;
}

