
@media screen and (min-width: 1450px){
    .position7{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
    }
}
@media screen and (max-width: 1450px){
    .resp2{
        flex-direction: column;
        align-items: center;
    }

    .resp3{
        margin-left: 3%;
    }

    .resp4{
        font-size: 28px;
    }

    .resp6{
        font-size: 15px;
        line-height: 30px;
    }

    .cta2{
        background-color: #091FE9;
        color: white;
        padding: 10px 20px;
        width: fit-content;
        font-family: 'Gobold';
        font-size: 20px;
        transition: background-color 0.1s ease;
    }

    .resp5{
        font-size: 20px;
    }

    .resp7{
        text-align: center;
        font-size: 25px;
    }
    .resp8{
        gap: 0px;
        justify-content: space-between;
    }

    .resp9{
        margin-right: 50px;
    }

}

@media screen and (max-width: 1044px){
    .resp8{
        flex-direction: column;
        text-align: center;
        padding-bottom: 30px;
    }
    .cta{
        background-color: #091FE9;
        color: white;
        padding: 10px 20px;
        box-shadow: -9px 8px 0px 0px rgb(9 31 233 / 23%);
        width: fit-content;
        font-family: 'Gobold';
        font-size: 20px;
        transition: background-color 0.1s ease;
    }

    .resp10{
        font-size: 35px;
        text-align: center;
    }

    .resp11{
        font-size: 15px;
    }

    .style-citation{
        background-color: #091FE9;
        color: white;
        padding: 10px 60px;
        width: 70%;
        box-shadow: -24px 29px 0px 0px rgb(9 31 233 / 23%);
        transform: rotate(5deg);
        margin: auto;
    }

    .resp12{
        flex-direction: column;
        align-items: center;
        gap:20px;
    }

    .position7{
        margin: auto;
    }

    .style-section{
        border: #091FE9 solid 1px;
        width:60%;
        text-align: right;
        
    }

    .mt-20{
        margin-top: 5%;
        padding: 20px;
    }
    .resp14{
        flex-direction: column;
        align-items: center;
    }
    .style-article{
        background-color: #ffffff;
        color:#091FE9;
        border: #091FE9 1px solid;
        width: 60%;
        padding: 30px 45px 100px 35px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 700px){
    .resp13{
        font-size: 15px;
    }
    
   
    

    .style-citation{
        background-color: #091FE9;
        color: white;
        padding: 10px 60px;
        width: 60%;
        box-shadow: -24px 29px 0px 0px rgb(9 31 233 / 23%);
        transform: rotate(5deg);
        margin: auto;
    }

    .resp15{
        width: 90%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .style-section{
        border: #091FE9 solid 1px;
        width:80%;
        text-align: right;
        
    }

    .resp4{
        font-size: 25px;
    }

   
}