.home-banner-cta3 {
    padding: 12px;
    background-color: #FAF6EF;
}
.home-cta3-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-cta3-left div {
    width: 474px;
    margin: 0 172px 0 auto;
}
.home-cta3-right {
    width: 50%;
}
.home-cta3-inner {
    display: flex;
    background-color: #FFFFFF;
    height: 720px;
}
.home-cta3-right img {
    width: 100%;
    object-fit: cover;
}
.home-cta3-right img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.home-cta3-left h1 {
    margin-bottom: 24px;
}
.home-cta3-left p {
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 36px;
}

@media(max-width: 1440px){
.home-cta3-left {
    padding-left: 16px;
    padding-right: 16px;
}
}

@media(max-width: 1024px){
.home-cta3-inner {
    min-height: 500px;
    height: auto;
}
.home-cta3-left div {
    width: auto;
    margin: 0;
}
}
@media(max-width: 767px){
.home-cta3-left, .home-cta3-right {
    width: 100%;
}
.home-cta3-inner {
    flex-wrap: wrap;
}
.home-banner-cta3 {
    padding: 16px;
}
.home-cta3-left {
    padding: 40px 16px 32px 16px;
}
}



