/**
* Place for paragraph-first-screen-v1 styles here.

MAIN
ABOUT

*/

/* MAIN */
.paragraph-button-master__svg {
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 9px;
    z-index: 1;
}

.paragraph-button-master__svg svg {
    width: 30px;
    height: 30px;
}

.paragraph-button-master__button a {
    padding: 5px 10px;
    display: block;
}

.paragraph-buttons {
    height: fit-content;
    display: inline-block;
    /* border-radius: 6px; */
    font-size: 18px;
    color: #FFF;
    box-shadow: 0px 13px 23px -8px rgba(15, 29, 43, 0.25);
    line-height: normal;
    padding: 0px 20px;
    height: 48px;
    font-family: 'Gilroy Medium';
}

.paragraph-buttons-garant {
    border: 2px solid #FFA8A5;
    display: flex;
    align-items: center;
    height: 46px;
}

.paragraph-buttons-master {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
}


.paragraph-buttons-master a {
    display: inline-block;
    /* border-radius: 6px; */
    font-size: 18px;
    font-weight: 400;
    box-shadow: 0px 13px 23px -8px rgba(15, 29, 43, 0.25);
    line-height: normal;
    padding: 15px 20px 14px 60px;
    height: auto;
    background-color: #fff;
    margin-top: auto;
    margin-bottom: auto;
}

.front-services__calculate-button,
.paragraph-buttons-calculate {
    border: 1px solid #950A21;
    background: #950A21;
    cursor: pointer;
    align-items: center;
    display: flex;
}

.front-services__calculate-button,
.paragraph-buttons-calculate a {
    color: #fff;
}

.front-services__calculate-button {
    height: fit-content;
    display: inline-block;
    /* border-radius: 6px; */
    font-size: 18px;
    color: #FFF;
    box-shadow: 0px 13px 23px -8px rgba(15, 29, 43, 0.25);
    line-height: normal;
    padding: 0px 20px;
    height: 48px;
    font-family: 'Gilroy Medium';
    display: flex;
    width: fit-content;
}

.front-services__calculate-button .button {
    margin-top: 0;
}







/* ADAPTIVE */
@media (min-width: 1920px) {
}

@media (max-width: 1920px) {
}

@media (max-width: 1919px) {
}

@media (max-width: 1700px) {

}

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1150px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    
}

@media (max-width: 834px) {

}

@media (max-width: 768px) {

}

@media (max-width: 650px) {
    .paragraph-buttons {
        font-size: 16px;
    }
    .front-services__calculate-button {
        font-size: 16px;
        position: relative;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 450px) {

}

@media (max-width: 380px) {
    
}