.about-img-fourteen {
    position: relative;
    text-align: left;
    padding-bottom: 50px;
}

.about-img-fourteen > img:not(:first-child) {
    position: absolute;
}

.about-img-fourteen > img:nth-child(1) {
    border-radius: 15px;
    border: 8px solid #fff;
    z-index: 1;
}

.about-img-fourteen > img:nth-child(2) {
    border-radius: 10px;
    border: 8px solid #fff;
    left: 0px;
    top: 20%;
    z-index: 2;
}

.about-img-fourteen > img:nth-child(3) {
    border-radius: 10px;
    border: 8px solid #fff;
    left: 37%;
    bottom: 15%;
    z-index: 1;
}

.about-img-fourteen .shape img {
    position: absolute;
    z-index: 0;
}

.about-img-fourteen .shape img:nth-child(1) {
    left: 19%;
    top: 6%;
}

.about-img-fourteen .shape img:nth-child(2) {
    right: -30px;
    top: -30px;
}

.about-img-fourteen .shape img:nth-child(3) {
    right: 41%;
    bottom: -27%;
    animation: heartbeat 4s infinite alternate;
}

.section-title-two span {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: #0055ff;
    background: #e6eeff;
    border-radius: 50px;
    padding: 4px 13px;
    margin-bottom: 12px;
}