
.section-5 {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    height: 440px;
    width: 100%;
    margin-top: 35px;
    }

.section-5-container {
    height: 440px;
    width: 1040px;
    display: flex;
    justify-content: space-between;
    margin-left: -100px;
    }

.text-section ul{
    height: 195px;
    width: 440px;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    list-style: none;
    margin-left: -55px;
    }

    .text-section h4 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .text-section p {
        font-size: 16px;
    }

    .section-5-features li {
        font-size: 16px;
        line-height: 43px;
        margin-left: 15px;
    }

    .section-5-features li img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .world_map {
        width: 635px;
        height: 347px;
        margin-left: 80px;
        margin-top: 60px;
    }


