.icon-bullets-container {
    max-width: 530px;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.icon-bullets-container h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: "League Spartan", sans-serif;
}

.icon-bullets {
    display: flex;
    flex-direction: column;
}

.icon-bullets .icon-bullet {
    display: flex;
    margin-bottom: 24px;
}

.icon {
    border-radius: 100%;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
    margin-right: 20px;
}

.icon-bullets .text {
    flex: 4;
}

.icon-bullets .text h4 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 0;
    padding-top: 0;
}

.icon-bullets .text p {
    margin: 0;
    font-size: 13px;
}
