header {
    margin-bottom: 20px;
}

.list h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.left_box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.left_box>i {
    color: #0e9384;
    border: 1px solid #0e9384;
    box-shadow: 2px 2px #0E9384;
    margin-right: auto;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 99px;
}

.left_box .img-box {
    border-radius: 10px;
    overflow: hidden;
}

.left_box .img-box::before {
    padding-top: 60%;
}

.left_box p {
    font-size: 18px;
    color: #101828;
}

.left_box h3 {
    font-size: 24px;
}

.right_box h2 {
    font-size: 27px;
}

b,
strong {
    font-weight: bold;
}

@media screen and (max-width:769px) {
    .head {
        padding-bottom: 20px;
    }

    .right_box h2 {
        font-size: 26px;
    }
}