.want-to-talk{
    margin: 125px 0;
}
.want-to-talk h3{
    margin-bottom: 75px;
}
.want-to-talk-items .item{
    box-shadow: 2px 1px 5px 0 rgba(56, 56, 56, 0.05), 8px 4px 9px 0 rgba(56, 56, 56, 0.04), 19px 9px 12px 0 rgba(56, 56, 56, 0.03), 33px 17px 15px 0 rgba(56, 56, 56, 0.01), 52px 26px 16px 0 rgba(56, 56, 56, 0);
    background: var(--white);
    border-radius: 50px;
    padding: 40px 60px;
    margin-bottom: 50px;
    display: flex;
    gap: 30px;
    align-items: center;
    max-width: 1270px;
    justify-content: space-between;
}
.want-to-talk-items h3{
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 95%;
    color: var(--h-gray);
    margin-bottom: 5px;
    line-height: 1;
}
.want-to-talk-items p{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--gray);
    line-height: 1;
}
.want-to-talk-items .item .icon{
    width: auto;
}
.want-to-talk-items .item .title{
    width: 25%;
}
.want-to-talk-items .item .description{
    width: 40%;
}
.want-to-talk-items .item .button{
    width: auto;
}
.want-to-talk-items .item .button .btn{
    padding: 27px 0;
    border-radius: 104px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    width: 225px;
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1200px) {
    .want-to-talk-items .item{
        padding: 30px 42px;
        margin-bottom: 30px;
        gap: 15px;
    }
    .want-to-talk-items h3{
        font-size: 30px !important;
    }
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
    .want-to-talk-items p{
        font-size: 14px;
    }
    .want-to-talk-items h3 {
        font-size: 18px !important;
    }
    .want-to-talk-items .item .button .btn{
        width: 135px;
        padding: 14px 0;
        font-size: 16px;
    }
    .want-to-talk-items .item .icon {
        width: 46px;
    }
    .want-to-talk {
        margin: 59px 0;
    }
    .just-ask-us-form .inline{
        gap: 10px;
        flex-direction: column;
    }
}
@media screen and (max-width: 560px) {
    .want-to-talk-items .item {
        padding: 13px 15px;
    }
    .want-to-talk-items .item .button .btn{
        width: 105px;
        padding: 14px 0;
        font-size: 14px;
    }
    .want-to-talk-items h3 {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 320px) {

}