#logo-sec .header-text {
    display: flex;
    align-items: center;
}
#logo-sec .logo-sec img {
    width: 236px !important;
    height: 134px !important;
}
#amazon-txt-sec .amazon-txt ul li{
	list-style-position: inside;
}
@media only screen and (max-width: 767px){
#logo-sec .logo-sec, #logo-sec .header-text {
    text-align: center !important;
}
}