
.info-section-wapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-section-wapper i{
    font-size: 42px;
        color: #0060ff;
}

.info-section-wapper h3{
    position: relative;
    font-weight: 600;
    color: #132144;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.info-section-wapper p{
    position: relative;
    line-height: 20px;
    color: #132144;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
    text-transform: capitalize;
}