.detailed{
   /* min-height: 536px;*/
    margin-top: 25px;
    margin-bottom: 25px;
}
.back__link{
    margin-top: 25px;
    margin-bottom: 25px;
}
.link{
    color: black;
    text-decoration: none;
    font-weight: 700;
}
.link:hover{
    color: rgb(0, 255, 96);
}
.detailed__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detailed__img img{
    width: 572px;
}

.detailed__text{
    max-width: 700px;
    padding-left: 25px;
}

@media (max-width: 1200px) {
    .detailed__img img{
        width: 450px;
    }
}
@media (max-width: 768px) {
    .detailed__img img{
        width: 360px;
    }
}
@media (max-width: 660px) {
    .detailed__content{
        flex-direction: column;
    }
    .detailed__img{
        width: 100%;
        margin-bottom: 25px;
    }
    .detailed__img img{
        width: 100%;
    }
}