.location-block.wrapper {
    max-width: 1194px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.location-block .holder {
    display: flex;
}

.left-side { 
    width: 50%;
    margin-right: 64px;
}

.left-side img {
    width: 672px;
    height: 480px;
}

.right-side {
    width: 50%;
}

.right-side h3 {
    color: #FFF;
    font-family: "PP Formula Condensed";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 116.667% */
    text-transform: uppercase;
    text-align: left;
    padding-left: 48px;
    margin-bottom: 32px;
}

.right-side h3::after {
    top: 0;
    height: 90%;   
}

@media screen and (max-width: 1300px) { 
    .location-block .holder {
        padding: 0 16px;
    }
}

@media screen and (max-width: 1023px) {
    .location-block.wrapper {
        padding-bottom: 80px;
    }
    .location-block .holder {
        flex-direction: column;
        padding: 0 16px;
    }
    .left-side {
        width: 100%;
        margin-right: 0;
    }

    .left-side img {
      height: 390px;
      object-fit: cover;
      width: 100%;
    }

    .right-side {
        width: 100%;
    }
    .right-side h3 {
        font-size: 36px;
        line-height: 40px;
        margin-top: 30px;
    }
}