@media screen and (min-width: 1440px){
	.first-screen__industries-text-wrap{
    font-size: calc(16px + (24 - 16) * ((100vw - 1440px) / (1920 - 1440)));
}
}

@media screen and (max-width: 1439.98px){
	.first-screen__industries-text-wrap{
    font-size: 16px;
}
}

	.first-screen-industries h1{
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    line-height: 100%;
}
.first-screen-industries-heading-small{
    font-size:41px;
}
.first-screen-industries-heading-big{

}
.first-screen-industries-heading-medium{
    font-size:42px;
    margin-bottom: -10px;
}
.first-screen__industries_column{
    display: flex;
    margin:0;
    gap: 20px;
    flex-wrap: wrap;
}
.first-screen__industries_column a{
    background: #625CD9;
    display: flex;
    padding: 15px;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 184px;
    position: relative;
    flex-basis: calc(50% - 10px);
    border-radius: 15px 15px 15px 0;
    overflow: hidden;
}
.first-screen__industries_column a .first-screen__industries_column-main-img{
    position: absolute;
    bottom:0;right:0;
    z-index: 0;
    height:142px;
    opacity: 0.8;
}
.first-screen__industries_column a:nth-child(2),
.first-screen__industries_column a:nth-child(3),
.first-screen__industries_column a:nth-child(6){
    background: #C7C5ED;
}
.first-screen__industries_column a:nth-child(2) .first-screen__industries-text-wrap,
.first-screen__industries_column a:nth-child(3) .first-screen__industries-text-wrap,
.first-screen__industries_column a:nth-child(6) .first-screen__industries-text-wrap{
    color:#454363;
}



.first-screen__industries-icon{
    width:40px;
    height:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
}
.first-screen__industries-text-wrap{
    color:#fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;

}

@media screen and (min-width: 1024px) {

    .first-screen__buttons-show-on-mobile{
        display: none;
    }
	
}

@media screen and (max-width: 1023.98px) {
	
    .first-screen-industries .first-screen__wrapper {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

    .first-screen-industries .first-screen__image-wrapper {
        width: 100%;
    }

    .first-screen-industries-heading-small {
        font-size: calc(52px + (55 - 40) * ((100vw - 1024px) / (1439.98 - 1024)));
    }

    .first-screen-industries-heading-big {
        font-size: calc(53px + (55 - 40) * ((100vw - 1024px) / (1439.98 - 1024)));
    }

    .first-screen-industries-heading-medium {
        font-size: calc(52px + (55 - 40) * ((100vw - 1024px) / (1439.98 - 1024)));
    }

    .first-screen__buttons-show-on-desktop,
    .first-screen__text {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .first-screen__industries_column{
        gap:10px;
    }
    .first-screen__industries-icon{
        width: 32px;
        height: 32px;
        aspect-ratio: 1 / 1;
    }
    .first-screen__industries-icon img{
        max-width: 18px;
    }
    .first-screen__industries-text-wrap{
        font-size:13px;
    }
    .first-screen__industries_column a{
        min-height: 89px;
    }
    .first-screen__industries_column a .first-screen__industries_column-main-img{
        bottom: -20px;
        height: 73px;
    }
}
@media screen and (max-width: 359px) {
    .first-screen__industries-icon{
        display: none;
    }
}
@media screen and (max-width: 991px) {
    body #primary {
        margin-top: 35px;
    }
}