@media (min-width: 1921px) and (max-width: 2560px) {
    .panel_body {
        display: flex;
        flex-direction: row;
        justify-content: center;
        }
}
@media screen and (max-width:1782px){
	.panel_but:nth-child(1) {
    margin-left: 100px;
    }
	.panel_body {
    justify-content: space-between;
    }
}
@media screen and (max-width:1736px){
	.panel_but:nth-child(1) {
    margin-left: 100px;

}
.panel_but:nth-child(1) {
    margin-left: 50px;
}
.panel_body {
    justify-content: space-evenly;

}
}
@media screen and (max-width:1064px){
.panel_but:nth-child(1) {
    margin-left: 0px;
}

.panel_but {
    display: flex;
    align-items: center;
    font-family: PT Sans,arial;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    color: #5A5A5A;
    padding-right: 20px;
    margin-bottom: 5px;
    border: 0px;
    width: 300px;
}
.panel_body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    padding-left: 100px;
}
}
@media screen and (max-width:839px){
    .panel_body {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width:532px){
	.panel_body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    padding-left: 40px;
}
}