
.best-top-team-of-working {
    height: auto;
    border: px solid ; 
    padding-top: px;
    padding-bottom: px;
    padding-left: px;
    padding-right: px;
    
    border-radius: 19px;
    
}


.chief-executive-officer_column_1 {
  float: left;
  width: 30%;
  height: px;
  margin-left:3%;
  margin-right:1%;
  margin-top:2%;
  margin-bottom: 2%;
  padding: 0 18px;
}

@media screen and (max-width: 650px) {
  .chief-executive-officer_column_1 {
    width: 100%;
    display: block;
  }
}

.exampanel-director_column_2 {
  float: left;
  width: 30%;
  height: px;
  margin-left:1%;
  margin-right:1%;
  margin-top:2%;
  margin-bottom: 2%;
  padding: 0 18px;
}

@media screen and (max-width: 650px) {
  .exampanel-director_column_2 {
    width: 100%;
    display: block;
  }
}

.website-designer_column_3 {
  float: left;
  width: 30%;
  height: px;
  margin-left:1%;
  margin-right:3%;
  margin-top:2%;
  margin-bottom: 2%;
  padding: 0 18px;
}

@media screen and (max-width: 650px) {
  .website-designer_column_3 {
    width: 100%;
    display: block;
  }
}

.chief-executive-officer_card_1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.exampanel-director_card_2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.website-designer_card_3 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.ceo-of-founder_container {
  padding: 0 25px;
}

.ceo-of-founder_container::after, .my-best-top-team_row_1::after {
  content: "";
  clear: both;
  display: table;
}

.managing-director_container {
  padding: 0 25px;
}

.managing-director_container::after, .my-best-top-team_row_1::after {
  content: "";
  clear: both;
  display: table;
}

.website-designer_container {
  padding: 0 25px;
}

.website-designer_container::after, .my-best-top-team_row_1::after {
  content: "";
  clear: both;
  display: table;
}

.button-click {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button-click:hover {
  background-color: #555;
}


.image-auto-fit {
    width:100%;
    height: ;
    padding: 18px;
    border-color: red;
    border: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    
}

.fixed-container-image_1 {
    width:100%;
    height: 350px;
    display: inline-block;
    padding: 8px;
    border-color: red;
    border: 10px;
}   

