.main-content {
    padding: 150px 0;
}
.page-title {
    text-align: center;
    margin-bottom: 100px;
}
.ds-link, .owm-link {
    text-decoration: none;
    color: #0074D9;
}
.title-2 {
    text-align: center;
    margin-top: 30px;
}
.forecast-services {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px 0;
}
.s-1, .s-2 {
    width: 120px;
    height: 120px;
    background-color: #3F3F3F;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px;
}
.s-1 img, .s-2 img {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}