@media screen and (max-width: 768px) {
    .item-text{
        font-size: 18px;
        line-height: 1.5;
        margin: 20px 0;
    }
    .experts-container{
        width: 98%;
        margin: 20px 1% 50px;
    }
    .company{
        width: 100%;
        margin-bottom: 20px;
    }
    .item-text a{
        margin-left: 10px;
    }
    .item-text a:hover{
        text-decoration: underline;
    }

    .item-img{
        width: 90%;
        margin: 0 auto;
    }
    .item-img img{
        width: 100%;
        height: auto;
    }
    .text-container{
        padding: 20px 20px 10px;
        background-color: #5fa680;
    }
    .text-container h2{
        text-align: center;
        margin-bottom: 10px;
    }
    

    input:focus{
        outline: 1px solid #EBEBEB;

    }
    .input{
        width: 90%;
        height: 30px;
        margin: 0px 3% 20px;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #EBEBEB;
        border-radius: 5px;
    }
    .message{
        width: 90%;
        height: 150px;
        font-size: 14px;
        margin: 0px 3% 20px;
        border: 1px solid #EBEBEB;
        border-radius: 5px;
        padding: 10px;
    }
    textarea:focus{
        outline: 1px solid #EBEBEB;
    }
    .btn{
        margin: 0 auto;
        padding: 0 10px;
        height: 35px;
        border: none;
        line-height: 35px;
        text-align:center;
        color: #ffffff;
        background-color: #000;
        cursor: pointer;
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .item-text{
        font-size: 18px;
        line-height: 1.5;
        margin: 20px 0;
    }
    .experts-container{
        width: 98%;
        margin: 20px 1% 50px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .company{
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .item-text a{
        margin-left: 10px;
    }
    .item-text a:hover{
        text-decoration: underline;
    }

    .item-img{
        margin: 0 auto;
    }
    .item-img img{
        width: 100%;
        height: auto;
    }
    .text-container{
        padding: 20px 20px 10px;
        background-color: #5fa680;
    }
    .text-container h2{
        text-align: center;
        margin-bottom: 20px;
    }
    

    input:focus{
        outline: 1px solid #EBEBEB;

    }
    .input{
        width: 86%;
        height: 30px;
        margin: 0px 6% 20px;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #EBEBEB;
        border-radius: 5px;
    }
    .message{
        width: 86%;
        height: 150px;
        font-size: 14px;
        margin: 0px 6% 20px;
        border: 1px solid #EBEBEB;
        border-radius: 5px;
        padding: 10px;
    }
    textarea:focus{
        outline: 1px solid #EBEBEB;
    }
    .btn{
        margin: 0 auto;
        padding: 0 10px;
        height: 35px;
        border: none;
        line-height: 35px;
        text-align:center;
        color: #ffffff;
        background-color: #000;
        cursor: pointer;
        display: block;
    }
}
@media screen and (min-width: 1200px) {

    .item-text{
        font-size: 18px;
        line-height: 1.5;
        margin: 20px 0;
    }
    .experts-container{
        width: 98%;
        margin: 20px 1% 50px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .company{
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .item-text a{
        margin-left: 10px;
    }
    .item-text a:hover{
        text-decoration: underline;
    }

    .item-img{
        margin: 0 auto;
    }
    .item-img img{
        width: 100%;
        height: auto;
    }
    .text-container{
        padding: 20px 20px 10px;
        background-color: #5fa680;
    }
    .text-container h2{
        text-align: center;
        margin-bottom: 20px;
    }
    

    input:focus{
        outline: 1px solid #EBEBEB;

    }
    .input{
        width: 86%;
        height: 30px;
        margin: 0px 7% 20px;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #EBEBEB;
        border-radius: 5px;
    }
    .message{
        width: 86%;
        height: 150px;
        font-size: 14px;
        margin: 0px 7% 20px;
        border: 1px solid #EBEBEB;
        border-radius: 5px;
        padding: 10px;
    }
    textarea:focus{
        outline: 1px solid #EBEBEB;
    }
    .btn{
        margin: 0 auto;
        padding: 0 10px;
        height: 35px;
        border: none;
        line-height: 35px;
        text-align:center;
        color: #ffffff;
        background-color: #000;
        cursor: pointer;
        display: block;
    }
}