.free-ad-sec {
    width: 80%;
    margin: 0 auto;
    padding: 30rem 0;
}

.free-ad-sec .title {
    margin: 0 auto;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
}

.free-ad-sec .title .break {
    display: inline-block;
}

.free-ad-sec .sub-title {
    width: 600px;
    margin: 0 auto;
    font-size: 1.5rem;
}

.free-ad-sec button {
    cursor: pointer;
    border-radius: 30px;
    padding: 1rem;
    color: white;
    width: 100%;
    margin: 2rem auto;
    border: none;
    background-color: #367cff;
}

.free-ad-sec .jump-to-form {
    display: flex;
    width: 400px;
    justify-content: center;
}

.free-ad-sec .text {
    font-size: 1rem;
}

.free-ad-sec img {
    margin-left: 5px;
}

@media (max-width: 797px) {
    .free-ad-sec .title,
    .free-ad-sec .sub-title {
        text-align: center;
        width: 90%;
    }
    
    .free-ad-sec .title {
        font-size: 2rem;
    }

    .free-ad-sec .sub-title {
        font-size: 1.2rem;
    }

    .free-ad-sec .jump-to-form {
        width: 70%;
        align-items: center;
    }
}

@media (max-width: 644px) {
    .free-ad-sec .title {
        font-size: 1.5rem;
    }
    
    .free-ad-sec .sub-title {
        font-size: 1rem;
    }
    
    .free-ad-sec .jump-to-form {
        padding: 10px;
    }
    
    .free-ad-sec .jump-to-form .text {
        align-items: center;
        font-size: 1em;
    }
    
    .free-ad-sec img {
        margin-top: 3px;
        width: 16px;
    }
}