* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #1f1f1f;
    color: #fff;
}

header {
  margin-bottom: 120px;
}

section {
  padding: 10px;
  margin-bottom: 60px;
  }

.container {
    display: flex;
}

.bg_mobile {
  display: none;
  }

.image-section {
    flex: 1;
    display: flex;
    justify-content: center;
}

.image-section img {
    max-width: 100%;
    height: auto;
}

.text-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px;
    padding-bottom: 0px;
    max-width: 600px;
}

 h1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: right;
  color: #ffffffc9;
}

.main_tittle {
    font-weight: bold;
    font-size: 55px;
    color: white;
    }

h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.text-section p {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: right;
    color: #ffffffc9;
}

.btn_main {
  text-decoration: none;
  color: #1f1f1f;
  border: solid 1px white;
  padding: 14px 20px;
  border-radius: 6px;
  background-color: white;
  cursor: pointer;
}

.btn_main:hover {
  color: white;
  border: solid 1px white;
  background-color: #1f1f1f;
  transition: 0.3s ease;
}

.foot {
  width: 300px;
  display: flex;
  display: flex;
  justify-content: center;
  }

.about_position {
    position: relative;
    }
    
.text_about {
  max-width: 600px;
  margin: 0 auto;
}

.descrip_about {
  padding: 20px;
  background-color: #1f1f1fab;
  margin-bottom: 40px;
}

.bg_about {
 position: absolute;
  z-index: -2;
  right: 179px;
  width: 332px;
  top: -34px;
}

.card_position {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  }

.card {
  border-bottom: 1px solid #cccccc36;
  padding-bottom: 10px;
  max-width: 780px;
  overflow: hidden; 
  margin-top: 40px;
}
.card img {
  width: 70px; 
  height: auto;
  float: left; 
  margin-right: 16px; 
}
.card h3 {
  margin: 0 0 8px 0;
}
.card p {
  color: #ffffffc9;
}

.container_minus {
    max-width: 780px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.title_minus {
    color: #333;
    margin-top: 20px;
}
.text_minus {
    color: #555;
    margin: 5px 0 15px 0;
}

.btn_foot_position {
  display: flex;
  justify-content: space-between;
  max-width: 780px;
  margin: 0 auto;
}

.btn_position_down {
  margin-bottom: 60px;
}

.link_title {
  text-align: center;
  }
  
.link_text {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 80px;
  }
  
.foot_copy {
  text-align: center;
  padding: 60px;
  color: white;
  }

@media (max-width: 1100px) and  (min-width: 800px)  {
  .text-section {
  max-width: 500px;
}
}

@media (max-width: 800px) {
  .container {
    display: flex;
    flex-direction: column;
}

.bg_mobile {
  display: block;
  }
  
.bg_img_mobile {
  width: 100%;
  padding: 20px;
  border-radius: 28px;
}

.image-section {
    display: none;
}

 .text-section {
    margin: 0 auto;
  }
  
  .text-section p {
  text-align: center;
}

h1 {
  text-align: center;
}

.btn_position {
  margin: 0 auto;
  margin-bottom: 40px;
  }
  
.text-section {
  align-items: center;
  }
  
.btn_foot_position {
  flex-direction: column;
  align-items: center;
}

.btn_position_down {
  margin-bottom: 32px;
}
}




