.imageList {
    padding: 50px 0 0;
    background: #E6F2F9;
}
.imageList .header {
    margin-bottom: 50px;
}
.imageList .header h2 {
    color: #001F7E;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.imageList .header p {
    color: #1C2A45;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.imageList .wrap {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .imageList .wrap {
        flex-direction: column;
    }
}
.imageList .wrap .left {
    margin-right: 50px;
}
@media (max-width: 767px) {
    .imageList .wrap .left {
        margin: 0 0 50px;
    }
}
.imageList .wrap .content {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.imageList .wrap .content h3 {
    color: #D00C27;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
