main{
    position: relative;
    overflow: hidden;
    padding: 20rem 0;
}

.img{
    width: 52rem;
    height: 52rem;
    position: absolute;
    right: -20rem;
    top: 3rem;
}

.sending{
    font-size: 5rem;
    margin: 0 auto;
    width: fit-content;
    font-weight: 700;
    color: #2b4a7f;
}

.text{
    font-size: 3rem;
    width: fit-content;
    margin: 0 auto;
    padding-top: 2rem;
    color: #2b4a7f;
    text-align: center;
}

@media screen and (max-width:699.98px) {
    .sending{
        font-size: 3rem;
    }

    .text{
        font-size: 1.4rem;
        font-weight: 500;
    }

    .img{
        display: none;
    }
}