@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    overflow-wrap: break-word;
    font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: rgb(246, 246, 246);
}

p, li, .main-content p, .main-content li {
    font-size: 19px;
}

header{
    margin: 4vh 0;
}

/*LOGO*/
.logo{
    max-width: 150px;
    margin-bottom: 15px;
    display:block;
    margin:auto;
}

footer {
    background-color: #F5F5F5;
    padding: 2.5rem;
    color: black;
}

footer p, footer li {
    font-size: 13px;
}

footer ul {
    list-style: none;
}

.content-images{
    margin: 1rem auto !important;
    display: block;
}

.main-content p, .main-content li {
    font-size: 18px;
    line-height: 21px;
}

.title{
    font-weight: 700;
    font-size: 28px;
}

.subtitle{
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
}

.green-text{
    color: rgb(27, 150, 48);
    text-align:center;
    font-weight:600;
}

.section-1{
    padding:20px;
    outline: none;
    border-color: rgba(47, 47, 47, 0.247059);
    background-color: rgba(255, 255, 255, 0.992157);
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.section-3{
    background-color: rgb(246, 246, 246);
    padding: 20px 10px;
}

.product-image{
    display:block;
    margin:auto;
}

.highlight-red{
    text-align: center;
    color: rgb(162, 0, 0);
    font-weight: 700;
    font-size: 32px;
}

.btn-1{
    color: rgb(255, 255, 255);
    background-color: rgb(240, 156, 14);
    padding: 13px 35px;
    font-weight: bold;
    display: block;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 18px;
}

.btn-1:hover{
    color: #fff;
    opacity: 0.8;
}

/*---------------------------------------------------------------------*/
/*--------------------GENERAL STYLES END--------------------------*/
/*---------------------------------------------------------------------*/

.comments-title{
    text-align:center;
    
}

/*COMMENTS*/
    .comments {
	display: block;
	margin-bottom: 30px;
    }
    
    .comments-author{
        margin:0 !important;
        font-size:16px !important;
        font-weight: 700;
    }
    
    .comments-date{
        margin:0 !important;
        font-size:14px !important;
        color:gray;
    }
    
    .comments-text{
        margin:0 0 10px 0 !important;
        font-size:14px !important;
    }
    
    .comment-img{
        max-width:100%;
        margin-left:auto;
    }
    
    .line{
        border-bottom: 1px solid rgb(224, 224, 224, 0.3);
    }



@media (max-width: 768px){
    


}




@media (min-width: 768px) {
    
    .btn-1{
        color: rgb(255, 255, 255);
        background-color: rgb(240, 156, 14);
        padding: 13px 35px;
        font-weight: bold;
        display: block;
        text-align: center !important;
        text-decoration: none !important;
        font-size: 26px;
    }
    
    
    .comments-text{
        font-size:16px !important;
    }
    
    .comment-img{
        width:50%;
        margin-left:auto;
    }
    
}


@media (min-width: 992px) {
    .comment-content-img {
            max-width: 450px;
            margin: auto;
            display: block;
    }
    
    
}

@media (min-width: 1200px) {
    
    .container{
        max-width: 1170px;
    }
    
    
}
