.saas-firstscreen {
    background: #F8F8FB;
    display: flex;
    align-items: center;
}

@media screen and (max-width:991px){
	.saas-firstscreen{
		padding-bottom:70px;
	}
}

@media screen and (min-width:991px){
	.saas-firstscreen{
		padding-bottom:120px;
	}
}

.saas-firstscreen__row {
    display: flex;
    align-items: center;
}

.standart_but .saas-firstscreen__button {
    max-width: fit-content;
}

.saas-firstscreen__title strong {
    font-weight: 700;
    color: #34DCA2;
}

.saas-firstscreen__title p {
    margin-bottom: 0;
}
@media screen and (max-width: 1440px){
    .saas-firstscreen__image {
        max-width: 100%;
    }
}

@media screen and (min-width: 991px) {
    .saas-firstscreen__row {
        justify-content: space-between;
    }

    .saas-firstscreen__row .elementor-button-wrapper {
        gap: 20px;
    }
}

@media screen and (max-width: 991px){
    .saas-firstscreen__row {
        flex-direction: column-reverse;
    }

    .saas-firstscreen__row .elementor-button-wrapper {
        gap: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .saas-firstscreen {
        padding-bottom: 130px;
    }
}

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

    .saas-firstscreen__image {
        margin-left: 20px;
        display: flex;
        justify-content: flex-end;
    }

    .saas-firstscreen__text {
        margin-bottom: 50px;
    }


    .saas-firstscreen__text {
        max-width: 440px;
    }
	
	.prototyping .saas-firstscreen__text {
        max-width: 661px;
    }

    .saas-firstscreen {
        padding-top: 108px;
    }

    .standart_but .saas-firstscreen__button {
        padding: 10px 33px;
    }

    .saas-firstscreen__title {
        letter-spacing: -1px;
    }

    .saas-firstscreen__title {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 768px){

    h1.saas-firstscreen__title {
        font-size: 36px;
        margin-bottom: 10px;
        max-width: 292px;
    }

    .saas-firstscreen__text {
        margin-bottom: 30px;
    }


    .saas-firstscreen .tg-container {
        padding: 0;
    }

    .saas-firstscreen__item-left {
        padding-bottom: 50px;
        flex-basis: 0!important;
    }

    .standart_but .saas-firstscreen__button {
        padding: 10px 26px;
        min-height: 46px;
    }

    .saas-firstscreen__text {
        font-size: 16px;
    }

    .saas-firstscreen__title {
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 440px) {
    .saas-firstscreen__item-right {
        margin-left: -48px;
        margin-right: -20px;
    }
	
	.prototyping .saas-firstscreen__item-right {
		margin: 0;
	}
}