.about_bcg{
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.about_bcg img{
  width: 100%;
}
.about_bcg .fon{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(1, 96, 154, 0.2);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.title{
  position: absolute;
  font-weight: 700;
  bottom: clamp(40px, 50px, 300px);
  left: clamp(40px, 100px, 300px);
  font-size: clamp(1.5rem, 4vw, 6rem);
  color: #fff;
}
.about_collage{
    width: 50%;
    margin: auto;
    text-align: center;
    line-height: 40px;
    padding: 40px;
    font-size: 18px;
}
.about_collage h1{
    margin-bottom: 30px;
}
 /* скрываем все input[type="radio"], расположенные в .tab
        .tab > input[type="radio"] {
          display: none;
        }
      
        /* скрываем все .tab-content */
        .tab-content {
          display: none;
        }
      
        /* отображаем только тот контент, который соответствует отмеченной радоикнопки */
        #tab-btn-1:checked~#content-1,
        #tab-btn-2:checked~#content-2,
        #tab-btn-3:checked~#content-3 {
          display: block;
        }
.tab {
    display: flex;justify-content: center;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
    text-align: center ;
    margin-top: 30px;
  }
.button_cont{
  margin: auto;
}
  .tab > input[type="radio"] {
    display: none;
  }
  
  .tab-content {
    display: none;
    width: 100%;
    margin-top: 1rem;

  }
  
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3 {
    display: block;
  }
  
  .tab > label {
    display: block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-decoration: none;
    color: #0d6efd;
    border: 0;
    border-radius: 0.375rem;
    background: 0 0;
  }
  
  .tab > input[type="radio"]:checked + label {
    cursor: default;
    color: #fff;
    background-color: #007bff;
  }


.card{
  max-width: 700px !important;
  margin: auto;
}

.tab-content{
  text-align: center;

}

.color{
  color: #007bff !important;
  font-size: 24px;
}
.btn{
  border: 1px solid black !important;
}


@media screen and (max-width: 1100px) {
  .about_collage {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .about_collage {
    padding: 20px;
  }
  .about_collage p{
    font-size: 1rem;
    line-height: normal;
  }
  .tab{
    width: 80%;
  }

}