.section-4{
    text-align: center;
}

.section-4 .section-4-heading{
    padding: 5rem 25% 0 25%;
}

.section-4 .section-4-heading p{
    background: #13cbcd;
    color: white;
    font-size: 1rem;
    width: fit-content;
    text-align: center;
    margin: auto;
    padding: .5rem 2rem;
    border-radius: 50px;
    margin-bottom: 2rem;
}

.section-4 .section-4-heading, .section-4 .section-4-heading h2{
    color: #464646;
    font-weight: 500;
    font-size: 3rem;
}

.section-4 .section-4-heading h2 span{
    font-weight: bold;
}

.section-4 .section-4-content .section-4-img{
    width: 100%;
}

.section-4 .section-4-content .section-4-cta{
    padding: 1rem 1.5rem;
    border: 2px solid #7a73fd;
    color: #7a73fd;
    border-radius: 50px;
    text-decoration: none;
}

.section-4 .section-4-content .section-4-cta:hover{
    background: #7a73fd;
    color: white;
    transition-property: background, color;
    transition-duration: .5s;
}


@media screen and (max-width: 1023px) {
    
    .section-4 .section-4-heading{
        padding: 5rem 10% 0 10%;
    }

    .section-4 .section-4-heading, .section-4 .section-4-heading h2{
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 650px) {
    .section-4 .section-4-content{
        padding: 0 10%;
    }

    .section-4 .section-4-content .section-4-img{
        margin: 3rem 0;
    }
}

@media screen and (max-width: 480px) {
    .section-4 .section-4-heading{
        padding: 5rem 5% 0 5%;
    }

    .section-4 .section-4-heading, .section-4 .section-4-heading h2{
        font-size: 2rem;
    }
}