body {
    font-family: "Prata", serif;
    font-weight: 400;
    font-style: normal;
}

.banner .textContent {
    height: 100vh;
    max-width: 556px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.banner h1 {
    font-size: 52px;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 50px;
    color: #1E1E1E;
}

.banner h1 span {
    position: relative;
}

.banner h1 span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    background: #FF0000;
    bottom: 0;
    left: 0;
}

.banner p {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #121212;
    margin-bottom: 50px;
}

.banner small {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #121212;
}

.banner .imgBlock {
    margin-right: -10px;
    overflow: hidden;
    height: 100vh;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.banner .imgBlock img {
    height: 100%;
    max-width: 100%;
}

.banner .imgBlock .txt {
    font-size: 55vmin;
    line-height: 34vmin;
    color: #ffffff;
    position: absolute;
}

.banner .imgBlock .txt.h {
    top: 0;
    right: 55%;
}

.banner .imgBlock .txt.v {
    top: 43%;
    left: 0;
    right: 0;
    text-align: center;
}

.banner .imgBlock .txt.f {
    left: 57%;
    bottom: -5%;
}