.mb-20 {
    margin-bottom: 20px;
}
.hr-choose-more-info {
    padding: 32px 40px;
    transition: .3s;
    background-color: #f4f4f4;
    position: relative;
}
.hr-choose-more-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: var(--font-02);
}
.hr-choose-more-info p {
    margin-bottom: 0;
    line-height: 1.76;
    font-size: 14px;
    font-weight: 600;
}
.hr-choose-more-info:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 100%;
    background-color: var(--color-3);
    transition: .3s;
}
.p-relative {
    position: relative;
}
.shine-effect-2 {
    position: relative;
}
.hr-choose-thumb {
    padding-bottom: 110px;
    margin-right: 0;
}
.shine-effect-2:before {
    background: hsla(0, 0%, 100%, .3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
}
.shine-effect-2:hover:before {
    height: 100%;
    opacity: 0;
    transition: all .4s linear;
}
.image-height-auto {
    height: auto;
}
.hr-choose-thumb-sm {
    position: absolute;
    bottom: 0;
    left: 10%;
}
.hr-choose-thumb-sm img {
    border: 5px solid #fff;
}
@media(max-width:767.98px){
    .image-height-auto{
        width: 100%;
    }
}