.four_cards_devs {
    background: #F7F8FC;
}

.four_cards_devs .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 40px 0;
}

.four_cards_devs h2 {
    font-size: calc(30px + 35 * (100vw - 139px) / 1461);
    line-height: 120%;
    margin: 0 0 40px;
    box-sizing: border-box;
    text-align: center;
}

.four_cards_devs h2 span{
    color:#6579f4;
}
.four_cards_devs .row .col.l6 {
    display: flex;
}
.four_cards_devs .box-info .link,
.four_cards_devs p {
    font-family: Nunito, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
}

.four_cards_devs p {
    margin-bottom: 0;
}


.four_cards_devs .box-info {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: -5.13234px 2.05294px 12.3176px rgba(41, 47, 117, 0.08);
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    gap: 20px;   
}

.four_cards_devs .box-info h3 {
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
}

.four_cards_devs .box-info p.experience{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.four_cards_devs .box-info span{
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #6579F4;
}
.four_cards_devs .box-info p{
    font-weight: 300;
    font-size: 16px;
    line-height: 200%;
    color: #3E3465;
}


.four_cards_devs .box-info .link {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #191B20;
    padding: 18.5px 32px;
    border: 2px solid #6579F4;
    border-radius: 23px;
    align-self: flex-start;
    margin-top: auto;
}

.four_cards_devs .box-info .link:hover{
    background: #6579F4;
    color: #fff;
}
.four_cards_devs .box-info .link:hover .svg-arrow,
.svg-arrow:hover{
    transition: all .5 ease;
    stroke: #fff;
}