.text-section-one {
    color: #072e45;
    font-size: 20px;
    padding: 60px 0;
    text-align: center;
    font-weight: 300;
}

.text-section-one strong {
    font-weight: 700;
}

@media (max-width: 480px) {
    .text-section-one {
        padding: 20px 0;
    }
}
