

.main-image-container{
    position: absolute;
    background-image: url('../img/main-bg-img.png');
    width: 100%;
    height:100%;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}


.main-text{
    position: relative;
    top: 55%;
    left: 4%;
    border-left: 3px solid #757891;
    padding-left: 10px;

    font-family: 'Montserrat';
    color: #273068;
    font-size: 32px;
    font-weight: 600;
    
    letter-spacing: 2px;
    line-height: 38px;

}

.main-backref-button{
    position: relative;
    top: calc(55% + 30px);
    left: calc(4% + 13px);

    padding: 16px 32px 16px 32px;
    width: fit-content;

    background-color: #273068;
    
    font-family: 'Montserrat';
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;

}

.main-block{
    position: absolute;
    top: 100%;

    width: 100%;
    padding-left: 50px;
    padding-right: 50px;

    overflow-x: hidden;

}

h1{
    font-family: 'Montserrat';
    color: #273068;
    font-size: 32px;
    font-weight: normal;

    margin-top: 80px;
    margin-bottom: 20px;
}

a{
    text-decoration: none;
}

p{
    margin: 0;
    padding: 5px;
}

.commerce-offer{
    margin-top: 80px;
    margin-left: -50px;
    margin-right: -50px;
    background-color: #D1D2DB;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.commerce-img{
    height: 240px;
}

.commerce-offer p{
    color: #666370;
    font-family: 'Montserrat';
    
    font-size: 18px;
    font-weight: 500;
}

.back-call-block{
    padding-left: 60px;
}

.backref-button{

    padding: 16px 32px 16px 32px;
    width: fit-content;

    background-color: #273068;
    
    font-family: 'Montserrat';
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;

}

@media (max-width: 600px){
    .back-call-block{
        padding-left:0;
    }

    .main-text{
        top:50%;
        font-size: 28px;
    }
    .main-backref-button{
        top:calc(50% + 30px)
    }
}