.homepage-design-element-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.text-content {
    max-width: 50%;
}

.image-content {
    max-width: 50%;
}

.intro-title {
    color: #B73A00;
    font-weight: bold;
}

.main-title {
    font-size: 24px;
    margin: 10px 0;
}
span.sub-text {
    color: #a62507;
    font-size: 1.25rem;
    font-weight: bold;
}
.featured-text-btn {
    background-color: #ffc800;
    color: #000;
    padding: 10px 20px;
    text-decoration: none !important;
    border-radius: 25px;
    font-weight: 600;
}
.featured-text-btn:hover {
color: #ffffff;
    background-color: #a62507;
    border-color: #a62507;
}
.phone-image {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .homepage-design-element-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .text-content, .image-content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .image-content {
        margin-bottom: 20px;
    }
    .embed-container iframe {
        aspect-ratio: 16 / 9;
        width: 100% !important;
        height: auto;
        margin-top: 40px;
    }    
}