.tiger-popup-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.1;
    color: #582d88;
    font-family: Montserrat;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.tiger-popup-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f84f0c;
}

.tiger-gallery {
    float: left;
    width: 220px;
    margin: 0 20px 10px 0;
}

.tiger-gallery img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.tiger-popup-content-body {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.7;
}

.tiger-popup-content-body::after {
    content: "";
    display: block;
    clear: both;
}