.software__row-container{
  display:flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1200px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}

.software__content-container{
  border: 1px solid #D1D5DB;
  border-top: 6px solid #57CCF6;
  padding: 8px 20px;
  max-width: 22%;
  padding: 0 20px;
  margin: 20px 15px;
  width: 100%;
  flex-direction: row;
}
.software__inner-container {
  flex-direction: column;
}
.software_heading{
  font-family: 'ES Build';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #374151;
  margin-top: 35px;
  margin-bottom: 10px;
}

.software_name{
  margin-bottom: 10px;
  font-family: 'ES Build';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: 'salt' on;
  color: #4B5563;
  display: flex;
}

.danger_icon img{
  margin-left: 20px;
}


.button {
  padding: 12px 20px;
  width: 100%;
  min-height: 40px;
  color: #FF6852;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #FF6852;
  border-radius: 6px;
  margin-bottom: 20px;
  display:flex;
  flex-direction: row;
  align-items: center;
}

.button:hover{
  background: #FF6852;
  border: 1px solid #884dff;
  color: #fff;
}

.button img{
  margin-left: auto; 
}

.release_notes{
  font-family: 'ES Build';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #4B5563; 
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.release_notes a {
  padding-bottom: 10px; 
}

{# space for the outside of the button #}
.grey_button {
  padding-top: 10px;
  margin-bottom: 30px;
}

{# Button design #}
.dropbtn {
  padding: 8px 20px;
  width: 100%;
  color: #1F2937;
  text-align: left;
  background: #E5E7EB;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;

}

.dropbtn-toggle{
  display: flex;
  align-items: center;
  flex-direction: row;
}

{# Hover buton color #}
.dropbtn:hover , :focus{
  background-color: #ddd;
}

{# hide list  #}
.dropdown_content {
  display: none; 
  margin: 20px 0;
  transition: height 0s ease-in-out;
}

{# display list from 3 items (a) in a block #}
.dropdown_content a {
  display: block;
  font-size: 14px;
}

{#List hover color #}
.grey_button a:hover {
  background-color: #ddd;
}

.grey_button p {
  margin-top: 5px;
}

.svg_move{
  margin-left: auto; 
}

@media (max-width: 1024px){ .software__content-container {
  max-width: 45%;
  }
}

@media (max-width: 600px){ .software__content-container {
  max-width: 100%; 
  }
}
