
.frota-bg{
    padding-top: 80px;
    padding-bottom: 60px;
}
.frota{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.frota-img img{
   width: 600px;
}

.frota-text{
    margin-top: -30px;
}

.frota-text h3{
    font-size: 28px;
    margin-bottom: 0;
}
.frota-text p{
    width: 40ch;
    font-size: 18px;
    margin: 5;
}
.frota-text a{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 8px 12px;
    border: 3px solid #02436F;
    border-radius: 4px;
}


/* media query */

@media (max-width: 425px){
    .frota-bg{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .frota{
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    .frota-text{
        margin-top: 0;
    }
    .frota-img img{
        width: 310px;
     }
     .frota-text h3{
        font-size: 22px;
        margin: 0;
     }
    .frota-text p{
        width: 37ch;
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .p-frota{
        margin-bottom: 5px;
    }
    .frota-text a{
        font-size: 15px;
        margin-top: 15px;
        padding: 4px 35px;
    }
}

@media (min-width: 427px) and (max-width: 665px){
    .frota-bg{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .frota{
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    .frota-text{
        margin-top: 0;
    }
    .frota-img img{
        width: 310px;
     }
     .frota-text h3{
        font-size: 22px;
        margin: 0;
     }
    .frota-text p{
        width: 37ch;
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .p-frota{
        margin-bottom: 5px;
    }
    .frota-text a{
        font-size: 15px;
        margin-top: 15px;
        padding: 4px 35px;
    }
}

@media (min-width: 666px) and (max-width: 736px){
    .frota-bg{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .frota{
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }
    .frota-text{
        margin-top: 0;
    }
    .frota-img img{
        width: 520px;
     }
     .frota-text h3{
        font-size: 30px;
        margin: 0;
     }
    .frota-text p{
        width: 50ch;
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .p-frota{
        margin-bottom: 5px;
    }
    .frota-text a{
        font-size: 16px;
        margin-top: 15px;
        padding: 4px 140px;
    }
}

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

    .frota-bg{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .frota{
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }
    .frota-text{
        margin-top: 0;
    }
    .frota-img img{
        width: 620px;
     }
     .frota-text h3{
        font-size: 30px;
        margin: 0;
     }
    .frota-text p{
        width: 60ch;
        font-size: 15px;
        margin: 15px 0px;
        margin-bottom: 20px;
    }
    .frota-text a{
        font-size: 16px;
        margin-top: 15px;
        padding: 4px 180px;
    }

}

@media (min-width: 2025px){}