#detail .banner {
    position: relative;
}

#detail .banner img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}

#detail .banner .head-title {
    display: flex;
    flex-direction: column;
    border-radius: 30px 30px 0 0;
    background: #ed1c24;
    text-align: center;
    font-size: 74px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -2.52px;
    width: max-content;
    height: 188px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: flex-start;
    bottom: 0;
    left: 12%;
    font-family: "Tasman", sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: -5.04px;
    padding: 0px 40px;
}
span:not(.span-link) {
    font-family: "Tasman", sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: start;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.2px;
}

@media (max-width: 600px) {
    #detail .banner .head-title {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
