.guestbookImage {
    border-radius: 30px;
}
.title label {
    padding-left: 5vw;
    padding-right: 10vw;
}
p.message::before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    top: -14px;
    font-weight: 900;
    position: absolute;
    font-style: italic;
    font-size: 10px;
}
p.message::after {
    font-family: "Font Awesome 5 Free";
    content:"\f10e";
    bottom: -29px;
    font-weight: 900;
    font-style: italic;
    font-size: 10px;
}
/* RESPONSIVE STYLES */
/* MOBILE */
@media only screen and (max-width: 575px) {
    .carousel-item img {
        border-radius: 15px;
    }
    .g-recaptcha {
        transform: scale(0.64);
        transform-origin: 0 0;
    }
    #guestbookForm button {
        margin-top: -50px;
    }
}