.detail-box {
    padding-top: 0.5rem;
}

.img-cover {
    background-color: #E1ECED;
    width: 150px;
    height: 190px;
    padding: 1rem;
    float: right;
    margin-top: 1rem;
}

.desc {
    border-top: 1px dashed #189e71;
}

.title {
    font-size: calc(1.375rem + 1.5vw);
}

@media (max-width: 575px) {
    .title {
        font-size: calc(1.3rem + 0.6vw);
        font-weight: bold;
    }
}