@import url('variables.css');

.namePage{
    width: 600px;
}
/* variable main */
.centerBlock {
    height: 210px;
    display: flex; 
    justify-content: center; 
    gap: 38px;
    margin: 50px auto; 
}

#centerBlock2 {
    height: 282px;
}
#centerBlock3 {
    height: 235px;
}
#centerBlock4 {
    height: 378px;
}
#centerBlock5 {
    height: 235px;
}

#centerBlock6 {
    height: 283px;
}
#centerBlock7 {
    height: 345px;
}
#centerBlock8 {
    height: 330px;
}

.TextBlock{
    width: 605px; 
    height: auto; 
    background: rgba(0, 0, 0, 0.5);
    padding: 40px; 
    display: flex;
    flex-direction: column;
    border: 1px solid ;
    background: linear-gradient(#000a13, #000a13) padding-box,
              linear-gradient(90deg, var(--main-yellow), rgba(153, 117, 0, 0)) border-box;
  border: 1px solid transparent;
}

.titleBlock{
    color: white; 
    font-size: 32px;
    margin-bottom: auto; 
    font-family: 'sans_serif_plus_7', Regular;
    margin-top: 0px;
    margin-bottom: 0px;
}
.description{
    color: white; 
    font-size: 24px;
    font-family: 'sans_serif_plus_7', Regular;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: auto;
}

.image {
    height: auto; 
    width: 568px;
    object-fit: cover;
    object-position: 50% 50%;
}

.footer {
    background: url("../assets/background-term.png") center/cover no-repeat; 
}
