.practical_knowledge-wrapper{   
    margin-top: 50px;
    color: rgba(45, 62, 80, 1);
}

.practical_knowledge-wrapper h1{   
    margin-top: 30px;
    font-size: 35px;
}

.practical_knowledge-wrapper p{   
    margin-top: 10px;
    font-size: 17px;
    margin-bottom: 30px;
}

.practical_knowledge-img-wrapper{
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}

.last-img img{
border-radius: 50px;
}

.img-list-two img{
    width: 50%;
  	border-radius:50px;
}

.practical_knowledge-img-list{
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    gap: 50px;
}
.second-title{
    margin-top: 30px;
    font-size: 20px;
}

.table-container {
    margin-top: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

/* Адаптивность для маленьких экранов */
@media (max-width: 768px) {
    th, td {
        padding: 8px;
        font-size: 14px;
    }
    table {
        font-size: 12px;
    }
}

/* Адаптивность для очень маленьких экранов */
@media (max-width: 480px) {
    th, td {
        padding: 6px;
        font-size: 10px;
    }
    table {
        font-size: 8px;
    }
}


@media screen and (max-width: 1020px) {
    .practical_knowledge-img-wrapper {
        margin: 50px auto;
        display: block;
    }

    .practical_knowledge-img-list{
        display: block;
    }

}

@media screen and (max-width: 500px) {
    .practical_knowledge-img-wrapper img{
        margin: 50px auto;
        width: 100%;
        object-fit: cover;
    }

    .practical_knowledge-img-list img{
        margin: 50px auto;
        width: 100%;
        object-fit: cover;
    }
  
   .practical_knowledge-wrapper h1{   
    font-size: 25px;
	}
  
	.second-title{
    font-size: 18px;
	}
}