.secound-section{
    display: grid;
    grid-template-columns: repeat(3, 400px);
}

.secound-section
#title{
    font-size: 1.4rem;
}

.secound-section
img{
    height: 126px;
    width: 101px;
}

.left-container,
.middle-container,
.right-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 24px;
}

.secound-section
#title:hover{
    color: #f15e50;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .secound-section{
        margin-top: 5%;
        grid-template-columns: repeat(1, 700px);
    }

    .secound-section
    img{
        height: 134px;
        width: 105px;
    }

    .secound-section{
        font-size: 0.6rem;
    }

    .secound-section
    #title{
        font-size: 0.7rem;
    }

    .secound-section
    #title:hover{
        color: #f15e50;
        cursor: pointer;
    }
}
