.title-spacing {
    width: 100rem;
}

.hero-section-title h1{
    letter-spacing: -0.2rem;
}

.box-1 {
    width: 45%;
}

.box-2 {
    width: 55%;
}

.box-2 h4 {
    font-size: 3.2rem;
    font-weight: 500;
}

.box-2 p {
    font-size: 2rem;
}

.vertical-center {
    align-content: center;
}

.align-bottom {
    align-content: end;
}

.point-img {
    width: 53rem;
    height: auto;
}

.darker {
    color: #0D0D0D;
}

.point {
    display: flex;
    align-items: center;
}

.point-number {
    background-color: #F0F0F0;
    border-radius: 50%;
    padding: 1rem;
    width: 5rem;
    height: 5rem;
    margin-right: 2rem;
}

.point-number h4 {
    font-size: 2.5rem;
}

@media screen and (max-width: 425px) {
    .title-spacing {
        width: 90%;
        text-align: start;
    }

    .title-spacing h1 {
        width: 80%;
    }

    .flex-container {
        display: block;
    }

    .point-img {
        width: 40rem;
    }

    .box-1 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .box-2 {
        width: 100%;
        padding: 2rem;
    }

    .box-2 h2 {
        font-size: 3rem;
    }

    .box-2 h4 {
        font-size: 2rem;
    }

    .box-2 p {
        font-size: 1.6rem;
    }

    .point-number {
        width: 3rem;
        height: 3rem;
        padding: 0.5rem;
    }

    .point-number h4{
        font-size: 1.6rem;
    }

    .cta-box {
        width: 90%;
    }
}