.heading {
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #1A202C;
    margin-bottom: 1.5rem;
}

.main-image {
    width: 400px;
    height: auto;
}

.app-image {
    width: 100%;
    max-width: 400px;
    height: 315px;
    border-radius: 32px;
    background-color: #F5F5F5;
}

.app-image img {
    width: 80%;
    max-width: 200px;
    top: 30%;
    transform: rotate(13deg) translateX(-50%);
    left: 50%;
}

.description {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #737373;
    margin-bottom: 1.5rem;
}

/* Responsive styles */
@media (min-width: 768px) {
    .my-text-class {
        font-size: 48px;
        line-height: 67px;
    }
}
