.phoenixcity-rc-section {
    height: 650px;
    position: relative;
    background: linear-gradient(233deg, #812c2c, #3f0062 74%, #3b0659);
    -webkit-mask: url("/assets/images/main/section2.png") center / 100% 650px repeat-x;
    mask: url("/assets/images/main/section2.png") center / 100% 650px repeat-x;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 40px 0px 40px 0px;
    padding: 40px 0px 40px 0px;
    border-bottom: 40px solid transparent;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
}

.phoenixcity-rc-content {
    max-width: 1200px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.phoenixcity-rc-content {
    transform: translateY(20px);
}

.phoenixcity-rc-text {
    flex: 1 1 500px;
    padding: 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;

}

.phoenixcity-rc-text h2 {
    font-style: italic;
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 1.1;
    margin: 40px 0 0 0;
    color: #fff;
}

.phoenixcity-rc-text p {
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0;
}

.download-button {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    user-select: none;
}

.download-button:hover,
.download-button:focus {
    background-color: #ffffff;
    color: #3a0076;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}


.register-button {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    user-select: none;
    margin-left: 15px;
}

.register-button:hover,
.register-button:focus {
    background-color: #ffffff;
    color: #3a0076;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.phoenixcity-rc-image {
    flex: 1 1 400px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.phoenixcity-rc-image img {
    max-width: 110%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    margin-left: 50px;
    display: inline-block;
    transform-origin: center top;
}