section{display: flex;

    justify-content: center;
    align-items: center;
}
#wrapper-calculator{display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: center;
    align-items: center;
}

.calculator-container{    display: flex;
    flex-direction: column;
    border: 1px solid black;
    width: 80%;
    justify-content: center;
    align-items: center;
    padding: 3em 3em;
    border-radius: 10px;margin: 2em 0;
}
.calculator-info-header{    display: flex;
    flex-direction: column;
    margin: 2em;
    justify-content: center;
    align-items: center;    text-align: center;
}
.calculator-info-header h2{}
.calculator-info-header p{}

.budget-answer{
    width: 90%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;font-size: 20px;column-gap: 3px;}
.total-budget-amount{    display: flex;
    justify-content: center;
    align-items: center;
    color: #00ad00;
    width: fit-content;}
.total-budget-amount span{}
.total-clicks{color: #00ad00;}
.budget-answer i{font-size: 20px;color: #00ad00;}
.calculation-error{font-size: 19px;
    font-weight: 200;
    font-weight: 400;}

.ads-user-inputs{display: flex; flex-direction: column;       row-gap: 1em; align-items: center;
    justify-content: center;}
#calculate-ads-budget {display: flex;
    align-items: center;    row-gap: 3em;
    justify-content: center;flex-direction: column;}
.ask-to-user{display: flex;
    width: fit-content;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;row-gap: 5px;}
#calculate-ads-budget p{    font-size: 20px;}
#calculate-ads-budget p i{    font-size: 20px;}
#calculate-ads-budget input[type=number], #calculate-ads-budget input[type=text]{
padding: 0px 10px;
    margin: 0px 10px;
    font-size: 20px;
    border: 0px;
    background: transparent;
    border-bottom: 2px solid black;
display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

input[type=text]:focus{}

#ad-cpc{  width: 60px;
    text-align: start !important;
    margin-left: 0px !important;
    padding-left: 0px !important;}
#ad-total-leads{    width: 70px;}
#ad-conv-rate{    width: 70px;margin-right: 0px !important;}


@media screen and (min-device-width: 350px) and (max-device-width: 600px)
{
section{display: flex;

    justify-content: center;
    align-items: center;
}
#wrapper-calculator{display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.calculator-container{display: flex;
    flex-direction: column;
    border: 1px solid black;
    width: 90%;
    justify-content: center;
    align-items: center;
    padding: 1em 1em 2em 1em;
    border-radius: 10px;
    margin: 2em 0;
}
.calculator-info-header{    display: flex;
    flex-direction: column;
    margin: 2em;
    justify-content: center;
    align-items: center;    text-align: center;
}
.calculator-info-header h2{}
.calculator-info-header p{}

.budget-answer{
    width: 90%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;font-size: 16px;column-gap: 3px;}
.total-budget-amount{    display: flex;
    justify-content: center;
    align-items: center;
    color: #00ad00;
    width: fit-content;}
.total-budget-amount span{}
.total-clicks{color: #00ad00;}
.budget-answer i{font-size: 16px;color: #00ad00;margin-right: 4px;}
.calculation-error{font-size: 16px;
    font-weight: 200;
    font-weight: 400;}

.ads-user-inputs{display: flex; flex-direction: column;       row-gap: 1em; align-items: center;
    justify-content: center;}
#calculate-ads-budget {display: flex;
    align-items: center;    row-gap: 3em;
    justify-content: center;flex-direction: column;}
.ask-to-user{display: flex;
    width: fit-content;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;row-gap: 5px;}
#calculate-ads-budget p{    font-size: 18px;}
#calculate-ads-budget p i{    font-size: 18px;}
#calculate-ads-budget input[type=number], #calculate-ads-budget input[type=text]{
padding: 0px 10px;
    margin: 0px 10px;
    font-size: 18px;
    border: 0px;
    background: transparent;
    border-bottom: 2px solid black;
display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

input[type=text]:focus{}

#ad-cpc{  width: 50px;
    text-align: start !important;
    margin-left: 0px !important;
    padding-left: 0px !important;}
#ad-total-leads{    width: 70px;}
#ad-conv-rate{    width: 70px;margin-right: 0px !important;}

}