.advertisement-container {
  background-color: #8C1A1B;
} 

.advetisment-heading {
  color: #fff;
  text-align: center;
  padding: 20px;
}

.logocontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logocontainer img {
  width: 500px;
}

.logocontainer figcaption {
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding: 10px 0px;
  font-weight: bolder;
}

.robot-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.column1,
.column3 {
  background-color: #300026;
  border: 5px solid #ccc;
  border-radius: 10px;
  width: 300px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0px;
}

.column2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column2 img {
  width: 300px;

}

.list-box ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #fff;
}

.list-box li {
  margin-bottom: 10px;
  color: #fff;
}

.list-box p {
  color: #fff;
  text-align: center;
  font-weight: bolder;
  padding: 5px 0px;
}

.text {
  border: 3px solid #fff;
  width: 50%;
  text-align: center;
  display: flex;
  margin: auto;
  flex-direction: column;
}

.text .date {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

.text .innertext {
  color: #fff200;
  font-size: 20px;
}

.logo-box-container {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  width: 100%;
}

.logo-boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

.logo-box {
  background-color: #871719;
  text-align: center;
  color: #fff;
}

.logo-box img {
  width: 200px;
  height: 15vh;

}
.logo-boxes a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  
}

/*responsive*/
@media screen and (max-width: 770px) {
  .robot-container {
    width: 100%;
    gap: 20px;
    padding: 20px;
    display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
  }
  .column1,
.column3{
  margin: 0px;
  font-size: 19px;
  width: 250px;
}
.list-box ul{
  padding-left: 10px;
}

}

@media screen and (max-width: 568px){
  .logocontainer img {
    width: 300px;
}
.logocontainer figcaption{
  font-size: 20px;
}
.logo-box-container{
  width: 100%;
  display: block;
}
.column1,
.column3{
  margin: 0px;
  font-size: 19px;
  width: 250px;
}
.logo-boxes a{
  margin-bottom: 5px;
}
}
@media screen and (max-width: 504px){
  .logocontainer img {
    width: 350px;
}

}
@media screen and (max-width: 375px){
  .column2 img {
    width: 250px;
}
  .logocontainer img {
    width: 250px;
}
.advetisment-heading {
  font-size: 20px;
}
.logocontainer figcaption{
  font-size: 20px;
  text-align: center;
}
.column1, .column3{
  width: 230px;
}


}